[INFO] cloning repository https://github.com/Endo-Defi/ruffle-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/Endo-Defi/ruffle-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEndo-Defi%2Fruffle-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEndo-Defi%2Fruffle-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] badfa160e0f3b554c7b5b132ee271001dc5c57e1
[INFO] checking Endo-Defi/ruffle-rust against master#8f21a5c92ea55c348c275a1bc4fedbdf181e0d64 for pr-143011
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FEndo-Defi%2Fruffle-rust" "/workspace/builds/worker-1-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc1/source'...
[INFO] [stderr] done.
[INFO] removed /workspace/builds/worker-1-tc1/source/.cargo/config.toml
[INFO] started tweaking git repo https://github.com/Endo-Defi/ruffle-rust
[INFO] finished tweaking git repo https://github.com/Endo-Defi/ruffle-rust
[INFO] tweaked toml for git repo https://github.com/Endo-Defi/ruffle-rust written to /workspace/builds/worker-1-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/Endo-Defi/ruffle-rust on toolchain 8f21a5c92ea55c348c275a1bc4fedbdf181e0d64
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/Endo-Defi/ruffle-rust 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" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating git repository `https://github.com/RustAudio/dasp`
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/rust-flash-lso`
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/gc-arena`
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/nellymoser`
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/quick-xml`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/h263-rs`
[INFO] [stderr]     Updating git repository `https://github.com/ruffle-rs/nihav-vp6`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded lzma-rs v0.2.0
[INFO] [stderr]   Downloaded bitflags_serde_shim v0.2.2
[INFO] [stderr]   Downloaded enum-map-derive v0.11.0
[INFO] [stderr]   Downloaded enum-map v2.4.2
[INFO] [stderr]   Downloaded lyon_algorithms v1.0.2
[INFO] [stderr]   Downloaded castaway v0.1.2
[INFO] [stderr]   Downloaded sluice v0.5.5
[INFO] [stderr]   Downloaded lyon_path v1.0.3
[INFO] [stderr]   Downloaded symphonia-metadata v0.5.1
[INFO] [stderr]   Downloaded cookie-factory v0.3.2
[INFO] [stderr]   Downloaded rfd v0.10.0
[INFO] [stderr]   Downloaded openssl-sys v0.9.79
[INFO] [stderr]   Downloaded portable-atomic v0.3.17
[INFO] [stderr]   Downloaded symphonia-core v0.5.1
[INFO] [stderr]   Downloaded regress v0.4.1
[INFO] [stderr]   Downloaded indicatif v0.17.2
[INFO] [stderr]   Downloaded lyon_tessellation v1.0.7
[INFO] [stderr]   Downloaded rustdct v0.7.1
[INFO] [stderr]   Downloaded isahc v1.7.2
[INFO] [stderr]   Downloaded symphonia-bundle-mp3 v0.5.1
[INFO] [stderr]   Downloaded console v0.15.2
[INFO] [stderr]   Downloaded ouroboros v0.15.5
[INFO] [stderr]   Downloaded weak-table v0.3.2
[INFO] [stderr]   Downloaded generational-arena v0.2.8
[INFO] [stderr]   Downloaded symphonia v0.5.1
[INFO] [stderr]   Downloaded ouroboros_macro v0.15.5
[INFO] [stderr]   Downloaded bitstream-io v1.6.0
[INFO] [stderr]   Downloaded ash v0.37.1+1.3.235
[INFO] [stderr]   Downloaded insta v1.23.0
[INFO] [stderr]   Downloaded curl-sys v0.4.59+curl-7.86.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6853ca56adbcb23387efb61ad6981828affcdff3bd17703ab79ae67e771f2e3b
[INFO] running `Command { std: "docker" "start" "-a" "6853ca56adbcb23387efb61ad6981828affcdff3bd17703ab79ae67e771f2e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6853ca56adbcb23387efb61ad6981828affcdff3bd17703ab79ae67e771f2e3b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6853ca56adbcb23387efb61ad6981828affcdff3bd17703ab79ae67e771f2e3b", kill_on_drop: false }`
[INFO] [stdout] 6853ca56adbcb23387efb61ad6981828affcdff3bd17703ab79ae67e771f2e3b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:90999bfc7ae267e83380e433d8e61a7c072ca6729e92edbae886d3423b3a6f4c" "/opt/rustwide/cargo-home/bin/cargo" "+8f21a5c92ea55c348c275a1bc4fedbdf181e0d64" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 0ee4cfc0808404ce8acdbccfe41c58618b2f0f5c00a65380c62544e21c7bee36
[INFO] running `Command { std: "docker" "start" "-a" "0ee4cfc0808404ce8acdbccfe41c58618b2f0f5c00a65380c62544e21c7bee36", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.49
[INFO] [stderr]    Compiling quote v1.0.23
[INFO] [stderr]    Compiling syn v1.0.107
[INFO] [stderr]    Compiling libc v0.2.138
[INFO] [stderr]    Compiling serde_derive v1.0.151
[INFO] [stderr]    Compiling serde v1.0.151
[INFO] [stderr]    Compiling libm v0.2.6
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling thiserror v1.0.38
[INFO] [stderr]    Compiling heck v0.4.0
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling encoding_rs v0.8.31
[INFO] [stderr]    Compiling build_const v0.2.2
[INFO] [stderr]    Compiling num-bigint v0.4.3
[INFO] [stderr]    Compiling time-core v0.1.0
[INFO] [stderr]    Compiling time-macros v0.2.6
[INFO] [stderr]    Compiling once_cell v1.16.0
[INFO] [stderr]    Compiling crc v1.8.1
[INFO] [stderr]     Checking smallvec v1.10.0
[INFO] [stderr]    Compiling crossbeam-utils v0.8.14
[INFO] [stderr]     Checking itoa v1.0.4
[INFO] [stderr]    Compiling wasm-bindgen-shared v0.2.83
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]     Checking arrayvec v0.7.2
[INFO] [stderr]    Compiling bumpalo v3.11.1
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling wasm-bindgen v0.2.83
[INFO] [stdout] error[E0635]: unknown feature `proc_macro_span_shrink`
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.49/src/lib.rs:92:30
[INFO] [stdout]    |
[INFO] [stdout] 92 |     feature(proc_macro_span, proc_macro_span_shrink)
[INFO] [stdout]    |                              ^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.13
[INFO] [stderr]     Checking bitstream-io v1.6.0
[INFO] [stderr]    Compiling version-compare v0.1.1
[INFO] [stderr]    Compiling rayon-core v1.10.1
[INFO] [stderr]     Checking lzma-rs v0.2.0
[INFO] [stderr]    Compiling io-lifetimes v1.0.3
[INFO] [stderr]     Checking png v0.17.7
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling cfg-expr v0.11.0
[INFO] [stderr]     Checking either v1.8.0
[INFO] [stderr]    Compiling rustix v0.36.5
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]    Compiling futures-core v0.3.25
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]    Compiling xml-rs v0.8.4
[INFO] [stdout] For more information about this error, try `rustc --explain E0635`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "0ee4cfc0808404ce8acdbccfe41c58618b2f0f5c00a65380c62544e21c7bee36", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0ee4cfc0808404ce8acdbccfe41c58618b2f0f5c00a65380c62544e21c7bee36", kill_on_drop: false }`
[INFO] [stdout] 0ee4cfc0808404ce8acdbccfe41c58618b2f0f5c00a65380c62544e21c7bee36
