[INFO] updating cached repository https://github.com/jorge-jbs/recorrelaberintos [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/big/crater/work/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c4ffae0f6dc8a3c93155bfae04c51af3d582f96 [INFO] testing jorge-jbs/recorrelaberintos against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjorge-jbs%2Frecorrelaberintos" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jorge-jbs/recorrelaberintos on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/jorge-jbs/recorrelaberintos [INFO] finished tweaking git repo https://github.com/jorge-jbs/recorrelaberintos [INFO] tweaked toml for git repo https://github.com/jorge-jbs/recorrelaberintos written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jorge-jbs/recorrelaberintos already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "build" "--frozen"` [INFO] [stdout] dcb130e2ee559c9a0e3202016b330afc8a588a1e6f131d46c0df1fc2b97ae60d [INFO] running `"docker" "start" "-a" "dcb130e2ee559c9a0e3202016b330afc8a588a1e6f131d46c0df1fc2b97ae60d"` [INFO] [stderr] Compiling cons-list v0.0.3 [INFO] [stderr] Compiling num_cpus v1.8.0 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling rayon v1.0.0 [INFO] [stderr] Compiling jpeg-decoder v0.1.14 [INFO] [stderr] Compiling image v0.18.0 [INFO] [stderr] Compiling recorrelaberintos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/bfs.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | / /** Instead of checking duplicates in `frontier` (finding whether a node is in the [INFO] [stderr] 56 | | * frontier is expensive), we add nodes even if they are duplicated, and skip them we [INFO] [stderr] 57 | | * have already explored them. [INFO] [stderr] 58 | | * [INFO] [stderr] 59 | | * Although in practice there doesn't seem to be any duplicated nodes :/ [INFO] [stderr] 60 | | */ [INFO] [stderr] | |_______________^ [INFO] [stderr] 61 | println!("eh!"); [INFO] [stderr] | ---------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 18.17s [INFO] running `"docker" "inspect" "dcb130e2ee559c9a0e3202016b330afc8a588a1e6f131d46c0df1fc2b97ae60d"` [INFO] running `"docker" "rm" "-f" "dcb130e2ee559c9a0e3202016b330afc8a588a1e6f131d46c0df1fc2b97ae60d"` [INFO] [stdout] dcb130e2ee559c9a0e3202016b330afc8a588a1e6f131d46c0df1fc2b97ae60d [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 59cb76b84a862d2d1a59a621fe99f877d8f6352e1fdb41ce4fc64c2ad6de7937 [INFO] running `"docker" "start" "-a" "59cb76b84a862d2d1a59a621fe99f877d8f6352e1fdb41ce4fc64c2ad6de7937"` [INFO] [stderr] Compiling recorrelaberintos v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused doc comment [INFO] [stderr] --> src/bfs.rs:55:13 [INFO] [stderr] | [INFO] [stderr] 55 | / /** Instead of checking duplicates in `frontier` (finding whether a node is in the [INFO] [stderr] 56 | | * frontier is expensive), we add nodes even if they are duplicated, and skip them we [INFO] [stderr] 57 | | * have already explored them. [INFO] [stderr] 58 | | * [INFO] [stderr] 59 | | * Although in practice there doesn't seem to be any duplicated nodes :/ [INFO] [stderr] 60 | | */ [INFO] [stderr] | |_______________^ [INFO] [stderr] 61 | println!("eh!"); [INFO] [stderr] | ---------------- rustdoc does not generate documentation for macro expansions [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_doc_comments)]` on by default [INFO] [stderr] = help: to document an item produced by a macro, the macro must produce the documentation as part of its expansion [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test` [INFO] [stderr] --> src/async_cons_list.rs:443:9 [INFO] [stderr] | [INFO] [stderr] 443 | use test::Bencher; [INFO] [stderr] | ^^^^ help: a similar path exists: `super::test` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `test` [INFO] [stderr] --> src/async_cons_list.rs:444:9 [INFO] [stderr] | [INFO] [stderr] 444 | use test; [INFO] [stderr] | ^^^^ no `test` in the root [INFO] [stderr] [INFO] [stderr] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/async_cons_list.rs:448:7 [INFO] [stderr] | [INFO] [stderr] 448 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(soft_unstable)]` on by default [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/async_cons_list.rs:454:7 [INFO] [stderr] | [INFO] [stderr] 454 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/async_cons_list.rs:460:7 [INFO] [stderr] | [INFO] [stderr] 460 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] warning: use of unstable library feature 'test': `bench` is a part of custom test frameworks which are unstable [INFO] [stderr] --> src/async_cons_list.rs:466:7 [INFO] [stderr] | [INFO] [stderr] 466 | #[bench] [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stderr] = note: for more information, see issue #64266 [INFO] [stderr] [INFO] [stderr] error[E0658]: use of unstable library feature 'test' [INFO] [stderr] --> src/async_cons_list.rs:31:1 [INFO] [stderr] | [INFO] [stderr] 31 | extern crate test; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/async_cons_list.rs:375:21 [INFO] [stderr] | [INFO] [stderr] 375 | let mut h = hash::SipHasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(deprecated)]` on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::hash::SipHasher::new': use `std::collections::hash_map::DefaultHasher` instead [INFO] [stderr] --> src/async_cons_list.rs:375:21 [INFO] [stderr] | [INFO] [stderr] 375 | let mut h = hash::SipHasher::new(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0432`. [INFO] [stderr] error: Could not compile `recorrelaberintos`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "59cb76b84a862d2d1a59a621fe99f877d8f6352e1fdb41ce4fc64c2ad6de7937"` [INFO] running `"docker" "rm" "-f" "59cb76b84a862d2d1a59a621fe99f877d8f6352e1fdb41ce4fc64c2ad6de7937"` [INFO] [stdout] 59cb76b84a862d2d1a59a621fe99f877d8f6352e1fdb41ce4fc64c2ad6de7937