[INFO] fetching crate z3d 0.1.0... [INFO] checking z3d-0.1.0 against try#169954edd744527414c631e9af1bbdc537b0cdf2 for pr-75192 [INFO] extracting crate z3d 0.1.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate z3d 0.1.0 on toolchain 169954edd744527414c631e9af1bbdc537b0cdf2 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate z3d 0.1.0 [INFO] finished tweaking crates.io crate z3d 0.1.0 [INFO] tweaked toml for crates.io crate z3d 0.1.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 97aec21fde50ffc4b19093306e78ef45f7b202edf63fedc8c2a7ce345df39506 [INFO] running `Command { std: "docker" "start" "-a" "97aec21fde50ffc4b19093306e78ef45f7b202edf63fedc8c2a7ce345df39506", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "97aec21fde50ffc4b19093306e78ef45f7b202edf63fedc8c2a7ce345df39506", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "97aec21fde50ffc4b19093306e78ef45f7b202edf63fedc8c2a7ce345df39506", kill_on_drop: false }` [INFO] [stdout] 97aec21fde50ffc4b19093306e78ef45f7b202edf63fedc8c2a7ce345df39506 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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:e18d859f9e32a1da89bc7b2d7d51e13b57342044d1295d9fc0dd0068c58eb3d1" "/opt/rustwide/cargo-home/bin/cargo" "+169954edd744527414c631e9af1bbdc537b0cdf2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 71b867e0c163816a8863d9442059c8eae1548894c5127df9d05bdb62c623d014 [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" "71b867e0c163816a8863d9442059c8eae1548894c5127df9d05bdb62c623d014", kill_on_drop: false }` [INFO] [stderr] Checking z3-sys v0.5.0 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Checking assert_matches v1.3.0 [INFO] [stderr] Checking proc-macro2 v1.0.19 [INFO] [stderr] Compiling syn v1.0.39 [INFO] [stderr] Compiling log v0.4.11 [INFO] [stderr] Checking quote v1.0.7 [INFO] [stderr] Checking z3 v0.4.0 [INFO] [stderr] Checking z3d v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/exp.rs:860:14 [INFO] [stdout] | [INFO] [stdout] 860 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(array_into_iter)]` on by default [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: this method call currently resolves to `<&[T; N] as IntoIterator>::into_iter` (due to autoref coercions), but that might change in the future when `IntoIterator` impls for arrays are added. [INFO] [stdout] --> src/exp.rs:899:14 [INFO] [stdout] | [INFO] [stdout] 899 | .into_iter() [INFO] [stdout] | ^^^^^^^^^ help: use `.iter()` instead of `.into_iter()` to avoid ambiguity: `iter` [INFO] [stdout] | [INFO] [stdout] = warning: this was previously accepted by the compiler but is being phased out; it will become a hard error in a future release! [INFO] [stdout] = note: for more information, see issue #66145 [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 27.78s [INFO] running `Command { std: "docker" "inspect" "71b867e0c163816a8863d9442059c8eae1548894c5127df9d05bdb62c623d014", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "71b867e0c163816a8863d9442059c8eae1548894c5127df9d05bdb62c623d014", kill_on_drop: false }` [INFO] [stdout] 71b867e0c163816a8863d9442059c8eae1548894c5127df9d05bdb62c623d014