[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/beta-1.38-1/sources/1.37.0/gh/jorge-jbs/recorrelaberintos"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/jorge-jbs/recorrelaberintos'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jorge-jbs/recorrelaberintos" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/jorge-jbs/recorrelaberintos"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of jorge-jbs/recorrelaberintos on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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/beta-1.38-1/sources/1.37.0/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/beta-1.38-1/sources/beta-2019-08-13/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" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing jorge-jbs/recorrelaberintos against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 3188864dd4b9a1fe107855ce9905c39d7d0fb51dd198d8fec7fe447640e38bb5 [INFO] running `"docker" "start" "-a" "3188864dd4b9a1fe107855ce9905c39d7d0fb51dd198d8fec7fe447640e38bb5"` [INFO] [stderr] Compiling either v1.4.0 [INFO] [stderr] Compiling cons-list v0.0.3 [INFO] [stderr] Compiling num-integer v0.1.36 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling inflate v0.3.4 [INFO] [stderr] Compiling rayon-core v1.4.0 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling num-iter v0.1.35 [INFO] [stderr] Compiling num-rational v0.1.42 [INFO] [stderr] Compiling png v0.11.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/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] Finished dev [unoptimized + debuginfo] target(s) in 28.96s [INFO] running `"docker" "inspect" "3188864dd4b9a1fe107855ce9905c39d7d0fb51dd198d8fec7fe447640e38bb5"` [INFO] running `"docker" "rm" "-f" "3188864dd4b9a1fe107855ce9905c39d7d0fb51dd198d8fec7fe447640e38bb5"` [INFO] [stdout] 3188864dd4b9a1fe107855ce9905c39d7d0fb51dd198d8fec7fe447640e38bb5 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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=warn" "-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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] d55792dd807b70008a22f34a5f89ae36b88a7f05ba42f99004aaf4e979429a81 [INFO] running `"docker" "start" "-a" "d55792dd807b70008a22f34a5f89ae36b88a7f05ba42f99004aaf4e979429a81"` [INFO] [stderr] Compiling 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] 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/27812 [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" "d55792dd807b70008a22f34a5f89ae36b88a7f05ba42f99004aaf4e979429a81"` [INFO] running `"docker" "rm" "-f" "d55792dd807b70008a22f34a5f89ae36b88a7f05ba42f99004aaf4e979429a81"` [INFO] [stdout] d55792dd807b70008a22f34a5f89ae36b88a7f05ba42f99004aaf4e979429a81