[INFO] crate drone-cortexm 0.12.1 is already in cache [INFO] checking drone-cortexm-0.12.1 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate drone-cortexm 0.12.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate drone-cortexm 0.12.1 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate drone-cortexm 0.12.1 [INFO] finished tweaking crates.io crate drone-cortexm 0.12.1 [INFO] tweaked toml for crates.io crate drone-cortexm 0.12.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3756c68cfe885eb376a360b59b0b70506ae3732daa601240c51c3d6687a8c56d [INFO] running `"docker" "start" "-a" "3756c68cfe885eb376a360b59b0b70506ae3732daa601240c51c3d6687a8c56d"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling syn v1.0.31 [INFO] [stderr] Compiling memchr v2.3.3 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling serde v1.0.111 [INFO] [stderr] Compiling anyhow v1.0.31 [INFO] [stderr] Compiling pin-project-internal v0.4.22 [INFO] [stderr] Compiling regex-syntax v0.6.18 [INFO] [stderr] Compiling proc-macro-nested v0.1.6 [INFO] [stderr] Checking futures-sink v0.3.5 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Checking futures-core v0.3.5 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking futures-task v0.3.5 [INFO] [stderr] Checking futures-io v0.3.5 [INFO] [stderr] Compiling if_chain v1.0.0 [INFO] [stderr] Checking drone-ctypes v0.12.1 [INFO] [stderr] Compiling thread_local v1.0.1 [INFO] [stderr] Checking futures-channel v0.3.5 [INFO] [stderr] Compiling aho-corasick v0.7.10 [INFO] [stderr] Compiling quote v1.0.7 [INFO] [stderr] Compiling regex v1.3.9 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling drone-macros-core v0.12.1 [INFO] [stderr] Compiling serde_derive v1.0.111 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Checking pin-project v0.4.22 [INFO] [stderr] Checking futures-util v0.3.5 [INFO] [stderr] Checking futures v0.3.5 [INFO] [stderr] Compiling toml v0.5.6 [INFO] [stderr] Compiling drone-config v0.12.2 [INFO] [stderr] Compiling drone-core-macros v0.12.1 [INFO] [stderr] Compiling drone-cortexm-macros v0.12.1 [INFO] [stderr] Checking drone-core v0.12.1 [INFO] [stderr] error: constant expression depends on a generic parameter [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-0.12.1/src/inventory.rs:301:40 [INFO] [stderr] | [INFO] [stderr] 301 | pub fn $share(self) -> (Inventory, $(Token<$share_token>),*) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 318 | / define_methods! { [INFO] [stderr] 319 | | share1 1 => T; [INFO] [stderr] 320 | | share2 2 => T T; [INFO] [stderr] 321 | | share3 3 => T T T; [INFO] [stderr] ... | [INFO] [stderr] 335 | | merge8 8 => a b c d e f g h; [INFO] [stderr] 336 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this may fail depending on what value the parameter takes [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: constant expression depends on a generic parameter [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/drone-core-0.12.1/src/inventory.rs:309:69 [INFO] [stderr] | [INFO] [stderr] 309 | pub fn $merge(self, $($merge_token: Token,)*) -> Inventory { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 318 | / define_methods! { [INFO] [stderr] 319 | | share1 1 => T; [INFO] [stderr] 320 | | share2 2 => T T; [INFO] [stderr] 321 | | share3 3 => T T T; [INFO] [stderr] ... | [INFO] [stderr] 335 | | merge8 8 => a b c d e f g h; [INFO] [stderr] 336 | | } [INFO] [stderr] | |_- in this macro invocation [INFO] [stderr] | [INFO] [stderr] = note: this may fail depending on what value the parameter takes [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `drone-core`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "3756c68cfe885eb376a360b59b0b70506ae3732daa601240c51c3d6687a8c56d"` [INFO] running `"docker" "rm" "-f" "3756c68cfe885eb376a360b59b0b70506ae3732daa601240c51c3d6687a8c56d"` [INFO] [stdout] 3756c68cfe885eb376a360b59b0b70506ae3732daa601240c51c3d6687a8c56d