[INFO] cloning repository https://github.com/dadleyy/newman [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dadleyy/newman" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdadleyy%2Fnewman"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdadleyy%2Fnewman'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 517846f85d9820943c7e08fd00377d659d355a28 [INFO] testing dadleyy/newman against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdadleyy%2Fnewman" "/workspace/builds/worker-4/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dadleyy/newman 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/dadleyy/newman [INFO] finished tweaking git repo https://github.com/dadleyy/newman [INFO] tweaked toml for git repo https://github.com/dadleyy/newman written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dadleyy/newman 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] cdd6ce073ae02ebe72a1e6d9d685887e382773eb5bda3fa285898b51f688b384 [INFO] running `"docker" "start" "-a" "cdd6ce073ae02ebe72a1e6d9d685887e382773eb5bda3fa285898b51f688b384"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling maybe-uninit v2.0.0 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling futures-core v0.3.4 [INFO] [stderr] Compiling once_cell v1.3.1 [INFO] [stderr] Compiling futures-timer v2.0.2 [INFO] [stderr] Compiling futures-io v0.3.4 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling net2 v0.2.33 [INFO] [stderr] Compiling async-task v1.3.1 [INFO] [stderr] Compiling num_cpus v1.12.0 [INFO] [stderr] Compiling crossbeam-utils v0.7.2 [INFO] [stderr] Compiling crossbeam-epoch v0.8.2 [INFO] [stderr] Compiling memoffset v0.5.3 [INFO] [stderr] Compiling mio v0.6.21 [INFO] [stderr] Compiling kv-log-macro v1.0.4 [INFO] [stderr] Compiling crossbeam-channel v0.4.2 [INFO] [stderr] Compiling crossbeam-deque v0.7.3 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling async-std v1.5.0 [INFO] [stderr] Compiling funny-history v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: constant `canned_response` should have an upper case name [INFO] [stderr] --> src/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | const canned_response: &'static str = "HTTP/1.1 200 Ok\r\nContent-length: 0\r\n\r\n"; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CANNED_RESPONSE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 11.46s [INFO] running `"docker" "inspect" "cdd6ce073ae02ebe72a1e6d9d685887e382773eb5bda3fa285898b51f688b384"` [INFO] running `"docker" "rm" "-f" "cdd6ce073ae02ebe72a1e6d9d685887e382773eb5bda3fa285898b51f688b384"` [INFO] [stdout] cdd6ce073ae02ebe72a1e6d9d685887e382773eb5bda3fa285898b51f688b384 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] 866f71b7ff3e7e856b4466f06cf2f8568c3fe9f581c32092a627391bb7fa1def [INFO] running `"docker" "start" "-a" "866f71b7ff3e7e856b4466f06cf2f8568c3fe9f581c32092a627391bb7fa1def"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling funny-history v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: constant `canned_response` should have an upper case name [INFO] [stderr] --> src/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | const canned_response: &'static str = "HTTP/1.1 200 Ok\r\nContent-length: 0\r\n\r\n"; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CANNED_RESPONSE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.70s [INFO] running `"docker" "inspect" "866f71b7ff3e7e856b4466f06cf2f8568c3fe9f581c32092a627391bb7fa1def"` [INFO] running `"docker" "rm" "-f" "866f71b7ff3e7e856b4466f06cf2f8568c3fe9f581c32092a627391bb7fa1def"` [INFO] [stdout] 866f71b7ff3e7e856b4466f06cf2f8568c3fe9f581c32092a627391bb7fa1def [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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] a17205b885bb33367e7b1a1b93559ef8c55c065ae57215729fbbb9a839cc508a [INFO] running `"docker" "start" "-a" "a17205b885bb33367e7b1a1b93559ef8c55c065ae57215729fbbb9a839cc508a"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: constant `canned_response` should have an upper case name [INFO] [stderr] --> src/main.rs:8:7 [INFO] [stderr] | [INFO] [stderr] 8 | const canned_response: &'static str = "HTTP/1.1 200 Ok\r\nContent-length: 0\r\n\r\n"; [INFO] [stderr] | ^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `CANNED_RESPONSE` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.07s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/funny_history-c46d842279660078 [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" "a17205b885bb33367e7b1a1b93559ef8c55c065ae57215729fbbb9a839cc508a"` [INFO] running `"docker" "rm" "-f" "a17205b885bb33367e7b1a1b93559ef8c55c065ae57215729fbbb9a839cc508a"` [INFO] [stdout] a17205b885bb33367e7b1a1b93559ef8c55c065ae57215729fbbb9a839cc508a