[INFO] updating cached repository krishnakumar4a4/casync-rs [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/krishnakumar4a4/casync-rs [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/krishnakumar4a4/casync-rs" "work/ex/beta-1.37-6/sources/1.36.0/gh/krishnakumar4a4/casync-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/krishnakumar4a4/casync-rs'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/krishnakumar4a4/casync-rs" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 15b2a6d15df1401e389e467bce4dabd64e4efe18 [INFO] sha for GitHub repo krishnakumar4a4/casync-rs: 15b2a6d15df1401e389e467bce4dabd64e4efe18 [INFO] validating manifest of krishnakumar4a4/casync-rs 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 krishnakumar4a4/casync-rs 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 krishnakumar4a4/casync-rs [INFO] finished frobbing krishnakumar4a4/casync-rs [INFO] frobbed toml for krishnakumar4a4/casync-rs written to work/ex/beta-1.37-6/sources/1.36.0/gh/krishnakumar4a4/casync-rs/Cargo.toml [INFO] started frobbing krishnakumar4a4/casync-rs [INFO] finished frobbing krishnakumar4a4/casync-rs [INFO] frobbed toml for krishnakumar4a4/casync-rs written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs/Cargo.toml [INFO] crate krishnakumar4a4/casync-rs 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] testing krishnakumar4a4/casync-rs against beta-2019-07-23 for beta-1.37-6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs:/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" "+beta-2019-07-23" "build" "--frozen"` [INFO] [stdout] 3494f67151a66d4d485d7aa6defa19a11f8d2853ec2b5391597568e6da68473d [INFO] running `"docker" "start" "-a" "3494f67151a66d4d485d7aa6defa19a11f8d2853ec2b5391597568e6da68473d"` [INFO] [stderr] Compiling fmt-extra v0.1.2 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling blob v0.2.0 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling hash-roll v0.2.0 [INFO] [stderr] Compiling zstd-sys v1.4.4+zstd.1.3.5 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio-udp v0.1.2 [INFO] [stderr] Compiling tokio-uds v0.2.3 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio v0.1.11 [INFO] [stderr] Compiling hyper v0.12.13 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.4 [INFO] [stderr] Compiling zstd-safe v1.4.4+zstd.1.3.5 [INFO] [stderr] Compiling zstd v0.4.19+zstd.1.3.5 [INFO] [stderr] Compiling casync-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | let mut chunker_config = ChunkerConfig::new(index_file, store_dir, io_file); [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 1m 34s [INFO] running `"docker" "inspect" "3494f67151a66d4d485d7aa6defa19a11f8d2853ec2b5391597568e6da68473d"` [INFO] running `"docker" "rm" "-f" "3494f67151a66d4d485d7aa6defa19a11f8d2853ec2b5391597568e6da68473d"` [INFO] [stdout] 3494f67151a66d4d485d7aa6defa19a11f8d2853ec2b5391597568e6da68473d [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs:/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" "+beta-2019-07-23" "test" "--frozen" "--no-run"` [INFO] [stdout] 156b04489b996142928486740f377647f7593ee50189abb0c58c7d737d6bc4cb [INFO] running `"docker" "start" "-a" "156b04489b996142928486740f377647f7593ee50189abb0c58c7d737d6bc4cb"` [INFO] [stderr] Compiling casync-rs v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:103:17 [INFO] [stderr] | [INFO] [stderr] 103 | let mut chunker_config = ChunkerConfig::new(index_file, store_dir, io_file); [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 2.22s [INFO] running `"docker" "inspect" "156b04489b996142928486740f377647f7593ee50189abb0c58c7d737d6bc4cb"` [INFO] running `"docker" "rm" "-f" "156b04489b996142928486740f377647f7593ee50189abb0c58c7d737d6bc4cb"` [INFO] [stdout] 156b04489b996142928486740f377647f7593ee50189abb0c58c7d737d6bc4cb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-1/beta-2019-07-23:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/krishnakumar4a4/casync-rs:/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" "+beta-2019-07-23" "test" "--frozen"` [INFO] [stdout] dece00540d7b54825a0b88520905c0017652e6edfec0b6e2dc719d4f5788fa61 [INFO] running `"docker" "start" "-a" "dece00540d7b54825a0b88520905c0017652e6edfec0b6e2dc719d4f5788fa61"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.22s [INFO] [stderr] Running /opt/crater/target/debug/deps/casync_rs-5ca14a1058439284 [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" "dece00540d7b54825a0b88520905c0017652e6edfec0b6e2dc719d4f5788fa61"` [INFO] running `"docker" "rm" "-f" "dece00540d7b54825a0b88520905c0017652e6edfec0b6e2dc719d4f5788fa61"` [INFO] [stdout] dece00540d7b54825a0b88520905c0017652e6edfec0b6e2dc719d4f5788fa61