[INFO] updating cached repository https://github.com/kcomas/rust-trees [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ce64489eb8fadce31c44984ef511a169ce2ba219 [INFO] testing kcomas/rust-trees against beta-2020-06-03 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcomas%2Frust-trees" "/workspace/builds/worker-3/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kcomas/rust-trees 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/kcomas/rust-trees [INFO] finished tweaking git repo https://github.com/kcomas/rust-trees [INFO] tweaked toml for git repo https://github.com/kcomas/rust-trees written to /workspace/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/kcomas/rust-trees 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-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] [stdout] c8e19c5968bf4d145fc7ad5454fd2e432a4f6b520d341afc6f69ecb1ddb0e5ba [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "c8e19c5968bf4d145fc7ad5454fd2e432a4f6b520d341afc6f69ecb1ddb0e5ba"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling libc v0.2.26 [INFO] [stderr] Compiling byteorder v1.1.0 [INFO] [stderr] Compiling futures v0.1.14 [INFO] [stderr] Compiling log v0.3.8 [INFO] [stderr] Compiling lazycell v0.4.0 [INFO] [stderr] Compiling num-traits v0.1.39 [INFO] [stderr] Compiling httparse v1.2.3 [INFO] [stderr] Compiling percent-encoding v1.0.0 [INFO] [stderr] Compiling serde v1.0.9 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling base64 v0.6.0 [INFO] [stderr] Compiling iovec v0.1.0 [INFO] [stderr] Compiling net2 v0.2.29 [INFO] [stderr] Compiling num_cpus v1.6.2 [INFO] [stderr] Compiling rand v0.3.15 [INFO] [stderr] Compiling time v0.1.38 [INFO] [stderr] Compiling bytes v0.4.4 [INFO] [stderr] Compiling mime v0.3.2 [INFO] [stderr] Compiling mio v0.6.9 [INFO] [stderr] Compiling serde_derive v1.0.9 [INFO] [stderr] Compiling tokio-io v0.1.2 [INFO] [stderr] Compiling tokio-service v0.1.0 [INFO] [stderr] Compiling futures-cpupool v0.1.5 [INFO] [stderr] Compiling tokio-core v0.1.8 [INFO] [stderr] Compiling tokio-proto v0.1.1 [INFO] [stderr] Compiling hyper v0.11.1 [INFO] [stderr] Compiling serde_json v1.0.2 [INFO] [stderr] Compiling tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `query` [INFO] [stderr] --> src/tree/http_server.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | if let Some(query) = req.query() { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 37.80s [INFO] running `"docker" "inspect" "c8e19c5968bf4d145fc7ad5454fd2e432a4f6b520d341afc6f69ecb1ddb0e5ba"` [INFO] running `"docker" "rm" "-f" "c8e19c5968bf4d145fc7ad5454fd2e432a4f6b520d341afc6f69ecb1ddb0e5ba"` [INFO] [stdout] c8e19c5968bf4d145fc7ad5454fd2e432a4f6b520d341afc6f69ecb1ddb0e5ba [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] dceeb2776166264de43a4988b588940ff2acff072628294226d5d79d56c524b6 [INFO] running `"docker" "start" "-a" "dceeb2776166264de43a4988b588940ff2acff072628294226d5d79d56c524b6"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] warning: unused variable: `query` [INFO] [stderr] --> src/tree/http_server.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | if let Some(query) = req.query() { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 1.38s [INFO] running `"docker" "inspect" "dceeb2776166264de43a4988b588940ff2acff072628294226d5d79d56c524b6"` [INFO] running `"docker" "rm" "-f" "dceeb2776166264de43a4988b588940ff2acff072628294226d5d79d56c524b6"` [INFO] [stdout] dceeb2776166264de43a4988b588940ff2acff072628294226d5d79d56c524b6 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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] 38f592213ff997a2824093c695bfb99e78f22288dbacc97e2dae8dc5dac97918 [INFO] running `"docker" "start" "-a" "38f592213ff997a2824093c695bfb99e78f22288dbacc97e2dae8dc5dac97918"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: unused variable: `query` [INFO] [stderr] --> src/tree/http_server.rs:35:29 [INFO] [stderr] | [INFO] [stderr] 35 | if let Some(query) = req.query() { [INFO] [stderr] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_variables)]` on by default [INFO] [stderr] [INFO] [stderr] warning: 1 warning emitted [INFO] [stderr] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.21s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/tree-731197a1b6d9c6ab [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test tree::node::test::basic ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "38f592213ff997a2824093c695bfb99e78f22288dbacc97e2dae8dc5dac97918"` [INFO] running `"docker" "rm" "-f" "38f592213ff997a2824093c695bfb99e78f22288dbacc97e2dae8dc5dac97918"` [INFO] [stdout] 38f592213ff997a2824093c695bfb99e78f22288dbacc97e2dae8dc5dac97918