[INFO] updating cached repository letmutx/code-executor [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/letmutx/code-executor [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/letmutx/code-executor" "work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/letmutx/code-executor" "work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/letmutx/code-executor"` [INFO] [stderr] Cloning into 'work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/letmutx/code-executor'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 7f543faf3f46ad92f67c559e31f00e3920cba3f7 [INFO] sha for GitHub repo letmutx/code-executor: 7f543faf3f46ad92f67c559e31f00e3920cba3f7 [INFO] validating manifest of letmutx/code-executor on toolchain master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of letmutx/code-executor on toolchain try#7fea0229842e79db1159ea58ad9a653b288efee9 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing letmutx/code-executor [INFO] finished frobbing letmutx/code-executor [INFO] frobbed toml for letmutx/code-executor written to work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor/Cargo.toml [INFO] started frobbing letmutx/code-executor [INFO] finished frobbing letmutx/code-executor [INFO] frobbed toml for letmutx/code-executor written to work/ex/pr-57967/sources/try#7fea0229842e79db1159ea58ad9a653b288efee9/gh/letmutx/code-executor/Cargo.toml [INFO] crate letmutx/code-executor has a lockfile. skipping [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+7fea0229842e79db1159ea58ad9a653b288efee9-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing letmutx/code-executor against master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54 for pr-57967 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-2/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "build" "--frozen"` [INFO] [stdout] e7e6c3248724d5468b3ee24fb4b073d479b6a226d2de93648b9b8a3601d38eb7 [INFO] running `"docker" "start" "-a" "e7e6c3248724d5468b3ee24fb4b073d479b6a226d2de93648b9b8a3601d38eb7"` [INFO] [stderr] Compiling xattr v0.1.11 [INFO] [stderr] Compiling filetime v0.1.15 [INFO] [stderr] Compiling relay v0.1.0 [INFO] [stderr] Compiling tokio-io v0.1.4 [INFO] [stderr] Compiling mio-uds v0.6.4 [INFO] [stderr] Compiling serde_url_params v0.1.0 [INFO] [stderr] Compiling tar v0.4.14 [INFO] [stderr] Compiling tokio-core v0.1.12 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling tokio-uds v0.1.7 [INFO] [stderr] Compiling hyper v0.11.15 [INFO] [stderr] Compiling hyperlocal v0.4.1 [INFO] [stderr] Compiling code-executor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/executor/mod.rs:166:34 [INFO] [stderr] | [INFO] [stderr] 166 | .trim_right() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 28.34s [INFO] running `"docker" "inspect" "e7e6c3248724d5468b3ee24fb4b073d479b6a226d2de93648b9b8a3601d38eb7"` [INFO] running `"docker" "rm" "-f" "e7e6c3248724d5468b3ee24fb4b073d479b6a226d2de93648b9b8a3601d38eb7"` [INFO] [stdout] e7e6c3248724d5468b3ee24fb4b073d479b6a226d2de93648b9b8a3601d38eb7 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-2/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen" "--no-run"` [INFO] [stdout] 2f0b878ed4a6598b3db239f3b9292541153fc7b004322f5dd8c491bd4638007a [INFO] running `"docker" "start" "-a" "2f0b878ed4a6598b3db239f3b9292541153fc7b004322f5dd8c491bd4638007a"` [INFO] [stderr] Compiling code-executor v0.1.0 (/opt/crater/workdir) [INFO] [stderr] warning: use of deprecated item 'core::str::::trim_right': superseded by `trim_end` [INFO] [stderr] --> src/executor/mod.rs:166:34 [INFO] [stderr] | [INFO] [stderr] 166 | .trim_right() [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: #[warn(deprecated)] on by default [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1.64s [INFO] running `"docker" "inspect" "2f0b878ed4a6598b3db239f3b9292541153fc7b004322f5dd8c491bd4638007a"` [INFO] running `"docker" "rm" "-f" "2f0b878ed4a6598b3db239f3b9292541153fc7b004322f5dd8c491bd4638007a"` [INFO] [stdout] 2f0b878ed4a6598b3db239f3b9292541153fc7b004322f5dd8c491bd4638007a [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-57967/worker-2/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-57967/sources/master#c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54/gh/letmutx/code-executor:/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" "+c1c3c4e95b69dfeaca5c5db6c622d7f90ad30a54-alt" "test" "--frozen"` [INFO] [stdout] 29d8a35067307a4f26db3865c60ebcd52e68c34d7c5c176515842889d41ff645 [INFO] running `"docker" "start" "-a" "29d8a35067307a4f26db3865c60ebcd52e68c34d7c5c176515842889d41ff645"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.12s [INFO] [stderr] Running /opt/crater/target/debug/deps/code_executor-89a862d9aa19b63b [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" "29d8a35067307a4f26db3865c60ebcd52e68c34d7c5c176515842889d41ff645"` [INFO] running `"docker" "rm" "-f" "29d8a35067307a4f26db3865c60ebcd52e68c34d7c5c176515842889d41ff645"` [INFO] [stdout] 29d8a35067307a4f26db3865c60ebcd52e68c34d7c5c176515842889d41ff645