[INFO] cloning repository https://github.com/zdcthomas/dmux [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/zdcthomas/dmux" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzdcthomas%2Fdmux"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzdcthomas%2Fdmux'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 38d6c573cc02f5b867e9bcb42338de44374407d5 [INFO] testing zdcthomas/dmux against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fzdcthomas%2Fdmux" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/zdcthomas/dmux on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/zdcthomas/dmux [INFO] finished tweaking git repo https://github.com/zdcthomas/dmux [INFO] tweaked toml for git repo https://github.com/zdcthomas/dmux written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/zdcthomas/dmux already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] a41c877278f448f8bf022067309c1b279f730646ddf97ecb4c7e833149b79021 [INFO] running `"docker" "start" "-a" "a41c877278f448f8bf022067309c1b279f730646ddf97ecb4c7e833149b79021"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling cfg-if v0.1.9 [INFO] [stderr] Compiling byteorder v1.3.4 [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling serde v1.0.106 [INFO] [stderr] Compiling proc-macro2 v1.0.9 [INFO] [stderr] Compiling nodrop v0.1.14 [INFO] [stderr] Compiling serde v0.8.23 [INFO] [stderr] Compiling static_assertions v0.3.4 [INFO] [stderr] Compiling syn v1.0.16 [INFO] [stderr] Compiling linked-hash-map v0.5.2 [INFO] [stderr] Compiling rust-ini v0.13.0 [INFO] [stderr] Compiling tmux_interface v0.0.6 [INFO] [stderr] Compiling nom v5.1.1 [INFO] [stderr] Compiling lexical-core v0.6.7 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling dirs-sys v0.3.4 [INFO] [stderr] Compiling clap v2.33.1 [INFO] [stderr] Compiling num-traits v0.1.43 [INFO] [stderr] Compiling yaml-rust v0.4.3 [INFO] [stderr] Compiling dirs v2.0.2 [INFO] [stderr] Compiling regex-automata v0.1.9 [INFO] [stderr] Compiling bstr v0.2.13 [INFO] [stderr] Compiling quote v1.0.3 [INFO] [stderr] Compiling globset v0.4.5 [INFO] [stderr] Compiling grep-cli v0.1.4 [INFO] [stderr] Compiling serde_test v0.8.23 [INFO] [stderr] Compiling linked-hash-map v0.3.0 [INFO] [stderr] Compiling serde-hjson v0.9.1 [INFO] [stderr] Compiling serde_derive v1.0.106 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling serde_json v1.0.51 [INFO] [stderr] Compiling config v0.10.1 [INFO] [stderr] Compiling dmux v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 07s [INFO] running `"docker" "inspect" "a41c877278f448f8bf022067309c1b279f730646ddf97ecb4c7e833149b79021"` [INFO] running `"docker" "rm" "-f" "a41c877278f448f8bf022067309c1b279f730646ddf97ecb4c7e833149b79021"` [INFO] [stdout] a41c877278f448f8bf022067309c1b279f730646ddf97ecb4c7e833149b79021 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 410891d6ebd5bfe948aebaab679dca18cf04c89bf4aaf3a14eb7e98ffa1a9b30 [INFO] running `"docker" "start" "-a" "410891d6ebd5bfe948aebaab679dca18cf04c89bf4aaf3a14eb7e98ffa1a9b30"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Compiling dmux v0.5.2 (/opt/rustwide/workdir) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.48s [INFO] running `"docker" "inspect" "410891d6ebd5bfe948aebaab679dca18cf04c89bf4aaf3a14eb7e98ffa1a9b30"` [INFO] running `"docker" "rm" "-f" "410891d6ebd5bfe948aebaab679dca18cf04c89bf4aaf3a14eb7e98ffa1a9b30"` [INFO] [stdout] 410891d6ebd5bfe948aebaab679dca18cf04c89bf4aaf3a14eb7e98ffa1a9b30 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2020-06-03" "test" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 19e2e2279a5ffe019fb7ec1e946fd42a316a3cd9dd2b9898224e7df654f1e8e6 [INFO] running `"docker" "start" "-a" "19e2e2279a5ffe019fb7ec1e946fd42a316a3cd9dd2b9898224e7df654f1e8e6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.24s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/dmux-03f03e6b632c3b5c [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" "19e2e2279a5ffe019fb7ec1e946fd42a316a3cd9dd2b9898224e7df654f1e8e6"` [INFO] running `"docker" "rm" "-f" "19e2e2279a5ffe019fb7ec1e946fd42a316a3cd9dd2b9898224e7df654f1e8e6"` [INFO] [stdout] 19e2e2279a5ffe019fb7ec1e946fd42a316a3cd9dd2b9898224e7df654f1e8e6