[INFO] updating cached repository ChijinZ/rust_test [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ChijinZ/rust_test [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ChijinZ/rust_test" "work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ChijinZ/rust_test" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChijinZ/rust_test"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChijinZ/rust_test'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 62aa884b295f1580ccd42e446a9cda52ff9eff0b [INFO] sha for GitHub repo ChijinZ/rust_test: 62aa884b295f1580ccd42e446a9cda52ff9eff0b [INFO] validating manifest of ChijinZ/rust_test 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 ChijinZ/rust_test 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 ChijinZ/rust_test [INFO] finished frobbing ChijinZ/rust_test [INFO] frobbed toml for ChijinZ/rust_test written to work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test/Cargo.toml [INFO] started frobbing ChijinZ/rust_test [INFO] finished frobbing ChijinZ/rust_test [INFO] frobbed toml for ChijinZ/rust_test written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ChijinZ/rust_test/Cargo.toml [INFO] crate ChijinZ/rust_test 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 ChijinZ/rust_test 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-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test:/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] e87d76bdf9c2a77d04179a7ce50b6d7644a4c31445c569b33298d9ac297f8f6d [INFO] running `"docker" "start" "-a" "e87d76bdf9c2a77d04179a7ce50b6d7644a4c31445c569b33298d9ac297f8f6d"` [INFO] [stderr] Compiling mio-named-pipes v0.1.6 [INFO] [stderr] Compiling log v0.4.3 [INFO] [stderr] Compiling memrange v0.1.3 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling syn v0.14.4 [INFO] [stderr] Compiling nix v0.10.0 [INFO] [stderr] Compiling bincode v1.0.1 [INFO] [stderr] Compiling serde_json v1.0.22 [INFO] [stderr] Compiling enum_primitive v0.1.1 [INFO] [stderr] Compiling theban_interval_tree v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.7 [INFO] [stderr] Compiling mio v0.6.15 [INFO] [stderr] Compiling tokio-threadpool v0.1.4 [INFO] [stderr] Compiling tokio-codec v0.1.0 [INFO] [stderr] Compiling tokio-fs v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.2 [INFO] [stderr] Compiling mio-uds v0.6.6 [INFO] [stderr] Compiling tokio-udp v0.1.1 [INFO] [stderr] Compiling tokio-tcp v0.1.0 [INFO] [stderr] Compiling tokio-signal v0.2.1 [INFO] [stderr] Compiling tokio-uds v0.2.0 [INFO] [stderr] Compiling tokio v0.1.7 [INFO] [stderr] Compiling tokio-process v0.2.2 [INFO] [stderr] Compiling serde_derive v1.0.69 [INFO] [stderr] Compiling shared_memory v0.8.0 [INFO] [stderr] Compiling msg-transmitter v0.3.0 [INFO] [stderr] Compiling rust_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::cell::RefCell` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cell::RefCell; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Arc`, `Mutex` [INFO] [stderr] --> src/main.rs:2:17 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::{Arc, Mutex}; [INFO] [stderr] | ^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 34.86s [INFO] running `"docker" "inspect" "e87d76bdf9c2a77d04179a7ce50b6d7644a4c31445c569b33298d9ac297f8f6d"` [INFO] running `"docker" "rm" "-f" "e87d76bdf9c2a77d04179a7ce50b6d7644a4c31445c569b33298d9ac297f8f6d"` [INFO] [stdout] e87d76bdf9c2a77d04179a7ce50b6d7644a4c31445c569b33298d9ac297f8f6d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test:/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] 5131b3f1f3c5160083b2392459b6241d262f626a31cf5c5c1abac0019c044508 [INFO] running `"docker" "start" "-a" "5131b3f1f3c5160083b2392459b6241d262f626a31cf5c5c1abac0019c044508"` [INFO] [stderr] Compiling rust_test v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused import: `std::cell::RefCell` [INFO] [stderr] --> src/main.rs:1:5 [INFO] [stderr] | [INFO] [stderr] 1 | use std::cell::RefCell; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused imports: `Arc`, `Mutex` [INFO] [stderr] --> src/main.rs:2:17 [INFO] [stderr] | [INFO] [stderr] 2 | use std::sync::{Arc, Mutex}; [INFO] [stderr] | ^^^ ^^^^^ [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.45s [INFO] running `"docker" "inspect" "5131b3f1f3c5160083b2392459b6241d262f626a31cf5c5c1abac0019c044508"` [INFO] running `"docker" "rm" "-f" "5131b3f1f3c5160083b2392459b6241d262f626a31cf5c5c1abac0019c044508"` [INFO] [stdout] 5131b3f1f3c5160083b2392459b6241d262f626a31cf5c5c1abac0019c044508 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-1/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ChijinZ/rust_test:/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"` [INFO] [stdout] 9ec8760fbc7d2735136e4248e36efd7720260e7735b16f20bd21264bcb142025 [INFO] running `"docker" "start" "-a" "9ec8760fbc7d2735136e4248e36efd7720260e7735b16f20bd21264bcb142025"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.06s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_test-690aa7b8a371c81b [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "9ec8760fbc7d2735136e4248e36efd7720260e7735b16f20bd21264bcb142025"` [INFO] running `"docker" "rm" "-f" "9ec8760fbc7d2735136e4248e36efd7720260e7735b16f20bd21264bcb142025"` [INFO] [stdout] 9ec8760fbc7d2735136e4248e36efd7720260e7735b16f20bd21264bcb142025