[INFO] cloning repository https://github.com/kcomas/rust-trees [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kcomas/rust-trees" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcomas%2Frust-trees", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcomas%2Frust-trees'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] ce64489eb8fadce31c44984ef511a169ce2ba219 [INFO] checking kcomas/rust-trees against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcomas%2Frust-trees" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kcomas/rust-trees on toolchain a609fb45efad59dfd459c76e50899be9f0583b5a [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [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-5/source/Cargo.toml [INFO] crate git repo https://github.com/kcomas/rust-trees already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 6cb0e8b4f9feb88940e98c6623c56043c76893881fa3189d7bd62f7ce9a9d61b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6cb0e8b4f9feb88940e98c6623c56043c76893881fa3189d7bd62f7ce9a9d61b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "6cb0e8b4f9feb88940e98c6623c56043c76893881fa3189d7bd62f7ce9a9d61b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6cb0e8b4f9feb88940e98c6623c56043c76893881fa3189d7bd62f7ce9a9d61b", kill_on_drop: false }` [INFO] [stdout] 6cb0e8b4f9feb88940e98c6623c56043c76893881fa3189d7bd62f7ce9a9d61b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:b8eeb62f26c39b23691079a6cb6de528d8e88b4d71a8f6b1d30f8ba7d9c16de9" "/opt/rustwide/cargo-home/bin/cargo" "+a609fb45efad59dfd459c76e50899be9f0583b5a" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] b6cf28098587aff33e823157c45588b257a5548a14c86de737185650fb610215 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "b6cf28098587aff33e823157c45588b257a5548a14c86de737185650fb610215", kill_on_drop: false }` [INFO] [stderr] Checking libc v0.2.26 [INFO] [stderr] Compiling semver v0.1.20 [INFO] [stderr] Checking futures v0.1.14 [INFO] [stderr] Checking byteorder v1.1.0 [INFO] [stderr] Checking cfg-if v0.1.2 [INFO] [stderr] Checking log v0.3.8 [INFO] [stderr] Checking lazycell v0.4.0 [INFO] [stderr] Checking scoped-tls v0.1.0 [INFO] [stderr] Checking safemem v0.2.0 [INFO] [stderr] Checking itoa v0.3.1 [INFO] [stderr] Checking percent-encoding v1.0.0 [INFO] [stderr] Checking serde v1.0.9 [INFO] [stderr] Checking language-tags v0.2.2 [INFO] [stderr] Checking num-traits v0.1.39 [INFO] [stderr] Checking dtoa v0.4.1 [INFO] [stderr] Checking httparse v1.2.3 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Compiling rustc_version v0.1.7 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Compiling unicase v2.0.0 [INFO] [stderr] Checking iovec v0.1.0 [INFO] [stderr] Checking net2 v0.2.29 [INFO] [stderr] Checking num_cpus v1.6.2 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking time v0.1.38 [INFO] [stderr] Checking bytes v0.4.4 [INFO] [stderr] Checking mio v0.6.9 [INFO] [stderr] Compiling serde_derive v1.0.9 [INFO] [stderr] Checking mime v0.3.2 [INFO] [stderr] Checking tokio-io v0.1.2 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking futures-cpupool v0.1.5 [INFO] [stderr] Checking tokio-core v0.1.8 [INFO] [stderr] Checking tokio-proto v0.1.1 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking hyper v0.11.1 [INFO] [stderr] Checking tree v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/tree/http_server.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 35 | if let Some(query) = req.query() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `query` [INFO] [stdout] --> src/tree/http_server.rs:35:29 [INFO] [stdout] | [INFO] [stdout] 35 | if let Some(query) = req.query() { [INFO] [stdout] | ^^^^^ help: if this is intentional, prefix it with an underscore: `_query` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 20.50s [INFO] running `Command { std: "docker" "inspect" "b6cf28098587aff33e823157c45588b257a5548a14c86de737185650fb610215", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "b6cf28098587aff33e823157c45588b257a5548a14c86de737185650fb610215", kill_on_drop: false }` [INFO] [stdout] b6cf28098587aff33e823157c45588b257a5548a14c86de737185650fb610215