[INFO] updating cached repository https://github.com/kcking/meter [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4d0919460cd205beac7ec3b16160770e59686c37 [INFO] checking kcking/meter against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkcking%2Fmeter" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/kcking/meter on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/kcking/meter [INFO] finished tweaking git repo https://github.com/kcking/meter [INFO] tweaked toml for git repo https://github.com/kcking/meter written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/kcking/meter already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] 1a090e605b7ad343e22ca43436a84383f75b179e37941aa47dad419dcd7b7c13 [INFO] running `"docker" "start" "-a" "1a090e605b7ad343e22ca43436a84383f75b179e37941aa47dad419dcd7b7c13"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking libc v0.2.18 [INFO] [stderr] Compiling phf_shared v0.7.20 [INFO] [stderr] Compiling num-traits v0.1.36 [INFO] [stderr] Compiling serde v0.8.19 [INFO] [stderr] Compiling itoa v0.1.1 [INFO] [stderr] Compiling dtoa v0.2.2 [INFO] [stderr] Compiling pkg-config v0.3.8 [INFO] [stderr] Checking piston-float v0.2.0 [INFO] [stderr] Checking byteorder v0.4.2 [INFO] [stderr] Checking odds v0.2.25 [INFO] [stderr] Checking read_color v0.1.0 [INFO] [stderr] Checking linked-hash-map v0.0.10 [INFO] [stderr] Checking piston-texture v0.5.0 [INFO] [stderr] Checking bitflags v0.3.3 [INFO] [stderr] Checking interpolation v0.1.0 [INFO] [stderr] Compiling kissfft v0.0.9 (https://github.com/kcking/rust-kissfft.git#3302ffc1) [INFO] [stderr] Checking fnv v1.0.5 [INFO] [stderr] Checking sample v0.2.0 [INFO] [stderr] Checking piston-shaders_graphics2d v0.1.0 [INFO] [stderr] error[E0463]: can't find crate for `collections` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/rust-kissfft-c626910585dbcc20/3302ffc/build.rs:15:1 [INFO] [stderr] | [INFO] [stderr] 15 | extern crate collections; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] Checking bounded-spsc-queue v0.0.1 (https://github.com/kcking/bounded-spsc-queue.git#cc86ac21) [INFO] [stderr] error: could not compile `kissfft`. [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[E0432]: unresolved import `alloc::heap` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/bounded-spsc-queue-3b2730a9eb87405f/cc86ac2/src/lib.rs:11:12 [INFO] [stderr] | [INFO] [stderr] 11 | use alloc::heap::{allocate, deallocate}; [INFO] [stderr] | ^^^^ could not find `heap` in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `oom` in crate `alloc` [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/bounded-spsc-queue-3b2730a9eb87405f/cc86ac2/src/lib.rs:296:33 [INFO] [stderr] | [INFO] [stderr] 296 | if ptr.is_null() { ::alloc::oom() } [INFO] [stderr] | ^^^ not found in `alloc` [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/bounded-spsc-queue-3b2730a9eb87405f/cc86ac2/src/lib.rs:62:9 [INFO] [stderr] | [INFO] [stderr] 62 | impl !Sync for Consumer {} [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error[E0658]: negative trait bounds are not yet fully implemented; use marker types for now [INFO] [stderr] --> /opt/rustwide/cargo-home/git/checkouts/bounded-spsc-queue-3b2730a9eb87405f/cc86ac2/src/lib.rs:63:9 [INFO] [stderr] | [INFO] [stderr] 63 | impl !Sync for Producer {} [INFO] [stderr] | ^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: see issue #68318 for more information [INFO] [stderr] = help: add `#![feature(negative_impls)]` to the crate attributes to enable [INFO] [stderr] [INFO] [stderr] error: aborting due to 4 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0425, E0432, E0658. [INFO] [stderr] For more information about an error, try `rustc --explain E0425`. [INFO] [stderr] error: could not compile `bounded-spsc-queue`. [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 `"docker" "inspect" "1a090e605b7ad343e22ca43436a84383f75b179e37941aa47dad419dcd7b7c13"` [INFO] running `"docker" "rm" "-f" "1a090e605b7ad343e22ca43436a84383f75b179e37941aa47dad419dcd7b7c13"` [INFO] [stdout] 1a090e605b7ad343e22ca43436a84383f75b179e37941aa47dad419dcd7b7c13