[INFO] fetching crate blitz-shell 0.1.0-rc.2...
[INFO] checking blitz-shell-0.1.0-rc.2 against try#987a165cfab916796a8315782b83ac460a651ce2 for pr-145262
[INFO] extracting crate blitz-shell 0.1.0-rc.2 into /workspace/builds/worker-3-tc2/source
[INFO] started tweaking crates.io crate blitz-shell 0.1.0-rc.2
[INFO] finished tweaking crates.io crate blitz-shell 0.1.0-rc.2
[INFO] tweaked toml for crates.io crate blitz-shell 0.1.0-rc.2 written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of crates.io crate blitz-shell 0.1.0-rc.2 on toolchain 987a165cfab916796a8315782b83ac460a651ce2
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate crates.io crate blitz-shell 0.1.0-rc.2 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" "+987a165cfab916796a8315782b83ac460a651ce2" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] acb0939818744e2d6e56104ba935541d53cf03f470af0caf4cb722321d73a482
[INFO] running `Command { std: "docker" "start" "-a" "acb0939818744e2d6e56104ba935541d53cf03f470af0caf4cb722321d73a482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "acb0939818744e2d6e56104ba935541d53cf03f470af0caf4cb722321d73a482", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "acb0939818744e2d6e56104ba935541d53cf03f470af0caf4cb722321d73a482", kill_on_drop: false }`
[INFO] [stdout] acb0939818744e2d6e56104ba935541d53cf03f470af0caf4cb722321d73a482
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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:7ad1b28ee6f5f7f699f6cf7015098d6ccdd96d6f2d78dd06228f5b4c9faf309c" "/opt/rustwide/cargo-home/bin/cargo" "+987a165cfab916796a8315782b83ac460a651ce2" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] b5ef135b525af9b03a50e3c861c4cc825d03dbff50331c8d94b0f8b110c25b9c
[INFO] running `Command { std: "docker" "start" "-a" "b5ef135b525af9b03a50e3c861c4cc825d03dbff50331c8d94b0f8b110c25b9c", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.95
[INFO] [stderr]    Compiling serde v1.0.219
[INFO] [stderr]    Compiling autocfg v1.4.0
[INFO] [stderr]    Compiling libc v0.2.172
[INFO] [stderr]     Checking smallvec v1.15.1
[INFO] [stderr]    Compiling hashbrown v0.15.4
[INFO] [stderr]    Compiling winnow v0.7.11
[INFO] [stderr]    Compiling rand_core v0.6.4
[INFO] [stderr]    Compiling siphasher v1.0.1
[INFO] [stderr]    Compiling rand v0.8.5
[INFO] [stderr]    Compiling rustix v1.0.7
[INFO] [stderr]    Compiling phf_shared v0.11.3
[INFO] [stderr]    Compiling slab v0.4.9
[INFO] [stderr]     Checking static_assertions v1.1.0
[INFO] [stderr]    Compiling memchr v2.7.5
[INFO] [stderr]     Checking event-listener v5.4.0
[INFO] [stderr]    Compiling indexmap v2.9.0
[INFO] [stderr]    Compiling cfg_aliases v0.2.1
[INFO] [stderr]    Compiling zerocopy v0.8.25
[INFO] [stderr]     Checking event-listener-strategy v0.5.4
[INFO] [stderr]     Checking arrayvec v0.7.6
[INFO] [stderr]    Compiling quote v1.0.40
[INFO] [stderr]    Compiling phf_generator v0.11.3
[INFO] [stderr]     Checking futures-lite v2.6.0
[INFO] [stderr]    Compiling endi v1.1.0
[INFO] [stderr]    Compiling syn v2.0.102
[INFO] [stderr]    Compiling lock_api v0.4.13
[INFO] [stderr]     Checking libloading v0.8.8
[INFO] [stderr]    Compiling parking_lot_core v0.9.11
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]     Checking async-lock v3.4.0
[INFO] [stderr]     Checking linux-raw-sys v0.4.15
[INFO] [stderr]     Checking scopeguard v1.2.0
[INFO] [stderr]     Checking async-channel v2.3.1
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling typenum v1.18.0
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]     Checking new_debug_unreachable v1.0.6
[INFO] [stderr]    Compiling toml_edit v0.22.27
[INFO] [stderr]    Compiling cc v1.2.26
[INFO] [stderr]     Checking parking_lot v0.12.4
[INFO] [stderr]     Checking dlib v0.5.2
[INFO] [stderr]    Compiling wayland-sys v0.31.6
[INFO] [stderr]    Compiling phf_codegen v0.11.3
[INFO] [stderr]    Compiling generic-array v0.14.7
[INFO] [stderr]     Checking blocking v1.6.1
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]     Checking precomputed-hash v0.1.1
[INFO] [stderr]     Checking idna_adapter v1.0.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling ident_case v1.0.1
[INFO] [stderr]     Checking idna v1.0.3
[INFO] [stderr]     Checking form_urlencoded v1.2.1
[INFO] [stderr]    Compiling string_cache_codegen v0.5.4
[INFO] [stderr]     Checking scoped-tls v1.0.1
[INFO] [stderr]     Checking allocator-api2 v0.2.21
[INFO] [stderr]     Checking foldhash v0.1.5
[INFO] [stderr]     Checking ppv-lite86 v0.2.21
[INFO] [stderr]     Checking async-executor v1.13.2
[INFO] [stderr]     Checking getrandom v0.2.16
[INFO] [stderr]    Compiling quick-xml v0.37.5
[INFO] [stderr]     Checking async-broadcast v0.7.2
[INFO] [stderr]     Checking ordered-stream v0.2.0
[INFO] [stderr]     Checking hex v0.4.3
[INFO] [stderr]    Compiling wayland-client v0.31.10
[INFO] [stderr]    Compiling wayland-backend v0.3.10
[INFO] [stderr]     Checking dtoa v1.0.10
[INFO] [stderr]     Checking crypto-common v0.1.6
[INFO] [stderr]     Checking dtoa-short v0.3.5
[INFO] [stderr]     Checking block-buffer v0.10.4
[INFO] [stderr]     Checking async-fs v2.1.2
[INFO] [stderr]    Compiling nix v0.29.0
[INFO] [stderr]    Compiling getrandom v0.3.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling selectors v0.29.0
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]     Checking unicode-ident v1.0.18
[INFO] [stderr]     Checking thin-vec v0.2.14
[INFO] [stderr]     Checking smallbitvec v2.6.0
[INFO] [stderr]    Compiling proc-macro-crate v3.3.0
[INFO] [stderr]     Checking writeable v0.5.5
[INFO] [stderr]     Checking litemap v0.7.5
[INFO] [stderr]     Checking byteorder v1.5.0
[INFO] [stderr]     Checking cpufeatures v0.2.17
[INFO] [stderr]    Compiling wayland-scanner v0.31.6
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]     Checking fxhash v0.2.1
[INFO] [stderr]     Checking xdg-home v1.3.0
[INFO] [stderr]     Checking memmap2 v0.9.5
[INFO] [stderr]     Checking cursor-icon v1.2.0
[INFO] [stderr]    Compiling libm v0.2.15
[INFO] [stderr]    Compiling rayon-core v1.12.1
[INFO] [stderr]    Compiling web_atoms v0.1.3
[INFO] [stderr]    Compiling stylo_atoms v0.4.0
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling icu_segmenter_data v1.5.1
[INFO] [stderr]     Checking void v1.0.2
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]     Checking crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]     Checking kurbo v0.11.2
[INFO] [stderr]    Compiling log v0.4.27
[INFO] [stderr]     Checking color v0.3.1
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling zvariant_utils v2.1.0
[INFO] [stderr]    Compiling darling_core v0.20.11
[INFO] [stderr]     Checking accesskit v0.17.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]     Checking raw-window-handle v0.6.2
[INFO] [stderr]     Checking either v1.15.0
[INFO] [stderr]    Compiling stylo v0.4.0
[INFO] [stderr]     Checking core_maths v0.1.1
[INFO] [stderr]     Checking peniko v0.4.0
[INFO] [stderr]     Checking signal-hook-registry v1.4.5
[INFO] [stderr]    Compiling nix v0.30.1
[INFO] [stderr]    Compiling smithay-client-toolkit v0.19.2
[INFO] [stderr]     Checking xkeysym v0.2.1
[INFO] [stderr]     Checking smol_str v0.2.2
[INFO] [stderr]     Checking xcursor v0.3.8
[INFO] [stderr]     Checking mac v0.1.1
[INFO] [stderr]     Checking arrayref v0.3.9
[INFO] [stderr]     Checking ttf-parser v0.25.1
[INFO] [stderr]     Checking strict-num v0.1.1
[INFO] [stderr]     Checking futf v0.1.5
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking itertools v0.14.0
[INFO] [stderr]     Checking rand_core v0.9.3
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]    Compiling serde_derive v1.0.219
[INFO] [stderr]    Compiling enumflags2_derive v0.7.12
[INFO] [stderr]    Compiling tracing-attributes v0.1.29
[INFO] [stderr]    Compiling zvariant_derive v4.2.0
[INFO] [stderr]    Compiling bytemuck_derive v1.9.3
[INFO] [stderr]    Compiling phf_macros v0.11.3
[INFO] [stderr]    Compiling displaydoc v0.2.5
[INFO] [stderr]    Compiling async-trait v0.1.88
[INFO] [stderr]    Compiling darling_macro v0.20.11
[INFO] [stderr]     Checking phf v0.11.3
[INFO] [stderr]    Compiling serde_repr v0.1.20
[INFO] [stderr]     Checking tracing v0.1.41
[INFO] [stderr]    Compiling futures-macro v0.3.31
[INFO] [stderr]    Compiling cssparser-macros v0.6.1
[INFO] [stderr]    Compiling darling v0.20.11
[INFO] [stderr]    Compiling zerofrom-derive v0.1.6
[INFO] [stderr]     Checking bytemuck v1.23.1
[INFO] [stderr]    Compiling yoke-derive v0.7.5
[INFO] [stderr]     Checking tinystr v0.7.6
[INFO] [stderr]    Compiling derive_more-impl v2.0.1
[INFO] [stderr]    Compiling thiserror-impl v1.0.69
[INFO] [stderr]     Checking icu_locid v1.5.0
[INFO] [stderr]    Compiling to_shmem_derive v0.1.0
[INFO] [stderr]     Checking futures-util v0.3.31
[INFO] [stderr]    Compiling zbus_macros v4.4.0
[INFO] [stderr]    Compiling zerovec-derive v0.10.3
[INFO] [stderr]     Checking font-types v0.9.0
[INFO] [stderr]     Checking read-fonts v0.29.3
[INFO] [stderr]     Checking zerofrom v0.1.6
[INFO] [stderr]     Checking thiserror v1.0.69
[INFO] [stderr]     Checking yoke v0.7.5
[INFO] [stderr]    Compiling icu_provider_macros v1.5.0
[INFO] [stderr]     Checking derive_more v2.0.1
[INFO] [stderr]    Compiling malloc_size_of_derive v0.1.3
[INFO] [stderr]     Checking zerovec v0.10.4
[INFO] [stderr]     Checking tiny-skia-path v0.11.4
[INFO] [stderr]    Compiling stylo_derive v0.4.0
[INFO] [stderr]     Checking owned_ttf_parser v0.25.0
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]     Checking icu_collections v1.5.0
[INFO] [stderr]     Checking icu_provider v1.5.0
[INFO] [stderr]     Checking num_cpus v1.17.0
[INFO] [stderr]    Compiling x11-dl v2.21.0
[INFO] [stderr]     Checking immutable-chunkmap v2.0.6
[INFO] [stderr]     Checking uluru v3.1.0
[INFO] [stderr]    Compiling ahash v0.8.12
[INFO] [stderr]     Checking ab_glyph_rasterizer v0.1.8
[INFO] [stderr]     Checking icu_segmenter v1.5.0
[INFO] [stderr]     Checking stylo_config v0.4.0
[INFO] [stderr]     Checking grid v0.17.0
[INFO] [stderr]     Checking as-raw-xcb-connection v1.0.1
[INFO] [stderr]     Checking atomic_refcell v0.1.13
[INFO] [stderr]     Checking x11rb-protocol v0.13.1
[INFO] [stderr]     Checking matches v0.1.10
[INFO] [stderr]     Checking unicode-segmentation v1.12.0
[INFO] [stderr]     Checking utf-8 v0.7.6
[INFO] [stderr]     Checking stylo_static_prefs v0.4.0
[INFO] [stderr]     Checking tendril v0.4.3
[INFO] [stderr]    Compiling enumflags2 v0.7.12
[INFO] [stderr]    Compiling zvariant v4.2.0
[INFO] [stderr]     Checking bitflags v2.9.1
[INFO] [stderr]     Checking string_cache v0.8.9
[INFO] [stderr]     Checking url v2.5.4
[INFO] [stderr]    Compiling quick-xml v0.30.0
[INFO] [stderr]     Checking servo_arc v0.4.1
[INFO] [stderr]     Checking cssparser v0.35.0
[INFO] [stderr]     Checking zbus_names v3.0.0
[INFO] [stderr]    Compiling zvariant_utils v3.2.0
[INFO] [stderr]     Checking zbus_xml v4.0.0
[INFO] [stderr]     Checking to_shmem v0.2.0
[INFO] [stderr]    Compiling zvariant_derive v5.5.3
[INFO] [stderr]     Checking zbus-lockstep v0.4.4
[INFO] [stderr]     Checking app_units v0.7.8
[INFO] [stderr]     Checking euclid v0.22.11
[INFO] [stderr]    Compiling zbus-lockstep-macros v0.4.4
[INFO] [stderr]    Compiling zvariant v5.5.3
[INFO] [stderr]     Checking polling v3.8.0
[INFO] [stderr]     Checking stylo_malloc_size_of v0.4.0
[INFO] [stderr]     Checking skrifa v0.31.3
[INFO] [stderr]     Checking stylo_traits v0.4.0
[INFO] [stderr]     Checking async-io v2.4.1
[INFO] [stderr]     Checking stylo_dom v0.4.0
[INFO] [stderr]     Checking fontique v0.5.0
[INFO] [stderr]     Checking zbus v4.4.0
[INFO] [stderr]     Checking async-signal v0.2.11
[INFO] [stderr]     Checking async-process v2.3.1
[INFO] [stderr]     Checking calloop v0.13.0
[INFO] [stderr]     Checking keyboard-types v0.7.0
[INFO] [stderr]     Checking wayland-csd-frame v0.3.0
[INFO] [stderr]     Checking zbus_names v4.2.0
[INFO] [stderr]     Checking swash v0.2.5
[INFO] [stderr]     Checking wayland-protocols v0.32.8
[INFO] [stderr]     Checking calloop-wayland-source v0.3.0
[INFO] [stderr]     Checking wayland-cursor v0.31.10
[INFO] [stderr]     Checking accesskit_consumer v0.26.0
[INFO] [stderr]     Checking taffy v0.8.3
[INFO] [stderr]    Compiling zbus_macros v5.7.1
[INFO] [stderr]     Checking ab_glyph v0.2.29
[INFO] [stderr]     Checking tiny-skia v0.11.4
[INFO] [stderr]     Checking rand_chacha v0.9.0
[INFO] [stderr]    Compiling winit v0.30.11
[INFO] [stderr]     Checking byteorder-lite v0.1.0
[INFO] [stderr] error: could not compile `stylo` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/987a165cfab916796a8315782b83ac460a651ce2/bin/rustc --crate-name style --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stylo-0.4.0/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata -C embed-bitcode=no -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="encoding_rs"' --cfg 'feature="mime"' --cfg 'feature="serde"' --cfg 'feature="servo"' --cfg 'feature="string_cache"' --cfg 'feature="style_config"' --cfg 'feature="stylo_atoms"' --cfg 'feature="url"' --cfg 'feature="web_atoms"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bindgen", "default", "encoding_rs", "gecko", "gecko_debug", "gecko_refcount_logging", "mime", "mozbuild", "nsstring", "regex", "serde", "servo", "string_cache", "style_config", "stylo_atoms", "toml", "url", "web_atoms"))' -C metadata=67878fbbb9100276 -C extra-filename=-98ed8cd3194dbfe8 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern app_units=/opt/rustwide/target/debug/deps/libapp_units-d9e2358639c32d89.rmeta --extern arrayvec=/opt/rustwide/target/debug/deps/libarrayvec-30751d79791e52e6.rmeta --extern atomic_refcell=/opt/rustwide/target/debug/deps/libatomic_refcell-4848dc693f433108.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-bc219f34b6ea7be3.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-d92705dd1d5353b1.rmeta --extern cssparser=/opt/rustwide/target/debug/deps/libcssparser-c6c215ca4dec87d8.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-9ea604d7b463d285.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-15c993128924f214.rmeta --extern euclid=/opt/rustwide/target/debug/deps/libeuclid-7f4a11e0ba3bddaa.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-a3ea6c3d643f36ae.rmeta --extern icu_segmenter=/opt/rustwide/target/debug/deps/libicu_segmenter-034c4359c1c7d7f3.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-147404cffd988ceb.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-8ca1407ee86695ec.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-aa1c64fbdc4f12a7.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-cb8ca6aa8c56979f.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-74fdcfdf3875e7c0.rmeta --extern malloc_size_of_derive=/opt/rustwide/target/debug/deps/libmalloc_size_of_derive-bc6c5ab5af31f09f.so --extern matches=/opt/rustwide/target/debug/deps/libmatches-916de2e368d180f8.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-719fdfbd841ea854.rmeta --extern debug_unreachable=/opt/rustwide/target/debug/deps/libdebug_unreachable-308576270019a9b4.rmeta --extern num_derive=/opt/rustwide/target/debug/deps/libnum_derive-5e9f170971c2b27d.so --extern num_integer=/opt/rustwide/target/debug/deps/libnum_integer-360f888e5a41907c.rmeta --extern num_traits=/opt/rustwide/target/debug/deps/libnum_traits-4523068248515ddc.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-338ffdf9046cebb1.rmeta --extern parking_lot=/opt/rustwide/target/debug/deps/libparking_lot-a39d0b5ecd1099b7.rmeta --extern precomputed_hash=/opt/rustwide/target/debug/deps/libprecomputed_hash-db4b9e568d14bf9d.rmeta --extern rayon=/opt/rustwide/target/debug/deps/librayon-7620ac119094e777.rmeta --extern rayon_core=/opt/rustwide/target/debug/deps/librayon_core-5dc89bb8bdeaeb54.rmeta --extern selectors=/opt/rustwide/target/debug/deps/libselectors-a53f027cd390b9ed.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-8b5271c231162193.rmeta --extern servo_arc=/opt/rustwide/target/debug/deps/libservo_arc-7b676a7916199f2f.rmeta --extern smallbitvec=/opt/rustwide/target/debug/deps/libsmallbitvec-688fb46100d1d70e.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-96d7c7a7332b4422.rmeta --extern static_assertions=/opt/rustwide/target/debug/deps/libstatic_assertions-f2154b0bf273423d.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-87910097746ae5ee.rmeta --extern stylo_atoms=/opt/rustwide/target/debug/deps/libstylo_atoms-834ded2386c4a96a.rmeta --extern style_config=/opt/rustwide/target/debug/deps/libstylo_config-aac4472e61fdc648.rmeta --extern style_derive=/opt/rustwide/target/debug/deps/libstylo_derive-024b08d194385c44.so --extern dom=/opt/rustwide/target/debug/deps/libstylo_dom-861b0b6f76e80900.rmeta --extern malloc_size_of=/opt/rustwide/target/debug/deps/libstylo_malloc_size_of-18092f7eb2bed2a3.rmeta --extern static_prefs=/opt/rustwide/target/debug/deps/libstylo_static_prefs-1abdbe397f5a2488.rmeta --extern style_traits=/opt/rustwide/target/debug/deps/libstyle_traits-09e64f85d400fbe9.rmeta --extern thin_vec=/opt/rustwide/target/debug/deps/libthin_vec-ff4a7228d7e61641.rmeta --extern to_shmem=/opt/rustwide/target/debug/deps/libto_shmem-6fcafb52c31fefb6.rmeta --extern to_shmem_derive=/opt/rustwide/target/debug/deps/libto_shmem_derive-ec00bb45ae84fe76.so --extern uluru=/opt/rustwide/target/debug/deps/libuluru-54a3340dc9665972.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-f4866cd88b5e7307.rmeta --extern void=/opt/rustwide/target/debug/deps/libvoid-669fea486b2b8b2a.rmeta --extern web_atoms=/opt/rustwide/target/debug/deps/libweb_atoms-8bcf9bc20221516a.rmeta --cap-lints allow --cap-lints=forbid` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "b5ef135b525af9b03a50e3c861c4cc825d03dbff50331c8d94b0f8b110c25b9c", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b5ef135b525af9b03a50e3c861c4cc825d03dbff50331c8d94b0f8b110c25b9c", kill_on_drop: false }`
[INFO] [stdout] b5ef135b525af9b03a50e3c861c4cc825d03dbff50331c8d94b0f8b110c25b9c
