[INFO] crate collect 0.0.26 is already in cache [INFO] checking collect-0.0.26 against master#bd0bacc694d7d8175804bb6f690cb846bfa4a9ee for pr-71665 [INFO] extracting crate collect 0.0.26 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate collect 0.0.26 on toolchain bd0bacc694d7d8175804bb6f690cb846bfa4a9ee [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate collect 0.0.26 [INFO] finished tweaking crates.io crate collect 0.0.26 [INFO] tweaked toml for crates.io crate collect 0.0.26 written to /workspace/builds/worker-6/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (compare) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (ordered_iter) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (traverse) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+bd0bacc694d7d8175804bb6f690cb846bfa4a9ee" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a77eff13c5e0cf0aae4add84fa9983c9400544f75e887b4d9bf9c88ff456e71b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a77eff13c5e0cf0aae4add84fa9983c9400544f75e887b4d9bf9c88ff456e71b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (compare) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (ordered_iter) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] warning: dependency (traverse) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling getrandom v0.1.14 [INFO] [stderr] Checking bit-vec v0.6.2 [INFO] [stderr] Checking ppv-lite86 v0.2.6 [INFO] [stderr] Checking bit-vec v0.5.1 [INFO] [stderr] Checking compare v0.1.0 [INFO] [stderr] Compiling num-traits v0.2.11 [INFO] [stderr] Compiling num-integer v0.1.42 [INFO] [stderr] Compiling num-bigint v0.2.6 [INFO] [stderr] Compiling num-iter v0.1.40 [INFO] [stderr] Compiling num-complex v0.2.4 [INFO] [stderr] Compiling num-rational v0.2.4 [INFO] [stderr] Checking num_cpus v1.13.0 [INFO] [stderr] Checking threadpool v1.8.0 [INFO] [stderr] Checking bit-set v0.5.2 [INFO] [stderr] Checking ordered_iter v0.1.1 [INFO] [stderr] Checking rand_core v0.5.1 [INFO] [stderr] error[E0277]: the trait bound `B: bit_vec::BitBlock` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/ordered_iter-0.1.1/src/lib.rs:285:32 [INFO] [stderr] | [INFO] [stderr] 61 | pub trait OrderedSetIterator: Iterator + Sized { [INFO] [stderr] | -------- required by this bound in `OrderedSetIterator` [INFO] [stderr] ... [INFO] [stderr] 285 | impl<'a, B: bit_vec::BitBlock> OrderedSetIterator for bit_set::Iter<'a, B> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ the trait `bit_vec::BitBlock` is not implemented for `B` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `std::iter::Iterator` for `bit_set::Iter<'a, B>` [INFO] [stderr] help: consider further restricting this bound [INFO] [stderr] | [INFO] [stderr] 285 | impl<'a, B: bit_vec::BitBlock + bit_vec::BitBlock> OrderedSetIterator for bit_set::Iter<'a, B> {} [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `ordered_iter`. [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" "a77eff13c5e0cf0aae4add84fa9983c9400544f75e887b4d9bf9c88ff456e71b"` [INFO] running `"docker" "rm" "-f" "a77eff13c5e0cf0aae4add84fa9983c9400544f75e887b4d9bf9c88ff456e71b"` [INFO] [stdout] a77eff13c5e0cf0aae4add84fa9983c9400544f75e887b4d9bf9c88ff456e71b