[INFO] updating cached repository porglezomp-misc/serv [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/porglezomp-misc/serv [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/porglezomp-misc/serv" "work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp-misc/serv"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp-misc/serv'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/porglezomp-misc/serv" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp-misc/serv"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp-misc/serv'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 29e675951137b7517dafa8262eb4da7ddd1e798d [INFO] sha for GitHub repo porglezomp-misc/serv: 29e675951137b7517dafa8262eb4da7ddd1e798d [INFO] validating manifest of porglezomp-misc/serv 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 porglezomp-misc/serv 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 porglezomp-misc/serv [INFO] finished frobbing porglezomp-misc/serv [INFO] frobbed toml for porglezomp-misc/serv written to work/ex/beta-1.37-6/sources/1.36.0/gh/porglezomp-misc/serv/Cargo.toml [INFO] started frobbing porglezomp-misc/serv [INFO] finished frobbing porglezomp-misc/serv [INFO] frobbed toml for porglezomp-misc/serv written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/porglezomp-misc/serv/Cargo.toml [INFO] crate porglezomp-misc/serv 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/porglezomp-misc/serv/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] [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" "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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing porglezomp-misc/serv 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/porglezomp-misc/serv:/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] e7b70591c63baf658643bfabb890b58a5bedba4d065a6f069a4157774da7a721 [INFO] running `"docker" "start" "-a" "e7b70591c63baf658643bfabb890b58a5bedba4d065a6f069a4157774da7a721"` [INFO] [stderr] Compiling getopts v0.2.19 [INFO] [stderr] Compiling serv v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | name = path.trim_left_matches("./"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:196:29 [INFO] [stderr] | [INFO] [stderr] 196 | path = path.trim_left_matches(".")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 2.36s [INFO] running `"docker" "inspect" "e7b70591c63baf658643bfabb890b58a5bedba4d065a6f069a4157774da7a721"` [INFO] running `"docker" "rm" "-f" "e7b70591c63baf658643bfabb890b58a5bedba4d065a6f069a4157774da7a721"` [INFO] [stdout] e7b70591c63baf658643bfabb890b58a5bedba4d065a6f069a4157774da7a721 [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/porglezomp-misc/serv:/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] f7fc7d8bea8e0e98b434bf6a4aae7884f99e780604204831b77aee1106362db9 [INFO] running `"docker" "start" "-a" "f7fc7d8bea8e0e98b434bf6a4aae7884f99e780604204831b77aee1106362db9"` [INFO] [stderr] Compiling serv v0.2.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:195:29 [INFO] [stderr] | [INFO] [stderr] 195 | name = path.trim_left_matches("./"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left_matches': superseded by `trim_start_matches` [INFO] [stderr] --> src/main.rs:196:29 [INFO] [stderr] | [INFO] [stderr] 196 | path = path.trim_left_matches(".")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ help: replace the use of the deprecated item: `trim_start_matches` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.56s [INFO] running `"docker" "inspect" "f7fc7d8bea8e0e98b434bf6a4aae7884f99e780604204831b77aee1106362db9"` [INFO] running `"docker" "rm" "-f" "f7fc7d8bea8e0e98b434bf6a4aae7884f99e780604204831b77aee1106362db9"` [INFO] [stdout] f7fc7d8bea8e0e98b434bf6a4aae7884f99e780604204831b77aee1106362db9 [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/porglezomp-misc/serv:/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] a4ff6434f59608305fde62ded7ca961b27976777610e0057ccb953c6c846219d [INFO] running `"docker" "start" "-a" "a4ff6434f59608305fde62ded7ca961b27976777610e0057ccb953c6c846219d"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.05s [INFO] [stderr] Running /opt/crater/target/debug/deps/serv-83b5ba074a7769d1 [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" "a4ff6434f59608305fde62ded7ca961b27976777610e0057ccb953c6c846219d"` [INFO] running `"docker" "rm" "-f" "a4ff6434f59608305fde62ded7ca961b27976777610e0057ccb953c6c846219d"` [INFO] [stdout] a4ff6434f59608305fde62ded7ca961b27976777610e0057ccb953c6c846219d