[INFO] fetching crate meshvox 0.2.3... [INFO] checking meshvox-0.2.3 against master#a609fb45efad59dfd459c76e50899be9f0583b5a for pr-80579 [INFO] extracting crate meshvox 0.2.3 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate meshvox 0.2.3 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 crates.io crate meshvox 0.2.3 [INFO] finished tweaking crates.io crate meshvox 0.2.3 [INFO] tweaked toml for crates.io crate meshvox 0.2.3 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate crates.io crate meshvox 0.2.3 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] 41bc13ee5334c591bc4bce02bb2ff86c32e04bb7a8bf2baf00b5e188b97551ee [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" "41bc13ee5334c591bc4bce02bb2ff86c32e04bb7a8bf2baf00b5e188b97551ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "41bc13ee5334c591bc4bce02bb2ff86c32e04bb7a8bf2baf00b5e188b97551ee", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "41bc13ee5334c591bc4bce02bb2ff86c32e04bb7a8bf2baf00b5e188b97551ee", kill_on_drop: false }` [INFO] [stdout] 41bc13ee5334c591bc4bce02bb2ff86c32e04bb7a8bf2baf00b5e188b97551ee [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] 621371235f6c9b96e2672ad3005468fabe54817132a18583b668ae00ba6e7d01 [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" "621371235f6c9b96e2672ad3005468fabe54817132a18583b668ae00ba6e7d01", kill_on_drop: false }` [INFO] [stderr] Checking meshvox v0.2.3 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> examples/pyramid.rs:33:9 [INFO] [stdout] | [INFO] [stdout] 33 | / writeln!( [INFO] [stdout] 34 | | file, [INFO] [stdout] 35 | | "v {:0.6} {:0.6} {:0.6}", [INFO] [stdout] 36 | | vertex[0], vertex[1], vertex[2] [INFO] [stdout] 37 | | ); [INFO] [stdout] | |__________^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused `std::result::Result` that must be used [INFO] [stdout] --> examples/pyramid.rs:40:9 [INFO] [stdout] | [INFO] [stdout] 40 | writeln!(file, "f {} {} {}", index + 1, index + 2, index + 3); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this `Result` may be an `Err` variant, which should be handled [INFO] [stdout] = note: this warning originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.94s [INFO] running `Command { std: "docker" "inspect" "621371235f6c9b96e2672ad3005468fabe54817132a18583b668ae00ba6e7d01", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "621371235f6c9b96e2672ad3005468fabe54817132a18583b668ae00ba6e7d01", kill_on_drop: false }` [INFO] [stdout] 621371235f6c9b96e2672ad3005468fabe54817132a18583b668ae00ba6e7d01