[INFO] cloning repository lazear/rust-backend-example [INFO] running `"git" "clone" "--bare" "git://github.com/lazear/rust-backend-example.git" "work/cache/sources/gh/lazear/rust-backend-example"` [INFO] [stderr] Cloning into bare repository 'work/cache/sources/gh/lazear/rust-backend-example'... [INFO] running `"git" "clone" "work/cache/sources/gh/lazear/rust-backend-example" "work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/lazear/rust-backend-example"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/lazear/rust-backend-example'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/lazear/rust-backend-example" "work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example"` [INFO] [stderr] Cloning into 'work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 8cba84b24d497b4a4828eea14a4affd48b9c51bf [INFO] sha for GitHub repo lazear/rust-backend-example: 8cba84b24d497b4a4828eea14a4affd48b9c51bf [INFO] validating manifest of lazear/rust-backend-example on toolchain master#c8865d8e195813ade6b84434ac9f8850e7112d1a [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of lazear/rust-backend-example on toolchain try#e212b7d492c96d3837691ba29d32d5f468933fb8 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing lazear/rust-backend-example [INFO] finished frobbing lazear/rust-backend-example [INFO] frobbed toml for lazear/rust-backend-example written to work/ex/pr-61629/sources/master#c8865d8e195813ade6b84434ac9f8850e7112d1a/gh/lazear/rust-backend-example/Cargo.toml [INFO] started frobbing lazear/rust-backend-example [INFO] finished frobbing lazear/rust-backend-example [INFO] frobbed toml for lazear/rust-backend-example written to work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example/Cargo.toml [INFO] crate lazear/rust-backend-example already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c8865d8e195813ade6b84434ac9f8850e7112d1a-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing lazear/rust-backend-example against try#e212b7d492c96d3837691ba29d32d5f468933fb8 for pr-61629 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "build" "--frozen"` [INFO] [stdout] 6b023257f1f4791cf528079e7cfc915c571507a027f675466858bd6b642a5dea [INFO] running `"docker" "start" "-a" "6b023257f1f4791cf528079e7cfc915c571507a027f675466858bd6b642a5dea"` [INFO] [stderr] Compiling rust-backend-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 18 | ip = String::from(addr.trim_left().trim_right()).parse().unwrap_or(ip); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | ip = String::from(addr.trim_left().trim_right()).parse().unwrap_or(ip); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.80s [INFO] running `"docker" "inspect" "6b023257f1f4791cf528079e7cfc915c571507a027f675466858bd6b642a5dea"` [INFO] running `"docker" "rm" "-f" "6b023257f1f4791cf528079e7cfc915c571507a027f675466858bd6b642a5dea"` [INFO] [stdout] 6b023257f1f4791cf528079e7cfc915c571507a027f675466858bd6b642a5dea [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 374e62b6064a766a59327f03bdcf34776d59f645724cdf5c6ab416a50f42a884 [INFO] running `"docker" "start" "-a" "374e62b6064a766a59327f03bdcf34776d59f645724cdf5c6ab416a50f42a884"` [INFO] [stderr] Compiling rust-backend-example v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_left': superseded by `trim_start` [INFO] [stderr] --> src/main.rs:18:28 [INFO] [stderr] | [INFO] [stderr] 18 | ip = String::from(addr.trim_left().trim_right()).parse().unwrap_or(ip); [INFO] [stderr] | ^^^^^^^^^ help: replace the use of the deprecated item: `trim_start` [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/main.rs:18:40 [INFO] [stderr] | [INFO] [stderr] 18 | ip = String::from(addr.trim_left().trim_right()).parse().unwrap_or(ip); [INFO] [stderr] | ^^^^^^^^^^ help: replace the use of the deprecated item: `trim_end` [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.86s [INFO] running `"docker" "inspect" "374e62b6064a766a59327f03bdcf34776d59f645724cdf5c6ab416a50f42a884"` [INFO] running `"docker" "rm" "-f" "374e62b6064a766a59327f03bdcf34776d59f645724cdf5c6ab416a50f42a884"` [INFO] [stdout] 374e62b6064a766a59327f03bdcf34776d59f645724cdf5c6ab416a50f42a884 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-61629/worker-5/try#e212b7d492c96d3837691ba29d32d5f468933fb8:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-61629/sources/try#e212b7d492c96d3837691ba29d32d5f468933fb8/gh/lazear/rust-backend-example:/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=forbid" "-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" "+e212b7d492c96d3837691ba29d32d5f468933fb8-alt" "test" "--frozen"` [INFO] [stdout] cbaee17db3239b48af7395243001a391256384d94e3b80d9a41e39f82884743a [INFO] running `"docker" "start" "-a" "cbaee17db3239b48af7395243001a391256384d94e3b80d9a41e39f82884743a"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.03s [INFO] [stderr] Running /opt/crater/target/debug/deps/rust_backend_example-208a7353a985892d [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" "cbaee17db3239b48af7395243001a391256384d94e3b80d9a41e39f82884743a"` [INFO] running `"docker" "rm" "-f" "cbaee17db3239b48af7395243001a391256384d94e3b80d9a41e39f82884743a"` [INFO] [stdout] cbaee17db3239b48af7395243001a391256384d94e3b80d9a41e39f82884743a