[INFO] crate parity-scale-codec 1.0.5 is already in cache [INFO] checking parity-scale-codec-1.0.5 against master#4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb for pr-64672 [INFO] extracting crate parity-scale-codec 1.0.5 into work/builds/worker-1/source [INFO] validating manifest of crates.io crate parity-scale-codec 1.0.5 on toolchain 4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate parity-scale-codec 1.0.5 [INFO] finished tweaking crates.io crate parity-scale-codec 1.0.5 [INFO] tweaked toml for crates.io crate parity-scale-codec 1.0.5 written to work/builds/worker-1/source/Cargo.toml [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-1/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+4ff32c07da9d97e6dc315a4a5c9ffbb797cb27bb" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] e58345ed6eda8a20cfd78f3cbbfc702b119437f054dcc4a8fed9247722ac9aa1 [INFO] running `"docker" "start" "-a" "e58345ed6eda8a20cfd78f3cbbfc702b119437f054dcc4a8fed9247722ac9aa1"` [INFO] [stderr] Compiling arrayvec v0.4.12 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking bitvec v0.14.0 [INFO] [stderr] Checking byte-slice-cast v0.3.2 [INFO] [stderr] Compiling proc-macro-crate v0.1.4 [INFO] [stderr] Checking crossbeam-epoch v0.7.2 [INFO] [stderr] Checking parity-scale-codec v1.0.5 (/opt/rustwide/workdir) [INFO] [stderr] Checking crossbeam-deque v0.7.1 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Checking criterion v0.2.11 [INFO] [stderr] Compiling parity-scale-codec-derive v1.0.3 [INFO] [stderr] error[E0599]: no method named `encode` found for type `bitvec::vec::BitVec` in the current scope [INFO] [stderr] --> benches/benches.rs:148:17 [INFO] [stderr] | [INFO] [stderr] 148 | b.iter(|| vec.encode()) [INFO] [stderr] | ^^^^^^ method not found in `bitvec::vec::BitVec` [INFO] [stderr] | [INFO] [stderr] = note: the method `encode` exists but the following trait bounds were not satisfied: [INFO] [stderr] `bitvec::slice::BitSlice : _::_parity_scale_codec::Encode` [INFO] [stderr] `bitvec::vec::BitVec : _::_parity_scale_codec::Encode` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `encode` found for type `bitvec::vec::BitVec` in the current scope [INFO] [stderr] --> benches/benches.rs:159:17 [INFO] [stderr] | [INFO] [stderr] 159 | let vec = vec.encode(); [INFO] [stderr] | ^^^^^^ method not found in `bitvec::vec::BitVec` [INFO] [stderr] | [INFO] [stderr] = note: the method `encode` exists but the following trait bounds were not satisfied: [INFO] [stderr] `bitvec::slice::BitSlice : _::_parity_scale_codec::Encode` [INFO] [stderr] `bitvec::vec::BitVec : _::_parity_scale_codec::Encode` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `bitvec::vec::BitVec: _::_parity_scale_codec::WrapperTypeDecode` is not satisfied [INFO] [stderr] --> benches/benches.rs:163:20 [INFO] [stderr] | [INFO] [stderr] 163 | let _: BitVec = Decode::decode(&mut &vec[..]).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^ the trait `_::_parity_scale_codec::WrapperTypeDecode` is not implemented for `bitvec::vec::BitVec` [INFO] [stderr] | [INFO] [stderr] = note: required because of the requirements on the impl of `_::_parity_scale_codec::Decode` for `bitvec::vec::BitVec` [INFO] [stderr] = note: required by `_::_parity_scale_codec::Decode::decode` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0599. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `parity-scale-codec`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "e58345ed6eda8a20cfd78f3cbbfc702b119437f054dcc4a8fed9247722ac9aa1"` [INFO] running `"docker" "rm" "-f" "e58345ed6eda8a20cfd78f3cbbfc702b119437f054dcc4a8fed9247722ac9aa1"` [INFO] [stdout] e58345ed6eda8a20cfd78f3cbbfc702b119437f054dcc4a8fed9247722ac9aa1