[INFO] updating cached repository diodelass/Teamech-Server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/diodelass/Teamech-Server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/diodelass/Teamech-Server" "work/ex/beta-1.37-6/sources/1.36.0/gh/diodelass/Teamech-Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/1.36.0/gh/diodelass/Teamech-Server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/diodelass/Teamech-Server" "work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/diodelass/Teamech-Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/diodelass/Teamech-Server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0db6cb4c920a5604dc7378f7c6022fe4f609e982 [INFO] sha for GitHub repo diodelass/Teamech-Server: 0db6cb4c920a5604dc7378f7c6022fe4f609e982 [INFO] validating manifest of diodelass/Teamech-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 diodelass/Teamech-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 diodelass/Teamech-Server [INFO] finished frobbing diodelass/Teamech-Server [INFO] frobbed toml for diodelass/Teamech-Server written to work/ex/beta-1.37-6/sources/1.36.0/gh/diodelass/Teamech-Server/Cargo.toml [INFO] started frobbing diodelass/Teamech-Server [INFO] finished frobbing diodelass/Teamech-Server [INFO] frobbed toml for diodelass/Teamech-Server written to work/ex/beta-1.37-6/sources/beta-2019-07-23/gh/diodelass/Teamech-Server/Cargo.toml [INFO] crate diodelass/Teamech-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] error: the lock file /mnt/big/crater/work/ex/beta-1.37-6/sources/1.36.0/gh/diodelass/Teamech-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] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-07-23" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing diodelass/Teamech-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-7/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/diodelass/Teamech-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] 2e6389e9d2c578d372e96c2209df0ac6b0fa9b5fc61e2e392ab17183cd7ff074 [INFO] running `"docker" "start" "-a" "2e6389e9d2c578d372e96c2209df0ac6b0fa9b5fc61e2e392ab17183cd7ff074"` [INFO] [stderr] Compiling teamech-server v0.6.2 (/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:878:39 [INFO] [stderr] | [INFO] [stderr] 878 | destpattern = messageparts[0].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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:920:11 [INFO] [stderr] | [INFO] [stderr] 920 | let mut retranscount:u16; [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 4.28s [INFO] running `"docker" "inspect" "2e6389e9d2c578d372e96c2209df0ac6b0fa9b5fc61e2e392ab17183cd7ff074"` [INFO] running `"docker" "rm" "-f" "2e6389e9d2c578d372e96c2209df0ac6b0fa9b5fc61e2e392ab17183cd7ff074"` [INFO] [stdout] 2e6389e9d2c578d372e96c2209df0ac6b0fa9b5fc61e2e392ab17183cd7ff074 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/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/diodelass/Teamech-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] 27540a792c26c5a2d6935857ca1c632a2e89d15228e1ddb02a6544e9324f71a6 [INFO] running `"docker" "start" "-a" "27540a792c26c5a2d6935857ca1c632a2e89d15228e1ddb02a6544e9324f71a6"` [INFO] [stderr] Compiling teamech-server v0.6.2 (/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:878:39 [INFO] [stderr] | [INFO] [stderr] 878 | destpattern = messageparts[0].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: variable does not need to be mutable [INFO] [stderr] --> src/main.rs:920:11 [INFO] [stderr] | [INFO] [stderr] 920 | let mut retranscount:u16; [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.17s [INFO] running `"docker" "inspect" "27540a792c26c5a2d6935857ca1c632a2e89d15228e1ddb02a6544e9324f71a6"` [INFO] running `"docker" "rm" "-f" "27540a792c26c5a2d6935857ca1c632a2e89d15228e1ddb02a6544e9324f71a6"` [INFO] [stdout] 27540a792c26c5a2d6935857ca1c632a2e89d15228e1ddb02a6544e9324f71a6 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.37-6/worker-7/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/diodelass/Teamech-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] c96b746c1035778b223225dd56c7782227873b22a1a39d486b54340c4a887dcf [INFO] running `"docker" "start" "-a" "c96b746c1035778b223225dd56c7782227873b22a1a39d486b54340c4a887dcf"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/teamech_server-f6a998d954e710a8 [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" "c96b746c1035778b223225dd56c7782227873b22a1a39d486b54340c4a887dcf"` [INFO] running `"docker" "rm" "-f" "c96b746c1035778b223225dd56c7782227873b22a1a39d486b54340c4a887dcf"` [INFO] [stdout] c96b746c1035778b223225dd56c7782227873b22a1a39d486b54340c4a887dcf