[INFO] cloning repository jfyuen/rstgc [INFO] running `"git" "clone" "--bare" "git://github.com/jfyuen/rstgc.git" "work/cache/sources/gh/jfyuen/rstgc"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/jfyuen/rstgc'... [INFO] running `"git" "clone" "work/cache/sources/gh/jfyuen/rstgc" "work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/jfyuen/rstgc" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jfyuen/rstgc"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jfyuen/rstgc'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] cd057b9c6b7666b99f821501d6db993ee68c179f [INFO] sha for GitHub repo jfyuen/rstgc: cd057b9c6b7666b99f821501d6db993ee68c179f [INFO] validating manifest of jfyuen/rstgc 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 jfyuen/rstgc 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 jfyuen/rstgc [INFO] finished frobbing jfyuen/rstgc [INFO] frobbed toml for jfyuen/rstgc written to work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc/Cargo.toml [INFO] started frobbing jfyuen/rstgc [INFO] finished frobbing jfyuen/rstgc [INFO] frobbed toml for jfyuen/rstgc written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/jfyuen/rstgc/Cargo.toml [INFO] crate jfyuen/rstgc 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] [stderr] Blocking waiting for file lock on package cache lock [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing jfyuen/rstgc 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-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc:/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] 9556b2620dc2e843a4fe779ef04d36947c762e1491fd0aa47c7818d1617677df [INFO] running `"docker" "start" "-a" "9556b2620dc2e843a4fe779ef04d36947c762e1491fd0aa47c7818d1617677df"` [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling slog-term v2.4.0 [INFO] [stderr] Compiling rstgc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | TgcError::ChanReceiveError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | TgcError::IOError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:41:46 [INFO] [stderr] | [INFO] [stderr] 41 | TgcError::SerializeError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/server.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | let mut stream = stream?; [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 7.20s [INFO] running `"docker" "inspect" "9556b2620dc2e843a4fe779ef04d36947c762e1491fd0aa47c7818d1617677df"` [INFO] running `"docker" "rm" "-f" "9556b2620dc2e843a4fe779ef04d36947c762e1491fd0aa47c7818d1617677df"` [INFO] [stdout] 9556b2620dc2e843a4fe779ef04d36947c762e1491fd0aa47c7818d1617677df [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc:/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] 3b7594aa691e14d5bb7cd785bf399ddcc36f48a0b0af2f5ca30cd6a3efbbc115 [INFO] running `"docker" "start" "-a" "3b7594aa691e14d5bb7cd785bf399ddcc36f48a0b0af2f5ca30cd6a3efbbc115"` [INFO] [stderr] Compiling rstgc v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:39:48 [INFO] [stderr] | [INFO] [stderr] 39 | TgcError::ChanReceiveError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:40:39 [INFO] [stderr] | [INFO] [stderr] 40 | TgcError::IOError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'std::error::Error::cause': replaced by Error::source, which can support downcasting [INFO] [stderr] --> src/error.rs:41:46 [INFO] [stderr] | [INFO] [stderr] 41 | TgcError::SerializeError(e) => e.cause(), [INFO] [stderr] | ^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/server.rs:24:13 [INFO] [stderr] | [INFO] [stderr] 24 | let mut stream = stream?; [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.21s [INFO] running `"docker" "inspect" "3b7594aa691e14d5bb7cd785bf399ddcc36f48a0b0af2f5ca30cd6a3efbbc115"` [INFO] running `"docker" "rm" "-f" "3b7594aa691e14d5bb7cd785bf399ddcc36f48a0b0af2f5ca30cd6a3efbbc115"` [INFO] [stdout] 3b7594aa691e14d5bb7cd785bf399ddcc36f48a0b0af2f5ca30cd6a3efbbc115 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/1.36.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/jfyuen/rstgc:/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] 3d00554ab372e301754247341ae65b0c01bac4f9a42275c9bf8654e8092294cd [INFO] running `"docker" "start" "-a" "3d00554ab372e301754247341ae65b0c01bac4f9a42275c9bf8654e8092294cd"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/rstgc-c777b401d50267ec [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" "3d00554ab372e301754247341ae65b0c01bac4f9a42275c9bf8654e8092294cd"` [INFO] running `"docker" "rm" "-f" "3d00554ab372e301754247341ae65b0c01bac4f9a42275c9bf8654e8092294cd"` [INFO] [stdout] 3d00554ab372e301754247341ae65b0c01bac4f9a42275c9bf8654e8092294cd