[INFO] updating cached repository Berteun/rust-toy-list [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/Berteun/rust-toy-list [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/Berteun/rust-toy-list" "work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/Berteun/rust-toy-list" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Berteun/rust-toy-list"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Berteun/rust-toy-list'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8c02b9732a93b89c6528d053069dafac7f7b6bfe [INFO] sha for GitHub repo Berteun/rust-toy-list: 8c02b9732a93b89c6528d053069dafac7f7b6bfe [INFO] validating manifest of Berteun/rust-toy-list on toolchain 1.36.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of Berteun/rust-toy-list on toolchain beta-2019-07-23 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing Berteun/rust-toy-list [INFO] finished frobbing Berteun/rust-toy-list [INFO] frobbed toml for Berteun/rust-toy-list written to work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list/Cargo.toml [INFO] started frobbing Berteun/rust-toy-list [INFO] finished frobbing Berteun/rust-toy-list [INFO] frobbed toml for Berteun/rust-toy-list written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/Berteun/rust-toy-list/Cargo.toml [INFO] crate Berteun/rust-toy-list already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing Berteun/rust-toy-list against 1.36.0 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list:/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.36.0" "build" "--frozen"` [INFO] [stdout] 32e03eec02b2bda419b8a75073a6ebc7865998403cd3431de811f5b084e76a73 [INFO] running `"docker" "start" "-a" "32e03eec02b2bda419b8a75073a6ebc7865998403cd3431de811f5b084e76a73"` [INFO] [stderr] Compiling reverse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: private type `list::Node` in public interface (error E0446) [INFO] [stderr] --> src/list/mod.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / pub fn first(&self) -> Option<&Node> [INFO] [stderr] 66 | | { [INFO] [stderr] 67 | | match self.head [INFO] [stderr] 68 | | { [INFO] [stderr] ... | [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(private_in_public)] 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 #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `list::Node` in public interface (error E0446) [INFO] [stderr] --> src/list/mod.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | / pub fn last(&self) -> Option<&Node> [INFO] [stderr] 75 | | { [INFO] [stderr] 76 | | match self.head { [INFO] [stderr] 77 | | Some(ref boxed_node) => Some(boxed_node.last()), [INFO] [stderr] 78 | | None => None [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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 #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.92s [INFO] running `"docker" "inspect" "32e03eec02b2bda419b8a75073a6ebc7865998403cd3431de811f5b084e76a73"` [INFO] running `"docker" "rm" "-f" "32e03eec02b2bda419b8a75073a6ebc7865998403cd3431de811f5b084e76a73"` [INFO] [stdout] 32e03eec02b2bda419b8a75073a6ebc7865998403cd3431de811f5b084e76a73 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list:/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.36.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 38c99a1cfda7e254053db42378dcc7ff306f55aadf0762e1243c6f53005c45e4 [INFO] running `"docker" "start" "-a" "38c99a1cfda7e254053db42378dcc7ff306f55aadf0762e1243c6f53005c45e4"` [INFO] [stderr] Compiling reverse v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: private type `list::Node` in public interface (error E0446) [INFO] [stderr] --> src/list/mod.rs:65:5 [INFO] [stderr] | [INFO] [stderr] 65 | / pub fn first(&self) -> Option<&Node> [INFO] [stderr] 66 | | { [INFO] [stderr] 67 | | match self.head [INFO] [stderr] 68 | | { [INFO] [stderr] ... | [INFO] [stderr] 71 | | } [INFO] [stderr] 72 | | } [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(private_in_public)] 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 #34537 [INFO] [stderr] [INFO] [stderr] warning: private type `list::Node` in public interface (error E0446) [INFO] [stderr] --> src/list/mod.rs:74:5 [INFO] [stderr] | [INFO] [stderr] 74 | / pub fn last(&self) -> Option<&Node> [INFO] [stderr] 75 | | { [INFO] [stderr] 76 | | match self.head { [INFO] [stderr] 77 | | Some(ref boxed_node) => Some(boxed_node.last()), [INFO] [stderr] 78 | | None => None [INFO] [stderr] 79 | | } [INFO] [stderr] 80 | | } [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 #34537 [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.01s [INFO] running `"docker" "inspect" "38c99a1cfda7e254053db42378dcc7ff306f55aadf0762e1243c6f53005c45e4"` [INFO] running `"docker" "rm" "-f" "38c99a1cfda7e254053db42378dcc7ff306f55aadf0762e1243c6f53005c45e4"` [INFO] [stdout] 38c99a1cfda7e254053db42378dcc7ff306f55aadf0762e1243c6f53005c45e4 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-4/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/Berteun/rust-toy-list:/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.36.0" "test" "--frozen"` [INFO] [stdout] 50485659cd502dda04e23a3602c8f7b758581cb53269028c1110ce1016363bb9 [INFO] running `"docker" "start" "-a" "50485659cd502dda04e23a3602c8f7b758581cb53269028c1110ce1016363bb9"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/reverse-9e48fd3a0542ad18 [INFO] [stdout] [INFO] [stdout] running 12 tests [INFO] [stdout] test list::create_node ... ok [INFO] [stdout] test list::create_node_and_prepend ... ok [INFO] [stdout] test list::test_drop ... ok [INFO] [stdout] test list::create_node_and_append ... ok [INFO] [stdout] test list::test_reverse_singleton ... ok [INFO] [stdout] test list::test_reverse_longer ... ok [INFO] [stdout] test list::test_length ... ok [INFO] [stdout] test list::test_last_singleton ... ok [INFO] [stdout] test list::test_last_prepend ... ok [INFO] [stdout] test list::test_last_append_prepend ... ok [INFO] [stdout] test list::test_drop_singleton ... ok [INFO] [stdout] test list::test_last ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 12 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "50485659cd502dda04e23a3602c8f7b758581cb53269028c1110ce1016363bb9"` [INFO] running `"docker" "rm" "-f" "50485659cd502dda04e23a3602c8f7b758581cb53269028c1110ce1016363bb9"` [INFO] [stdout] 50485659cd502dda04e23a3602c8f7b758581cb53269028c1110ce1016363bb9