Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 927268 - www-apps/nanoc-4.12.20 fails tests
Summary: www-apps/nanoc-4.12.20 fails tests
Status: CONFIRMED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Hans de Graaff
URL:
Whiteboard:
Keywords: TESTFAILURE
Depends on:
Blocks:
 
Reported: 2024-03-19 06:56 UTC by Agostino Sarubbo
Modified: 2024-03-19 06:56 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments
build.log (build.log,185.43 KB, text/plain)
2024-03-19 06:56 UTC, Agostino Sarubbo
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Agostino Sarubbo gentoo-dev 2024-03-19 06:56:28 UTC
https://blogs.gentoo.org/ago/2020/07/04/gentoo-tinderbox/

Issue: www-apps/nanoc-4.12.20 fails tests.
Discovered on: amd64 (internal ref: ci)

Info about the issue:
https://wiki.gentoo.org/wiki/Project:Tinderbox/Common_Issues_Helper#CF0015
Comment 1 Agostino Sarubbo gentoo-dev 2024-03-19 06:56:30 UTC
Created attachment 887900 [details]
build.log

build log and emerge --info
Comment 2 Agostino Sarubbo gentoo-dev 2024-03-19 06:56:30 UTC
Error(s) that match a know pattern:


  4) Nanoc::DataSources::Filesystem#changes_for_dir when directory does not exist returns a stream
  5) Nanoc::DataSources::Filesystem#changes_for_dir when directory does not exist does not raise
  65) Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path set can import (using load paths) by relative path
  66) Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path set creates no dependency
  67) Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path not set cannot import (using load paths) by relative path
  68) Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path not set can import (using importer) by relative path
      #   cannot load such file -- builder
      #   cannot load such file -- kramdown
       cannot load such file -- listen
        cannot load such file -- nokogiri
       cannot load such file -- nokogiri
      #   cannot load such file -- nokogiri
        cannot load such file -- sass
       cannot load such file -- sass
      #   cannot load such file -- sass
           expected Nanoc::Core::TrivialError with "One or more checks failed", got #<LoadError: cannot load such file -- nokogiri> with backtrace:
      Failure/Error:
     Failure/Error: before { require 'sass' }
      Failure/Error: Nanoc::CLI.run(['compile'])
      Failure/Error: Nanoc::CLI.run(%w[compile])
     Failure/Error: require 'listen'
      Failure/Error: require 'nokogiri'
      Failure/Error: subject { filter.setup_and_run(input, default_colorizer: :rouge, rouge: params) }
     Failure/Error: subject { filter.setup_and_run(input, default_colorizer: :rouge, rouge: params) }
      # LoadError:
      LoadError:
     LoadError:
      NameError:
      Nanoc::Core::Errors::CompilationError:
rspec ./spec/nanoc/data_sources/filesystem_spec.rb:324 # Nanoc::DataSources::Filesystem#changes_for_dir when directory does not exist returns a stream
rspec ./spec/nanoc/data_sources/filesystem_spec.rb:328 # Nanoc::DataSources::Filesystem#changes_for_dir when directory does not exist does not raise
rspec ./spec/nanoc/filters/sass_spec.rb:361 # Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path set can import (using load paths) by relative path
rspec ./spec/nanoc/filters/sass_spec.rb:366 # Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path set creates no dependency
rspec ./spec/nanoc/filters/sass_spec.rb:373 # Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path not set cannot import (using load paths) by relative path
rspec ./spec/nanoc/filters/sass_spec.rb:378 # Nanoc::Filters::SassCommon with item, items, config context importing a file for which an item does not exist load_path not set can import (using importer) by relative path