[INFO] cloning repository https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwiebe%2Fvscode-remote-try-rust-wasm", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwiebe%2Fvscode-remote-try-rust-wasm'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] dd2676f5317e1fba01aa17816dac5ee5a5c8fc04 [INFO] checking alexanderwiebe/vscode-remote-try-rust-wasm against try#d85a7505e49363642b460e105973798063a683b4 for pr-103914 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Falexanderwiebe%2Fvscode-remote-try-rust-wasm" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm on toolchain d85a7505e49363642b460e105973798063a683b4 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d85a7505e49363642b460e105973798063a683b4" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm [INFO] finished tweaking git repo https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm [INFO] tweaked toml for git repo https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/alexanderwiebe/vscode-remote-try-rust-wasm already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+d85a7505e49363642b460e105973798063a683b4" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+d85a7505e49363642b460e105973798063a683b4" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 476d4bcf5fe6d83817a4a2ba4f7b1e9f029c64d5556ca5fd53f673ba3527a47d [INFO] running `Command { std: "docker" "start" "-a" "476d4bcf5fe6d83817a4a2ba4f7b1e9f029c64d5556ca5fd53f673ba3527a47d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "476d4bcf5fe6d83817a4a2ba4f7b1e9f029c64d5556ca5fd53f673ba3527a47d", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "476d4bcf5fe6d83817a4a2ba4f7b1e9f029c64d5556ca5fd53f673ba3527a47d", kill_on_drop: false }` [INFO] [stdout] 476d4bcf5fe6d83817a4a2ba4f7b1e9f029c64d5556ca5fd53f673ba3527a47d [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:83125433e4fff17b1ac56874832f668d9df75ee638575aca552b68e127bedee9" "/opt/rustwide/cargo-home/bin/cargo" "+d85a7505e49363642b460e105973798063a683b4" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] aa636a128876f5aa591541f5eaafa503316fb01284a43cd3f5d1d7e43572ce83 [INFO] running `Command { std: "docker" "start" "-a" "aa636a128876f5aa591541f5eaafa503316fb01284a43cd3f5d1d7e43572ce83", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.6 [INFO] [stderr] Compiling unicode-xid v0.2.0 [INFO] [stderr] Compiling wasm-bindgen-shared v0.2.55 [INFO] [stderr] Compiling syn v1.0.8 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling bumpalo v2.6.0 [INFO] [stderr] Compiling wasm-bindgen v0.2.55 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking futures v0.1.29 [INFO] [stderr] Checking scoped-tls v1.0.0 [INFO] [stderr] Compiling quote v1.0.2 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling wasm-bindgen-test-macro v0.2.50 [INFO] [stdout] error[E0308]: mismatched types [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-test-macro-0.2.50/src/lib.rs:31:38 [INFO] [stdout] | [INFO] [stdout] 31 | let mut body = TokenStream::from(body).into_iter(); [INFO] [stdout] | ----------------- ^^^^ expected struct `proc_macro2::TokenStream`, found struct `proc_macro::TokenStream` [INFO] [stdout] | | [INFO] [stdout] | arguments to this function are incorrect [INFO] [stdout] | [INFO] [stdout] = note: struct `proc_macro::TokenStream` and struct `proc_macro2::TokenStream` have similar names, but are actually distinct types [INFO] [stdout] note: struct `proc_macro::TokenStream` is defined in crate `proc_macro` [INFO] [stdout] note: struct `proc_macro2::TokenStream` is defined in crate `proc_macro2` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/proc-macro2-0.4.30/src/lib.rs:118:1 [INFO] [stdout] | [INFO] [stdout] 118 | pub struct TokenStream { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] note: associated function defined here [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/wasm-bindgen-test-macro-0.2.50/src/lib.rs:80:5 [INFO] [stdout] | [INFO] [stdout] 80 | tokens.into_iter().collect::().into() [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `proc_macro::TokenStream` [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro::TokenStream` [INFO] [stdout] = note: required for `proc_macro2::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0277, E0308. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0277`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wasm-bindgen-test-macro` due to 3 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.8/src/buffer.rs:108:20 [INFO] [stdout] | [INFO] [stdout] 108 | Self::new2(stream.into()) [INFO] [stdout] | ^^^^^^ ---- required by a bound introduced by this call [INFO] [stdout] | | [INFO] [stdout] | the trait `From` is not implemented for `proc_macro2::TokenStream` [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro2::TokenStream` [INFO] [stdout] = note: required for `proc_macro::TokenStream` to implement `Into` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0277]: the trait bound `proc_macro2::TokenStream: From` is not satisfied [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-1.0.8/src/parse.rs:1065:52 [INFO] [stdout] | [INFO] [stdout] 1065 | self.parse2(proc_macro2::TokenStream::from(tokens)) [INFO] [stdout] | ------------------------------ ^^^^^^ the trait `From` is not implemented for `proc_macro2::TokenStream` [INFO] [stdout] | | [INFO] [stdout] | required by a bound introduced by this call [INFO] [stdout] | [INFO] [stdout] = help: the trait `From` is implemented for `proc_macro2::TokenStream` [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] [stderr] error: could not compile `syn` due to 3 previous errors [INFO] running `Command { std: "docker" "inspect" "aa636a128876f5aa591541f5eaafa503316fb01284a43cd3f5d1d7e43572ce83", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aa636a128876f5aa591541f5eaafa503316fb01284a43cd3f5d1d7e43572ce83", kill_on_drop: false }` [INFO] [stdout] aa636a128876f5aa591541f5eaafa503316fb01284a43cd3f5d1d7e43572ce83