[INFO] crate drone-nrf-map-pieces-4 0.12.0 is already in cache [INFO] testing drone-nrf-map-pieces-4-0.12.0 against master#8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e for pr-74409 [INFO] extracting crate drone-nrf-map-pieces-4 0.12.0 into /workspace/builds/worker-9/source [INFO] validating manifest of crates.io crate drone-nrf-map-pieces-4 0.12.0 on toolchain 8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate drone-nrf-map-pieces-4 0.12.0 [INFO] finished tweaking crates.io crate drone-nrf-map-pieces-4 0.12.0 [INFO] tweaked toml for crates.io crate drone-nrf-map-pieces-4 0.12.0 written to /workspace/builds/worker-9/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "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-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--network" "none" "rustops/crates-build-env@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] d830e13d2d82fb1607dfd90c72a41b7bd33207bccd4dbeb38052253ba3fc93c8 [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" "d830e13d2d82fb1607dfd90c72a41b7bd33207bccd4dbeb38052253ba3fc93c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "d830e13d2d82fb1607dfd90c72a41b7bd33207bccd4dbeb38052253ba3fc93c8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d830e13d2d82fb1607dfd90c72a41b7bd33207bccd4dbeb38052253ba3fc93c8", kill_on_drop: false }` [INFO] [stdout] d830e13d2d82fb1607dfd90c72a41b7bd33207bccd4dbeb38052253ba3fc93c8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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=forbid" "-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@sha256:d9fbb4e2287ab3795bdefaf705efb7541a8875c13bce71e067d6b01dc5ed759b" "/opt/rustwide/cargo-home/bin/cargo" "+8534be72fc3b9c5f2f2dc4e4ee7b651a008e9a3e" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d9d97e37b602e572b2d67c37a38449901a228a287b87fe989ea4ec9e262964cb [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" "d9d97e37b602e572b2d67c37a38449901a228a287b87fe989ea4ec9e262964cb", kill_on_drop: false }` [INFO] [stderr] Compiling drone-core v0.12.1 [INFO] [stderr] Compiling drone-nrf-map-pieces-4 v0.12.0 (/opt/rustwide/workdir) [INFO] [stdout] error: constant expression depends on a generic parameter [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-0.12.1/src/inventory.rs:301:40 [INFO] [stdout] | [INFO] [stdout] 301 | pub fn $share(self) -> (Inventory, $(Token<$share_token>),*) { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | / define_methods! { [INFO] [stdout] 319 | | share1 1 => T; [INFO] [stdout] 320 | | share2 2 => T T; [INFO] [stdout] 321 | | share3 3 => T T T; [INFO] [stdout] ... | [INFO] [stdout] 335 | | merge8 8 => a b c d e f g h; [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this may fail depending on what value the parameter takes [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: constant expression depends on a generic parameter [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-0.12.1/src/inventory.rs:309:69 [INFO] [stdout] | [INFO] [stdout] 309 | pub fn $merge(self, $($merge_token: Token,)*) -> Inventory { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 318 | / define_methods! { [INFO] [stdout] 319 | | share1 1 => T; [INFO] [stdout] 320 | | share2 2 => T T; [INFO] [stdout] 321 | | share3 3 => T T T; [INFO] [stdout] ... | [INFO] [stdout] 335 | | merge8 8 => a b c d e f g h; [INFO] [stdout] 336 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this may fail depending on what value the parameter takes [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "d9d97e37b602e572b2d67c37a38449901a228a287b87fe989ea4ec9e262964cb", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d9d97e37b602e572b2d67c37a38449901a228a287b87fe989ea4ec9e262964cb", kill_on_drop: false }` [INFO] [stdout] d9d97e37b602e572b2d67c37a38449901a228a287b87fe989ea4ec9e262964cb