[INFO] fetching crate numeric-lut 0.1.0... [INFO] checking numeric-lut-0.1.0 against master#f609b7e0586f81fefb3523e3e17adf779ac416be for pr-129466-2 [INFO] extracting crate numeric-lut 0.1.0 into /workspace/builds/worker-5-tc1/source [INFO] validating manifest of crates.io crate numeric-lut 0.1.0 on toolchain f609b7e0586f81fefb3523e3e17adf779ac416be [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc1/source/rust-toolchain [INFO] started tweaking crates.io crate numeric-lut 0.1.0 [INFO] finished tweaking crates.io crate numeric-lut 0.1.0 [INFO] tweaked toml for crates.io crate numeric-lut 0.1.0 written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 4 packages to latest compatible versions [INFO] [stderr] Adding syn v1.0.109 (available: v2.0.77) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] a60996e6e372b0fbe2266599aa66af0ed53a449afea76934d76ccd5e45f114cd [INFO] running `Command { std: "docker" "start" "-a" "a60996e6e372b0fbe2266599aa66af0ed53a449afea76934d76ccd5e45f114cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "a60996e6e372b0fbe2266599aa66af0ed53a449afea76934d76ccd5e45f114cd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a60996e6e372b0fbe2266599aa66af0ed53a449afea76934d76ccd5e45f114cd", kill_on_drop: false }` [INFO] [stdout] a60996e6e372b0fbe2266599aa66af0ed53a449afea76934d76ccd5e45f114cd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/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:ceb6ea022f8a89cebbe621bb4987e73a935bd40dfbb726f832cfff4742a5b95a" "/opt/rustwide/cargo-home/bin/cargo" "+f609b7e0586f81fefb3523e3e17adf779ac416be" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] ab21d24f25fe5a324b628f26195618b9730b7fc43f0ab9d5d293ddd5fbfcb086 [INFO] running `Command { std: "docker" "start" "-a" "ab21d24f25fe5a324b628f26195618b9730b7fc43f0ab9d5d293ddd5fbfcb086", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.86 [INFO] [stderr] Checking unicode-ident v1.0.13 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Checking quote v1.0.37 [INFO] [stderr] Checking numeric-lut v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0277]: the trait bound `syn::Type: From` is not satisfied [INFO] [stdout] --> src/lib.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | quote::quote!([#ty; #count]).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `syn::Type`, which is required by `TokenStream2: Into<_>` [INFO] [stdout] | this tail expression is of type `TokenStream2` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] and 6 others [INFO] [stdout] = note: required for `TokenStream2` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Type: From` is not satisfied [INFO] [stdout] --> src/lib.rs:87:13 [INFO] [stdout] | [INFO] [stdout] 87 | quote::quote!([#ty; #count]).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `syn::Type`, which is required by `TokenStream2: Into<_>` [INFO] [stdout] | this tail expression is of type `TokenStream2` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] `syn::Type` implements `From` [INFO] [stdout] and 6 others [INFO] [stdout] = note: required for `TokenStream2` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Expr: From` is not satisfied [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | quote::quote!([#(#items),*]).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `syn::Expr`, which is required by `TokenStream2: Into<_>` [INFO] [stdout] | this tail expression is of type `TokenStream2` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] and 31 others [INFO] [stdout] = note: required for `TokenStream2` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `syn::Expr: From` is not satisfied [INFO] [stdout] --> src/lib.rs:110:5 [INFO] [stdout] | [INFO] [stdout] 110 | quote::quote!([#(#items),*]).into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `syn::Expr`, which is required by `TokenStream2: Into<_>` [INFO] [stdout] | this tail expression is of type `TokenStream2` [INFO] [stdout] | [INFO] [stdout] = help: the following other types implement trait `From`: [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] `syn::Expr` implements `From` [INFO] [stdout] and 31 others [INFO] [stdout] = note: required for `TokenStream2` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `numeric-lut` (lib test) due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `numeric-lut` (lib) due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "ab21d24f25fe5a324b628f26195618b9730b7fc43f0ab9d5d293ddd5fbfcb086", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "ab21d24f25fe5a324b628f26195618b9730b7fc43f0ab9d5d293ddd5fbfcb086", kill_on_drop: false }` [INFO] [stdout] ab21d24f25fe5a324b628f26195618b9730b7fc43f0ab9d5d293ddd5fbfcb086