[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.38-1/sources/1.37.0/gh/diodelass/Teamech-Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/diodelass/Teamech-Server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/diodelass/Teamech-Server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/diodelass/Teamech-Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/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.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of diodelass/Teamech-Server on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "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.38-1/sources/1.37.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.38-1/sources/beta-2019-08-13/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.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.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.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] testing diodelass/Teamech-Server against 1.37.0 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "build" "--frozen"` [INFO] [stdout] 8cd7ead98e8feee6741ea13de564c52ff7186c09a74b5da23ef10593a72eb5bb [INFO] running `"docker" "start" "-a" "8cd7ead98e8feee6741ea13de564c52ff7186c09a74b5da23ef10593a72eb5bb"` [INFO] [stderr] Compiling crunchy v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling tiny-keccak v1.5.0 [INFO] [stderr] Compiling chrono v0.4.7 [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 11.09s [INFO] running `"docker" "inspect" "8cd7ead98e8feee6741ea13de564c52ff7186c09a74b5da23ef10593a72eb5bb"` [INFO] running `"docker" "rm" "-f" "8cd7ead98e8feee6741ea13de564c52ff7186c09a74b5da23ef10593a72eb5bb"` [INFO] [stdout] 8cd7ead98e8feee6741ea13de564c52ff7186c09a74b5da23ef10593a72eb5bb [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen" "--no-run"` [INFO] [stdout] ab039b63883c4d1015426f8191674f059d2710bdca0934a6696224f321158400 [INFO] running `"docker" "start" "-a" "ab039b63883c4d1015426f8191674f059d2710bdca0934a6696224f321158400"` [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 0.94s [INFO] running `"docker" "inspect" "ab039b63883c4d1015426f8191674f059d2710bdca0934a6696224f321158400"` [INFO] running `"docker" "rm" "-f" "ab039b63883c4d1015426f8191674f059d2710bdca0934a6696224f321158400"` [INFO] [stdout] ab039b63883c4d1015426f8191674f059d2710bdca0934a6696224f321158400 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-0/1.37.0:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/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" "+1.37.0" "test" "--frozen"` [INFO] [stdout] fd27411b363c024e4834d9009271a0255e8a5a3d923ccfa567a341934eb2ef92 [INFO] running `"docker" "start" "-a" "fd27411b363c024e4834d9009271a0255e8a5a3d923ccfa567a341934eb2ef92"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/crater/target/debug/deps/teamech_server-1a35d645a88e038d [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" "fd27411b363c024e4834d9009271a0255e8a5a3d923ccfa567a341934eb2ef92"` [INFO] running `"docker" "rm" "-f" "fd27411b363c024e4834d9009271a0255e8a5a3d923ccfa567a341934eb2ef92"` [INFO] [stdout] fd27411b363c024e4834d9009271a0255e8a5a3d923ccfa567a341934eb2ef92