[INFO] cloning repository https://github.com/TinyuengKwan/sail-lsp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/TinyuengKwan/sail-lsp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTinyuengKwan%2Fsail-lsp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FTinyuengKwan%2Fsail-lsp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 09864b74e14bc2d5bbe6767546ef17334c521037
[INFO] testing TinyuengKwan/sail-lsp 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%2FTinyuengKwan%2Fsail-lsp" "/workspace/builds/worker-3-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/TinyuengKwan/sail-lsp
[INFO] finished tweaking git repo https://github.com/TinyuengKwan/sail-lsp
[INFO] tweaked toml for git repo https://github.com/TinyuengKwan/sail-lsp written to /workspace/builds/worker-3-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/TinyuengKwan/sail-lsp 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/TinyuengKwan/sail-lsp 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-3-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-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] a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab
[INFO] running `Command { std: "docker" "start" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", 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" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab" "/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" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", 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" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling unicode-ident v1.0.11
[INFO] [stderr]    Compiling cfg-if v1.0.0
[INFO] [stderr]    Compiling once_cell v1.18.0
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling pin-project-lite v0.2.13
[INFO] [stderr]    Compiling tinyvec_macros v0.1.1
[INFO] [stderr]    Compiling either v1.15.0
[INFO] [stderr]    Compiling equivalent v1.0.2
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling crossbeam-utils v0.8.21
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling memoffset v0.9.1
[INFO] [stderr]    Compiling rayon-core v1.13.0
[INFO] [stderr]    Compiling camino v1.2.2
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling scopeguard v1.2.0
[INFO] [stderr]    Compiling smallvec v1.15.1
[INFO] [stderr]    Compiling unicode-bidi v0.3.13
[INFO] [stderr]    Compiling log v0.4.29
[INFO] [stderr]    Compiling percent-encoding v2.3.0
[INFO] [stderr]    Compiling tinyvec v1.6.0
[INFO] [stderr]    Compiling lock_api v0.4.14
[INFO] [stderr]    Compiling rustc-hash v2.1.2
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]    Compiling proc-macro2 v1.0.106
[INFO] [stderr]    Compiling hashbrown v0.17.0
[INFO] [stderr]    Compiling itertools v0.12.1
[INFO] [stderr]    Compiling dissimilar v1.0.11
[INFO] [stderr]    Compiling form_urlencoded v1.2.0
[INFO] [stderr]    Compiling tracing-core v0.1.31
[INFO] [stderr]    Compiling foldhash v0.1.5
[INFO] [stderr]    Compiling nohash-hasher v0.2.0
[INFO] [stderr]    Compiling allocator-api2 v0.2.18
[INFO] [stderr]    Compiling text-size v1.1.1
[INFO] [stderr]    Compiling jod-thread v1.0.0
[INFO] [stderr]    Compiling quote v1.0.45
[INFO] [stderr]    Compiling hashbrown v0.15.5
[INFO] [stderr]    Compiling portable-atomic v1.13.1
[INFO] [stderr]    Compiling hashbrown v0.14.5
[INFO] [stderr]    Compiling countme v3.0.1
[INFO] [stderr]    Compiling syn v2.0.117
[INFO] [stderr]    Compiling unicode-normalization v0.1.22
[INFO] [stderr]    Compiling paths v0.1.0 (/opt/rustwide/workdir/crates/paths)
[INFO] [stderr]    Compiling crossbeam-epoch v0.9.18
[INFO] [stderr]    Compiling crossbeam-channel v0.5.15
[INFO] [stderr]    Compiling hashbrown v0.12.3
[INFO] [stderr]    Compiling rustc-hash v1.1.0
[INFO] [stderr]    Compiling crossbeam-queue v0.3.12
[INFO] [stderr]    Compiling intrusive-collections v0.9.7
[INFO] [stderr]    Compiling thin-vec v0.2.15
[INFO] [stderr]    Compiling crossbeam-deque v0.8.6
[INFO] [stderr]    Compiling inventory v0.3.24
[INFO] [stderr]    Compiling boxcar v0.2.14
[INFO] [stderr]    Compiling salsa-macro-rules v0.25.2
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling zmij v1.0.21
[INFO] [stderr]    Compiling z3-sys v0.11.0
[INFO] [stderr]    Compiling idna v0.4.0
[INFO] [stderr]    Compiling indexmap v2.14.0
[INFO] [stderr]    Compiling smol_str v0.3.6
[INFO] [stderr]    Compiling ungrammar v1.16.1
[INFO] [stderr]    Compiling rowan v0.15.13
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling hashlink v0.10.0
[INFO] [stderr]    Compiling triomphe v0.1.15
[INFO] [stderr]    Compiling itoa v1.0.9
[INFO] [stderr]    Compiling project-model v0.1.0 (/opt/rustwide/workdir/crates/project-model)
[INFO] [stderr]    Compiling la-arena v0.3.1
[INFO] [stderr]    Compiling z3 v0.20.0
[INFO] [stderr]    Compiling perf-event-open-sys v4.0.0
[INFO] [stderr]    Compiling ena v0.14.4
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling rayon v1.11.0
[INFO] [stderr]    Compiling regex-syntax v0.7.5
[INFO] [stderr]    Compiling regex-syntax v0.6.29
[INFO] [stderr]    Compiling perf-event v0.4.8
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling overload v0.1.1
[INFO] [stderr]    Compiling lazy_static v1.5.0
[INFO] [stderr]    Compiling same-file v1.0.6
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]    Compiling sharded-slab v0.1.7
[INFO] [stderr]    Compiling nu-ansi-term v0.46.0
[INFO] [stderr]    Compiling profile v0.1.0 (/opt/rustwide/workdir/crates/profile)
[INFO] [stderr]    Compiling walkdir v2.5.0
[INFO] [stderr]    Compiling thread_local v1.1.9
[INFO] [stderr]    Compiling unicase v2.9.0
[INFO] [stderr]    Compiling anyhow v1.0.102
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling include_dir_macros v0.7.4
[INFO] [stderr]    Compiling tracing-log v0.2.0
[INFO] [stderr]    Compiling nu-ansi-term v0.50.3
[INFO] [stderr]    Compiling bitflags v1.3.2
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling include_dir v0.7.4
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling line-index v0.1.2 (/opt/rustwide/workdir/lib/line-index)
[INFO] [stderr]    Compiling smol_str v0.3.6 (/opt/rustwide/workdir/lib/smol_str)
[INFO] [stderr]    Compiling ungrammar v1.16.1 (/opt/rustwide/workdir/lib/ungrammar)
[INFO] [stderr]    Compiling text-size v1.1.1 (/opt/rustwide/workdir/lib/text-size)
[INFO] [stderr]    Compiling la-arena v0.3.1 (/opt/rustwide/workdir/lib/la-arena)
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling regex-automata v0.3.7
[INFO] [stderr]    Compiling regex-automata v0.1.10
[INFO] [stderr]    Compiling intern v0.1.0 (/opt/rustwide/workdir/crates/intern)
[INFO] [stderr]    Compiling regex v1.9.4
[INFO] [stderr]    Compiling synstructure v0.13.2
[INFO] [stderr]    Compiling matchers v0.1.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.31
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling salsa-macros v0.25.2
[INFO] [stderr]    Compiling serde_repr v0.1.16
[INFO] [stderr]    Compiling tracing v0.1.37
[INFO] [stderr]    Compiling stdx v0.1.0 (/opt/rustwide/workdir/crates/stdx)
[INFO] [stderr]    Compiling tracing-subscriber v0.3.18
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]    Compiling salsa v0.25.2
[INFO] [stderr]    Compiling tracing-tree v0.4.1
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling lsp-server v0.7.9
[INFO] [stderr]    Compiling lsp-server v0.7.9 (/opt/rustwide/workdir/lib/lsp-server)
[INFO] [stderr]    Compiling vfs v0.1.0 (/opt/rustwide/workdir/crates/vfs)
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling base-db v0.1.0 (/opt/rustwide/workdir/crates/base-db)
[INFO] [stderr]    Compiling vfs-notify v0.1.0 (/opt/rustwide/workdir/crates/vfs-notify)
[INFO] [stderr]    Compiling syntax v0.1.0 (/opt/rustwide/workdir/crates/syntax)
[INFO] [stderr]    Compiling hir-expand v0.1.0 (/opt/rustwide/workdir/crates/hir-expand)
[INFO] [stderr]    Compiling hir-def v0.1.0 (/opt/rustwide/workdir/crates/hir-def)
[INFO] [stderr]    Compiling hir-ty v0.1.0 (/opt/rustwide/workdir/crates/hir-ty)
[INFO] [stderr]    Compiling hir v0.1.0 (/opt/rustwide/workdir/crates/hir)
[INFO] [stderr]    Compiling ide-db v0.1.0 (/opt/rustwide/workdir/crates/ide-db)
[INFO] [stderr]    Compiling ide-diagnostics v0.1.0 (/opt/rustwide/workdir/crates/ide-diagnostics)
[INFO] [stderr]    Compiling ide-ssr v0.1.0 (/opt/rustwide/workdir/crates/ide-ssr)
[INFO] [stderr]    Compiling ide-completion v0.1.0 (/opt/rustwide/workdir/crates/ide-completion)
[INFO] [stderr]    Compiling ide-assists v0.1.0 (/opt/rustwide/workdir/crates/ide-assists)
[INFO] [stderr]    Compiling ide v0.1.0 (/opt/rustwide/workdir/crates/ide)
[INFO] [stderr]    Compiling sail-lsp v0.2.0 (/opt/rustwide/workdir/crates/sail-lsp)
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 00s
[INFO] running `Command { std: "docker" "inspect" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", 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" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab" "/opt/rustwide/cargo-home/bin/cargo" "+1.98.0-beta.1" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling libc v0.2.186
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling bitflags v2.11.1
[INFO] [stderr]    Compiling expect-test v1.5.1
[INFO] [stderr]    Compiling zerocopy v0.8.48
[INFO] [stderr]    Compiling zerocopy-derive v0.8.48
[INFO] [stderr]    Compiling getrandom v0.3.4
[INFO] [stderr]    Compiling num-traits v0.2.19
[INFO] [stderr]    Compiling rustix v0.38.44
[INFO] [stderr]    Compiling linux-raw-sys v0.4.15
[INFO] [stderr]    Compiling fastrand v2.4.1
[INFO] [stderr]    Compiling oorandom v11.1.5
[INFO] [stderr]    Compiling plotters-backend v0.3.7
[INFO] [stderr]    Compiling ciborium-io v0.2.2
[INFO] [stderr]    Compiling anstyle v1.0.14
[INFO] [stderr]    Compiling clap_lex v1.1.0
[INFO] [stderr]    Compiling itertools v0.13.0
[INFO] [stderr]    Compiling quick-error v1.2.3
[INFO] [stderr]    Compiling pulldown-cmark v0.12.2
[INFO] [stderr]    Compiling cast v0.3.0
[INFO] [stderr]    Compiling static_assertions v1.1.0
[INFO] [stderr]    Compiling fnv v1.0.7
[INFO] [stderr]    Compiling clap_builder v4.6.0
[INFO] [stderr]    Compiling bit-vec v0.8.0
[INFO] [stderr]    Compiling nix v0.31.2
[INFO] [stderr]    Compiling regex-syntax v0.8.10
[INFO] [stderr]    Compiling anes v0.1.6
[INFO] [stderr]    Compiling unarray v0.1.4
[INFO] [stderr]    Compiling plotters-svg v0.3.7
[INFO] [stderr]    Compiling notify-types v2.1.0
[INFO] [stderr]    Compiling project-model v0.1.0 (/opt/rustwide/workdir/crates/project-model)
[INFO] [stderr]    Compiling line-index v0.1.2 (/opt/rustwide/workdir/lib/line-index)
[INFO] [stderr]    Compiling bit-set v0.8.0
[INFO] [stderr]    Compiling paths v0.1.0 (/opt/rustwide/workdir/crates/paths)
[INFO] [stderr]    Compiling ungrammar v1.16.1 (/opt/rustwide/workdir/lib/ungrammar)
[INFO] [stderr]    Compiling la-arena v0.3.1 (/opt/rustwide/workdir/lib/la-arena)
[INFO] [stderr]    Compiling plotters v0.3.7
[INFO] [stderr]    Compiling tempfile v3.10.1
[INFO] [stderr]    Compiling parking_lot_core v0.9.12
[INFO] [stderr]    Compiling stdx v0.1.0 (/opt/rustwide/workdir/crates/stdx)
[INFO] [stderr]    Compiling perf-event-open-sys v4.0.0
[INFO] [stderr]    Compiling wait-timeout v0.2.1
[INFO] [stderr]    Compiling inotify-sys v0.1.5
[INFO] [stderr]    Compiling mio v1.2.0
[INFO] [stderr]    Compiling inotify v0.11.1
[INFO] [stderr]    Compiling rand_core v0.9.5
[INFO] [stderr]    Compiling criterion-plot v0.6.0
[INFO] [stderr]    Compiling dashmap v6.1.0
[INFO] [stderr]    Compiling parking_lot v0.12.5
[INFO] [stderr]    Compiling perf-event v0.4.8
[INFO] [stderr]    Compiling rand_xorshift v0.4.0
[INFO] [stderr]    Compiling rusty-fork v0.3.1
[INFO] [stderr]    Compiling salsa v0.25.2
[INFO] [stderr]    Compiling serde_json v1.0.149
[INFO] [stderr]    Compiling parser v0.1.0 (/opt/rustwide/workdir/crates/parser)
[INFO] [stderr]    Compiling intern v0.1.0 (/opt/rustwide/workdir/crates/intern)
[INFO] [stderr]    Compiling profile v0.1.0 (/opt/rustwide/workdir/crates/profile)
[INFO] [stderr]    Compiling notify v8.2.0
[INFO] [stderr]    Compiling url v2.4.0
[INFO] [stderr]    Compiling serde_test v1.0.177
[INFO] [stderr]    Compiling ctrlc v3.5.2
[INFO] [stderr]    Compiling clap v4.6.1
[INFO] [stderr]    Compiling lsp-server v0.7.9
[INFO] [stderr]    Compiling tinytemplate v1.2.1
[INFO] [stderr]    Compiling lsp-server v0.7.9 (/opt/rustwide/workdir/lib/lsp-server)
[INFO] [stderr]    Compiling text-size v1.1.1 (/opt/rustwide/workdir/lib/text-size)
[INFO] [stderr]    Compiling vfs v0.1.0 (/opt/rustwide/workdir/crates/vfs)
[INFO] [stderr]    Compiling lsp-types v0.94.1
[INFO] [stderr]    Compiling lsp-types v0.95.1
[INFO] [stderr]    Compiling base-db v0.1.0 (/opt/rustwide/workdir/crates/base-db)
[INFO] [stderr]    Compiling vfs-notify v0.1.0 (/opt/rustwide/workdir/crates/vfs-notify)
[INFO] [stderr]    Compiling syntax v0.1.0 (/opt/rustwide/workdir/crates/syntax)
[INFO] [stderr]    Compiling half v2.7.1
[INFO] [stderr]    Compiling ppv-lite86 v0.2.21
[INFO] [stderr]    Compiling ciborium-ll v0.2.2
[INFO] [stderr]    Compiling ciborium v0.2.2
[INFO] [stderr]    Compiling rand_chacha v0.9.0
[INFO] [stderr]    Compiling rand v0.9.4
[INFO] [stderr]    Compiling criterion v0.7.0
[INFO] [stderr]    Compiling hir-expand v0.1.0 (/opt/rustwide/workdir/crates/hir-expand)
[INFO] [stderr]    Compiling proptest v1.11.0
[INFO] [stderr]    Compiling hir-def v0.1.0 (/opt/rustwide/workdir/crates/hir-def)
[INFO] [stderr]    Compiling hir-ty v0.1.0 (/opt/rustwide/workdir/crates/hir-ty)
[INFO] [stderr]    Compiling smol_str v0.3.6 (/opt/rustwide/workdir/lib/smol_str)
[INFO] [stderr] error: could not compile `lsp-types` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/1.98.0-beta.1-x86_64-unknown-linux-gnu/bin/rustc --crate-name lsp_types --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lsp-types-0.95.1/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no -C debuginfo=1 --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "proposed"))' -C metadata=e34469766c93f362 -C extra-filename=-453848400dfe5798 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-9326df8024f80df6.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-7594f5e3a1a8dba0.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-6ee4eda85158bb8f.rmeta --extern serde_repr=/opt/rustwide/target/debug/deps/libserde_repr-5dec14c32908e126.so --extern url=/opt/rustwide/target/debug/deps/liburl-8d23e530c38ba16b.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab", kill_on_drop: false }`
[INFO] [stdout] a611582ef1513dab99bb108ed022dcc8d01bc68729aa6e17e28ee4405355b2ab
