[INFO] updating cached repository m-r-r/torrent-server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/m-r-r/torrent-server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/m-r-r/torrent-server" "work/ex/beta-1.37-6/sources/1.36.0/gh/m-r-r/torrent-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/m-r-r/torrent-server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/m-r-r/torrent-server" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/m-r-r/torrent-server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/m-r-r/torrent-server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 881f7a2bb1f2720fc3e603021517cf2a39fd70b2 [INFO] sha for GitHub repo m-r-r/torrent-server: 881f7a2bb1f2720fc3e603021517cf2a39fd70b2 [INFO] validating manifest of m-r-r/torrent-server 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 m-r-r/torrent-server 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 m-r-r/torrent-server [INFO] finished frobbing m-r-r/torrent-server [INFO] frobbed toml for m-r-r/torrent-server written to work/ex/beta-1.37-6/sources/1.36.0/gh/m-r-r/torrent-server/Cargo.toml [INFO] started frobbing m-r-r/torrent-server [INFO] finished frobbing m-r-r/torrent-server [INFO] frobbed toml for m-r-r/torrent-server written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/m-r-r/torrent-server/Cargo.toml [INFO] crate m-r-r/torrent-server 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] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/m-r-r/torrent-server/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.36.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [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] testing m-r-r/torrent-server 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-0/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/m-r-r/torrent-server:/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] 8ee2b0b40292503df102eba08d631383de144aebb0dcda2add5008070698b9f9 [INFO] running `"docker" "start" "-a" "8ee2b0b40292503df102eba08d631383de144aebb0dcda2add5008070698b9f9"` [INFO] [stderr] Compiling bencode v0.1.16 [INFO] [stderr] Compiling torrent-tracker v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PeerList` [INFO] [stderr] --> src/response.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / PeerList { [INFO] [stderr] 12 | | /// Refresh interval of the list [INFO] [stderr] 13 | | interval: u32, [INFO] [stderr] 14 | | /// Available peers [INFO] [stderr] 15 | | peers: Vec, [INFO] [stderr] 16 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.12s [INFO] running `"docker" "inspect" "8ee2b0b40292503df102eba08d631383de144aebb0dcda2add5008070698b9f9"` [INFO] running `"docker" "rm" "-f" "8ee2b0b40292503df102eba08d631383de144aebb0dcda2add5008070698b9f9"` [INFO] [stdout] 8ee2b0b40292503df102eba08d631383de144aebb0dcda2add5008070698b9f9 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/m-r-r/torrent-server:/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] fe4826685cc7288c8ca92296ab5fb853e4076a5ab2cfe151e9a1066bf4a2908e [INFO] running `"docker" "start" "-a" "fe4826685cc7288c8ca92296ab5fb853e4076a5ab2cfe151e9a1066bf4a2908e"` [INFO] [stderr] Compiling torrent-tracker v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'std::ascii::AsciiExt': use inherent methods instead [INFO] [stderr] --> src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `std::ascii::AsciiExt` [INFO] [stderr] --> src/lib.rs:12:5 [INFO] [stderr] | [INFO] [stderr] 12 | use std::ascii::AsciiExt; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(unused_imports)] on by default [INFO] [stderr] [INFO] [stderr] warning: variant is never constructed: `PeerList` [INFO] [stderr] --> src/response.rs:11:5 [INFO] [stderr] | [INFO] [stderr] 11 | / PeerList { [INFO] [stderr] 12 | | /// Refresh interval of the list [INFO] [stderr] 13 | | interval: u32, [INFO] [stderr] 14 | | /// Available peers [INFO] [stderr] 15 | | peers: Vec, [INFO] [stderr] 16 | | }, [INFO] [stderr] | |_____^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(dead_code)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.92s [INFO] running `"docker" "inspect" "fe4826685cc7288c8ca92296ab5fb853e4076a5ab2cfe151e9a1066bf4a2908e"` [INFO] running `"docker" "rm" "-f" "fe4826685cc7288c8ca92296ab5fb853e4076a5ab2cfe151e9a1066bf4a2908e"` [INFO] [stdout] fe4826685cc7288c8ca92296ab5fb853e4076a5ab2cfe151e9a1066bf4a2908e [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-0/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/m-r-r/torrent-server:/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] 650d485e4c5996433a026d4f7b0ae0f5700a0bb20164c060c4b26e0c4eed2a5c [INFO] running `"docker" "start" "-a" "650d485e4c5996433a026d4f7b0ae0f5700a0bb20164c060c4b26e0c4eed2a5c"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.04s [INFO] [stderr] Running /opt/crater/target/debug/deps/torrent_tracker-4f813945048fa670 [INFO] [stdout] [INFO] [stdout] running 3 tests [INFO] [stdout] test tests::parse_info_hash ... ok [INFO] [stdout] test tests::parse_peer_id ... ok [INFO] [stdout] test serialize::tests::decode_announce ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 3 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] [stderr] Doc-tests torrent-tracker [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" "650d485e4c5996433a026d4f7b0ae0f5700a0bb20164c060c4b26e0c4eed2a5c"` [INFO] running `"docker" "rm" "-f" "650d485e4c5996433a026d4f7b0ae0f5700a0bb20164c060c4b26e0c4eed2a5c"` [INFO] [stdout] 650d485e4c5996433a026d4f7b0ae0f5700a0bb20164c060c4b26e0c4eed2a5c