[INFO] cloning repository https://github.com/ccouzens/figma-rust
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ccouzens/figma-rust" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccouzens%2Ffigma-rust", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccouzens%2Ffigma-rust'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 81ea1bbb735ee4c101c66c9744865f209be5f57d
[INFO] testing ccouzens/figma-rust against 1.98.0-beta.1 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fccouzens%2Ffigma-rust" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/ccouzens/figma-rust
[INFO] finished tweaking git repo https://github.com/ccouzens/figma-rust
[INFO] tweaked toml for git repo https://github.com/ccouzens/figma-rust written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/ccouzens/figma-rust on toolchain 1.98.0-beta.1
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/ccouzens/figma-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" "+1.98.0-beta.1" "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/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53
[INFO] running `Command { std: "docker" "start" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-w" "/opt/rustwide/workdir" "--user" "0:0" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.56
[INFO] [stderr]    Compiling unicode-ident v1.0.8
[INFO] [stderr]    Compiling quote v1.0.26
[INFO] [stderr]    Compiling libc v0.2.141
[INFO] [stderr]    Compiling ppv-lite86 v0.2.17
[INFO] [stderr]    Compiling siphasher v0.3.10
[INFO] [stderr]    Compiling once_cell v1.17.1
[INFO] [stderr]    Compiling serde_derive v1.0.160
[INFO] [stderr]    Compiling crossbeam-utils v0.8.15
[INFO] [stderr]    Compiling serde v1.0.160
[INFO] [stderr]    Compiling memoffset v0.8.0
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.14
[INFO] [stderr]    Compiling num-traits v0.2.15
[INFO] [stderr]    Compiling bytecheck v0.6.10
[INFO] [stderr]    Compiling serde_json v1.0.96
[INFO] [stderr]    Compiling io-lifetimes v1.0.10
[INFO] [stderr]    Compiling phf_shared v0.8.0
[INFO] [stderr]    Compiling phf_shared v0.10.0
[INFO] [stderr]    Compiling num-integer v0.1.45
[INFO] [stderr]    Compiling smallvec v1.10.0
[INFO] [stderr]    Compiling rustix v0.37.11
[INFO] [stderr]    Compiling rend v0.4.0
[INFO] [stderr]    Compiling matches v0.1.10
[INFO] [stderr]    Compiling simdutf8 v0.1.4
[INFO] [stderr]    Compiling lock_api v0.4.9
[INFO] [stderr]    Compiling dtoa v0.4.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.7
[INFO] [stderr]    Compiling outref v0.1.0
[INFO] [stderr]    Compiling linux-raw-sys v0.3.1
[INFO] [stderr]    Compiling rkyv v0.7.41
[INFO] [stderr]    Compiling log v0.4.17
[INFO] [stderr]    Compiling simd-abstraction v0.7.1
[INFO] [stderr]    Compiling either v1.8.1
[INFO] [stderr]    Compiling seahash v4.1.0
[INFO] [stderr]    Compiling iana-time-zone v0.1.56
[INFO] [stderr]    Compiling anstyle-parse v0.2.0
[INFO] [stderr]    Compiling dtoa-short v0.3.3
[INFO] [stderr]    Compiling fxhash v0.2.1
[INFO] [stderr]    Compiling data-url v0.1.1
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling syn v2.0.15
[INFO] [stderr]    Compiling crossbeam-channel v0.5.8
[INFO] [stderr]    Compiling base64-simd v0.7.0
[INFO] [stderr]    Compiling phf v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.14.0
[INFO] [stderr]    Compiling anyhow v1.0.70
[INFO] [stderr]    Compiling anstyle v1.0.0
[INFO] [stderr]    Compiling equivalent v1.0.0
[INFO] [stderr]    Compiling vlq v0.5.1
[INFO] [stderr]    Compiling precomputed-hash v0.1.1
[INFO] [stderr]    Compiling itertools v0.10.5
[INFO] [stderr]    Compiling utf8-width v0.1.6
[INFO] [stderr]    Compiling getrandom v0.1.16
[INFO] [stderr]    Compiling getrandom v0.2.9
[INFO] [stderr]    Compiling crossbeam-deque v0.8.3
[INFO] [stderr]    Compiling pathdiff v0.2.1
[INFO] [stderr]    Compiling clap_lex v0.4.1
[INFO] [stderr]    Compiling data-encoding v2.3.3
[INFO] [stderr]    Compiling html-escape v0.2.13
[INFO] [stderr]    Compiling rand_core v0.5.1
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling rand_chacha v0.2.2
[INFO] [stderr]    Compiling rand_pcg v0.2.1
[INFO] [stderr]    Compiling rand_chacha v0.3.1
[INFO] [stderr]    Compiling rand v0.7.3
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling chrono v0.4.24
[INFO] [stderr]    Compiling num_cpus v1.15.0
[INFO] [stderr]    Compiling ahash v0.7.6
[INFO] [stderr]    Compiling rayon-core v1.11.0
[INFO] [stderr]    Compiling phf_generator v0.8.0
[INFO] [stderr]    Compiling phf_codegen v0.8.0
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling parcel_selectors v0.25.1
[INFO] [stderr]    Compiling phf_generator v0.10.0
[INFO] [stderr]    Compiling indexmap v1.9.3
[INFO] [stderr]    Compiling dashmap v5.4.0
[INFO] [stderr]    Compiling rayon v1.7.0
[INFO] [stderr]    Compiling is-terminal v0.4.7
[INFO] [stderr]    Compiling anstream v0.3.0
[INFO] [stderr]    Compiling clap_builder v4.2.2
[INFO] [stderr]    Compiling clap_derive v4.2.0
[INFO] [stderr]    Compiling ptr_meta_derive v0.1.4
[INFO] [stderr]    Compiling bytecheck_derive v0.6.10
[INFO] [stderr]    Compiling cssparser v0.29.6
[INFO] [stderr]    Compiling phf_macros v0.10.0
[INFO] [stderr]    Compiling rkyv_derive v0.7.41
[INFO] [stderr]    Compiling cssparser-macros v0.6.0
[INFO] [stderr]    Compiling const-str-proc-macro v0.3.2
[INFO] [stderr]    Compiling typeshare-annotation v1.0.2
[INFO] [stderr]    Compiling ptr_meta v0.1.4
[INFO] [stderr]    Compiling const-str v0.3.2
[INFO] [stderr]    Compiling phf v0.10.1
[INFO] [stderr]    Compiling clap v4.2.2
[INFO] [stderr]    Compiling indexmap v2.0.0
[INFO] [stderr]    Compiling typeshare v1.0.1
[INFO] [stderr]    Compiling figma-schema v0.3.0 (/opt/rustwide/workdir/figma-schema)
[INFO] [stderr]    Compiling parcel_sourcemap v2.1.1
[INFO] [stdout] warning: hiding a lifetime that's elided elsewhere is confusing
[INFO] [stdout]    --> figma-schema/src/node.rs:269:35
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub fn depth_first_stack_iter(&self) -> NodeDepthFirstStackIterator {
[INFO] [stdout]     |                                   ^^^^^     ^^^^^^^^^^^^^^^^^^^^^^^^^^^ the same lifetime is hidden here
[INFO] [stdout]     |                                   |
[INFO] [stdout]     |                                   the lifetime is elided here
[INFO] [stdout]     |
[INFO] [stdout]     = help: the same lifetime is referred to in inconsistent ways, making the signature confusing
[INFO] [stdout]     = note: `#[warn(mismatched_lifetime_syntaxes)]` on by default
[INFO] [stdout] help: use `'_` for type paths
[INFO] [stdout]     |
[INFO] [stdout] 269 |     pub fn depth_first_stack_iter(&self) -> NodeDepthFirstStackIterator<'_> {
[INFO] [stdout]     |                                                                        ++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling lightningcss v1.0.0-alpha.40
[INFO] [stdout] error[E0659]: `Token` is ambiguous
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.40/src/properties/mod.rs:1596:13
[INFO] [stdout]      |
[INFO] [stdout] 1596 |         Ok(&Token::Comma) => continue,
[INFO] [stdout]      |             ^^^^^ ambiguous name
[INFO] [stdout]      |
[INFO] [stdout]      = note: ambiguous because of multiple glob imports of a name in the same module
[INFO] [stdout] note: `Token` could refer to the enum imported here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.40/src/properties/mod.rs:150:5
[INFO] [stdout]      |
[INFO] [stdout]  150 | use cssparser::*;
[INFO] [stdout]      |     ^^^^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `Token` to disambiguate
[INFO] [stdout] note: `Token` could also refer to the enum imported here
[INFO] [stdout]     --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lightningcss-1.0.0-alpha.40/src/properties/mod.rs:151:5
[INFO] [stdout]      |
[INFO] [stdout]  151 | use custom::*;
[INFO] [stdout]      |     ^^^^^^^^^
[INFO] [stdout]      = help: consider adding an explicit import of `Token` to disambiguate
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] For more information about this error, try `rustc --explain E0659`.
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `lightningcss` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53", kill_on_drop: false }`
[INFO] [stdout] 07c6b2b0ef12bff17f9e684dd064a8805214c052d37d521cb3f6d757c0c23c53
