[INFO] fetching crate ate 1.3.0... [INFO] checking ate-1.3.0 against try#ec8d137b933d39ddf0a2878617a0335f0f9d7116 for pr-116607 [INFO] extracting crate ate 1.3.0 into /workspace/builds/worker-4-tc2/source [INFO] validating manifest of crates.io crate ate 1.3.0 on toolchain ec8d137b933d39ddf0a2878617a0335f0f9d7116 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec8d137b933d39ddf0a2878617a0335f0f9d7116" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate ate 1.3.0 [INFO] finished tweaking crates.io crate ate 1.3.0 [INFO] tweaked toml for crates.io crate ate 1.3.0 written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate crates.io crate ate 1.3.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ec8d137b933d39ddf0a2878617a0335f0f9d7116" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ec8d137b933d39ddf0a2878617a0335f0f9d7116" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5d56d84d0c35b7fece963e21e84a6b59ccb842a14059db691a6f47fc123cd2b6 [INFO] running `Command { std: "docker" "start" "-a" "5d56d84d0c35b7fece963e21e84a6b59ccb842a14059db691a6f47fc123cd2b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5d56d84d0c35b7fece963e21e84a6b59ccb842a14059db691a6f47fc123cd2b6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5d56d84d0c35b7fece963e21e84a6b59ccb842a14059db691a6f47fc123cd2b6", kill_on_drop: false }` [INFO] [stdout] 5d56d84d0c35b7fece963e21e84a6b59ccb842a14059db691a6f47fc123cd2b6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-e" "RUSTDOCFLAGS=--cap-lints=forbid" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:023092b8bfa974c7f3e45c5ce651cc8dd3afd5e76915d5995b8dacd3032bf956" "/opt/rustwide/cargo-home/bin/cargo" "+ec8d137b933d39ddf0a2878617a0335f0f9d7116" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] da9152d16e1588cb1d22b9fe4d91986aa76f3690855ce23d812942c553e52985 [INFO] running `Command { std: "docker" "start" "-a" "da9152d16e1588cb1d22b9fe4d91986aa76f3690855ce23d812942c553e52985", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.43 [INFO] [stderr] Compiling unicode-ident v1.0.3 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.99 [INFO] [stderr] Compiling libc v0.2.127 [INFO] [stderr] Compiling serde_derive v1.0.142 [INFO] [stderr] Compiling serde v1.0.142 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Checking bytes v1.2.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking getrandom v0.2.7 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling jobserver v0.1.24 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Checking itoa v1.0.3 [INFO] [stderr] Compiling cc v1.0.73 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling tokio v1.20.1 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking byteorder v1.4.3 [INFO] [stderr] Checking cpufeatures v0.2.2 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Checking tinyvec v1.6.0 [INFO] [stderr] Checking rand_core v0.6.3 [INFO] [stderr] Checking tracing-core v0.1.29 [INFO] [stderr] Compiling pkg-config v0.3.25 [INFO] [stderr] Compiling paste v1.0.8 [INFO] [stderr] Checking matches v0.1.9 [INFO] [stderr] Compiling serde_json v1.0.83 [INFO] [stderr] Checking ppv-lite86 v0.2.16 [INFO] [stderr] Checking unicode-bidi v0.3.8 [INFO] [stderr] Checking percent-encoding v2.1.0 [INFO] [stderr] Compiling openssl-sys v0.9.75 [INFO] [stderr] Checking form_urlencoded v1.0.1 [INFO] [stderr] Checking rand_chacha v0.3.1 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Checking unicode-normalization v0.1.21 [INFO] [stderr] Checking base64 v0.13.0 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking digest v0.10.3 [INFO] [stderr] Checking rand v0.8.5 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Checking ryu v1.0.11 [INFO] [stderr] Compiling async-trait v0.1.57 [INFO] [stderr] Checking idna v0.2.3 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling pqcrypto-internals-wasi v0.2.5 [INFO] [stderr] Checking digest v0.9.0 [INFO] [stderr] Compiling bitflags v0.5.0 [INFO] [stderr] Compiling openssl v0.10.41 [INFO] [stderr] Checking foreign-types-shared v0.1.1 [INFO] [stderr] Checking block-padding v0.2.1 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Checking yaml-rust v0.4.5 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling rmp v0.8.11 [INFO] [stderr] Checking block-buffer v0.9.0 [INFO] [stderr] Checking foreign-types v0.3.2 [INFO] [stderr] Compiling syntex_pos v0.42.0 [INFO] [stderr] Compiling regex-syntax v0.6.27 [INFO] [stderr] Compiling syntex_errors v0.42.0 [INFO] [stderr] Checking utf-8 v0.7.6 [INFO] [stderr] Compiling native-tls v0.2.10 [INFO] [stderr] Checking xml-rs v0.8.4 [INFO] [stderr] Compiling syntex_syntax v0.42.0 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Checking openssl-probe v0.1.5 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Checking pnet_base v0.27.2 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Compiling convert_case v0.5.0 [INFO] [stderr] Compiling darling_core v0.13.4 [INFO] [stderr] Checking sha-1 v0.9.8 [INFO] [stderr] Compiling pqcrypto-ntru-wasi v0.5.11 [INFO] [stderr] Compiling pqcrypto-falcon-wasi v0.2.14 [INFO] [stderr] Checking sha2 v0.10.2 [INFO] [stderr] Compiling regex v1.6.0 [INFO] [stderr] Compiling blake3 v0.3.8 [INFO] [stderr] Checking cipher v0.3.0 [INFO] [stderr] Compiling error-chain v0.12.4 [INFO] [stderr] Checking subtle v2.4.1 [INFO] [stderr] Checking cooked-waker v5.0.0 [INFO] [stderr] Checking wasix v0.11.36 [INFO] [stderr] Checking fastrand v1.8.0 [INFO] [stderr] Checking pqcrypto-traits-wasi v0.3.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.11 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking arrayvec v0.5.2 [INFO] [stderr] Checking crypto-mac v0.8.0 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-6f17d22bba15001f/syntex_syntax-0.42.0/src/ptr.rs:184:9 [INFO] [stdout] | [INFO] [stdout] 183 | fn into_iter(self) -> Self::IntoIter { [INFO] [stdout] | -------------- expected `std::slice::Iter<'a, T>` because of return type [INFO] [stdout] 184 | self.ptr.into_iter() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ expected `Iter<'_, T>`, found `IntoIter` [INFO] [stdout] | [INFO] [stdout] = note: expected struct `std::slice::Iter<'a, T>` [INFO] [stdout] found struct `std::vec::IntoIter` [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking pnet_macros_support v0.27.2 [INFO] [stderr] Checking matchers v0.0.1 [INFO] [stderr] Checking tracing-log v0.1.3 [INFO] [stderr] Checking sharded-slab v0.1.4 [INFO] [stderr] Checking sha-1 v0.10.0 [INFO] [stderr] Checking pnet_sys v0.27.2 [INFO] [stderr] Checking nibble_vec v0.1.0 [INFO] [stderr] Checking thread_local v1.1.4 [INFO] [stderr] Checking keccak v0.1.2 [INFO] [stderr] Compiling thiserror-impl v1.0.32 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0308`. [INFO] [stdout] [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] error: could not compile `syntex_syntax` (lib) due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "da9152d16e1588cb1d22b9fe4d91986aa76f3690855ce23d812942c553e52985", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "da9152d16e1588cb1d22b9fe4d91986aa76f3690855ce23d812942c553e52985", kill_on_drop: false }` [INFO] [stdout] da9152d16e1588cb1d22b9fe4d91986aa76f3690855ce23d812942c553e52985