[INFO] updating cached repository jorge-jbs/recorrelaberintos [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/jorge-jbs/recorrelaberintos [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/jorge-jbs/recorrelaberintos" "work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jorge-jbs/recorrelaberintos"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jorge-jbs/recorrelaberintos'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jorge-jbs/recorrelaberintos" "work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jorge-jbs/recorrelaberintos"` [INFO] [stderr] Cloning into 'work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jorge-jbs/recorrelaberintos'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 6c4ffae0f6dc8a3c93155bfae04c51af3d582f96 [INFO] sha for GitHub repo jorge-jbs/recorrelaberintos: 6c4ffae0f6dc8a3c93155bfae04c51af3d582f96 [INFO] validating manifest of jorge-jbs/recorrelaberintos on toolchain master#60960a260f7b5c695fd0717311d72ce62dd4eb43 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jorge-jbs/recorrelaberintos on toolchain try#266783e4e09e4e9d5307c1c8e695659c58bbcac7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing jorge-jbs/recorrelaberintos [INFO] finished frobbing jorge-jbs/recorrelaberintos [INFO] frobbed toml for jorge-jbs/recorrelaberintos written to work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jorge-jbs/recorrelaberintos/Cargo.toml [INFO] started frobbing jorge-jbs/recorrelaberintos [INFO] finished frobbing jorge-jbs/recorrelaberintos [INFO] frobbed toml for jorge-jbs/recorrelaberintos written to work/ex/pr-63376/sources/try#266783e4e09e4e9d5307c1c8e695659c58bbcac7/gh/jorge-jbs/recorrelaberintos/Cargo.toml [INFO] crate jorge-jbs/recorrelaberintos already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+266783e4e09e4e9d5307c1c8e695659c58bbcac7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking jorge-jbs/recorrelaberintos against master#60960a260f7b5c695fd0717311d72ce62dd4eb43 for pr-63376 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-63376/worker-5/master#60960a260f7b5c695fd0717311d72ce62dd4eb43:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-63376/sources/master#60960a260f7b5c695fd0717311d72ce62dd4eb43/gh/jorge-jbs/recorrelaberintos:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+60960a260f7b5c695fd0717311d72ce62dd4eb43-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 52bfc5be1dcee6d8c1c95e6769ca6a61c3f1163d851fbc52c15bf2405d3508b2 [INFO] running `"docker" "start" "-a" "52bfc5be1dcee6d8c1c95e6769ca6a61c3f1163d851fbc52c15bf2405d3508b2"` [INFO] [stderr] Checking cons-list v0.0.3 [INFO] [stderr] Checking rayon v1.0.0 [INFO] [stderr] Checking jpeg-decoder v0.1.14 [INFO] [stderr] Checking image v0.18.0 [INFO] [stderr] Checking recorrelaberintos v0.1.0 (/opt/crater/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] 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[E0658]: 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: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: 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] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: 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] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: 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] = note: for more information, see https://github.com/rust-lang/rust/issues/50297 [INFO] [stderr] = help: add `#![feature(test)]` to the crate attributes to enable [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] 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] = help: add `#![feature(test)]` to the crate attributes to enable [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 7 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] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "52bfc5be1dcee6d8c1c95e6769ca6a61c3f1163d851fbc52c15bf2405d3508b2"` [INFO] running `"docker" "rm" "-f" "52bfc5be1dcee6d8c1c95e6769ca6a61c3f1163d851fbc52c15bf2405d3508b2"` [INFO] [stdout] 52bfc5be1dcee6d8c1c95e6769ca6a61c3f1163d851fbc52c15bf2405d3508b2