[INFO] updating cached repository ithinkthisisarc/PoTsai [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ithinkthisisarc/PoTsai [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ithinkthisisarc/PoTsai" "work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ithinkthisisarc/PoTsai" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ithinkthisisarc/PoTsai"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ithinkthisisarc/PoTsai'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] db6d707ff3e2e8bd9d341c07486f555ef11051ab [INFO] sha for GitHub repo ithinkthisisarc/PoTsai: db6d707ff3e2e8bd9d341c07486f555ef11051ab [INFO] validating manifest of ithinkthisisarc/PoTsai 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 ithinkthisisarc/PoTsai 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 ithinkthisisarc/PoTsai [INFO] finished frobbing ithinkthisisarc/PoTsai [INFO] frobbed toml for ithinkthisisarc/PoTsai written to work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai/Cargo.toml [INFO] started frobbing ithinkthisisarc/PoTsai [INFO] finished frobbing ithinkthisisarc/PoTsai [INFO] frobbed toml for ithinkthisisarc/PoTsai written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ithinkthisisarc/PoTsai/Cargo.toml [INFO] crate ithinkthisisarc/PoTsai 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 ithinkthisisarc/PoTsai 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-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai:/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] 134dc5cac40b9a0677b1212f20314a9a241b0149d2b4a2d5f0f878e24db6b9ea [INFO] running `"docker" "start" "-a" "134dc5cac40b9a0677b1212f20314a9a241b0149d2b4a2d5f0f878e24db6b9ea"` [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling relay v0.1.1 [INFO] [stderr] Compiling want v0.0.4 [INFO] [stderr] Compiling futures-cpupool v0.1.8 [INFO] [stderr] Compiling tokio-threadpool v0.1.14 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.9 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-tcp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.5 [INFO] [stderr] Compiling tokio-fs v0.1.6 [INFO] [stderr] Compiling tokio v0.1.19 [INFO] [stderr] Compiling tokio-core v0.1.17 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.27 [INFO] [stderr] Compiling potsai v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `barrier` [INFO] [stderr] --> src/main.rs:92:7 [INFO] [stderr] | [INFO] [stderr] 92 | let barrier = Arc::new(Barrier::new(amnt as usize)); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_barrier` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:73:7 [INFO] [stderr] | [INFO] [stderr] 73 | let mut uri: String; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 32.02s [INFO] running `"docker" "inspect" "134dc5cac40b9a0677b1212f20314a9a241b0149d2b4a2d5f0f878e24db6b9ea"` [INFO] running `"docker" "rm" "-f" "134dc5cac40b9a0677b1212f20314a9a241b0149d2b4a2d5f0f878e24db6b9ea"` [INFO] [stdout] 134dc5cac40b9a0677b1212f20314a9a241b0149d2b4a2d5f0f878e24db6b9ea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai:/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] 5acaea57399ed18ab30f6cc25c4260462cf64d74f6f762f38da3f962e616051e [INFO] running `"docker" "start" "-a" "5acaea57399ed18ab30f6cc25c4260462cf64d74f6f762f38da3f962e616051e"` [INFO] [stderr] Compiling potsai v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: unused variable: `barrier` [INFO] [stderr] --> src/main.rs:92:7 [INFO] [stderr] | [INFO] [stderr] 92 | let barrier = Arc::new(Barrier::new(amnt as usize)); [INFO] [stderr] | ^^^^^^^ help: consider prefixing with an underscore: `_barrier` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_variables)] on by default [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:73:7 [INFO] [stderr] | [INFO] [stderr] 73 | let mut uri: String; [INFO] [stderr] | ----^^^ [INFO] [stderr] | | [INFO] [stderr] | help: remove this `mut` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_mut)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.41s [INFO] running `"docker" "inspect" "5acaea57399ed18ab30f6cc25c4260462cf64d74f6f762f38da3f962e616051e"` [INFO] running `"docker" "rm" "-f" "5acaea57399ed18ab30f6cc25c4260462cf64d74f6f762f38da3f962e616051e"` [INFO] [stdout] 5acaea57399ed18ab30f6cc25c4260462cf64d74f6f762f38da3f962e616051e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ithinkthisisarc/PoTsai:/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] c182853984023129134a08d58a2d4a7202be3dd50790bac1ac5bafa210013b86 [INFO] running `"docker" "start" "-a" "c182853984023129134a08d58a2d4a7202be3dd50790bac1ac5bafa210013b86"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.11s [INFO] [stderr] Running /opt/crater/target/debug/deps/potsai-6730a94a2fd8929b [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" "c182853984023129134a08d58a2d4a7202be3dd50790bac1ac5bafa210013b86"` [INFO] running `"docker" "rm" "-f" "c182853984023129134a08d58a2d4a7202be3dd50790bac1ac5bafa210013b86"` [INFO] [stdout] c182853984023129134a08d58a2d4a7202be3dd50790bac1ac5bafa210013b86