[INFO] cloning repository https://github.com/AnimatedRNG/cuckoo-http
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/AnimatedRNG/cuckoo-http" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnimatedRNG%2Fcuckoo-http", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnimatedRNG%2Fcuckoo-http'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 2b81710601967b7d0d79ff34cf52d12c9950c759
[INFO] testing AnimatedRNG/cuckoo-http against master#d98a5da813da67eb189387b8ccfb73cf481275d8+rustflags=-Copt-level=3 for pr-138759
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FAnimatedRNG%2Fcuckoo-http" "/workspace/builds/worker-0-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-0-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/AnimatedRNG/cuckoo-http
[INFO] finished tweaking git repo https://github.com/AnimatedRNG/cuckoo-http
[INFO] tweaked toml for git repo https://github.com/AnimatedRNG/cuckoo-http written to /workspace/builds/worker-0-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/AnimatedRNG/cuckoo-http on toolchain d98a5da813da67eb189387b8ccfb73cf481275d8
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/AnimatedRNG/cuckoo-http 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" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 42 packages to latest compatible versions
[INFO] [stderr]       Adding base-x v0.2.11
[INFO] [stderr]       Adding bumpalo v3.19.0
[INFO] [stderr]       Adding cfg-if v1.0.3
[INFO] [stderr]       Adding discard v1.0.4
[INFO] [stderr]       Adding fuchsia-cprng v0.1.1
[INFO] [stderr]       Adding itoa v1.0.15
[INFO] [stderr]       Adding libc v0.2.177
[INFO] [stderr]       Adding log v0.4.28
[INFO] [stderr]       Adding memchr v2.7.6
[INFO] [stderr]       Adding once_cell v1.21.3
[INFO] [stderr]       Adding proc-macro2 v1.0.101
[INFO] [stderr]       Adding quote v1.0.41
[INFO] [stderr]       Adding rand v0.4.6 (available: v0.9.2)
[INFO] [stderr]       Adding rand_core v0.3.1
[INFO] [stderr]       Adding rand_core v0.4.2
[INFO] [stderr]       Adding rdrand v0.4.0
[INFO] [stderr]       Adding rustc_version v0.2.3
[INFO] [stderr]       Adding rustversion v1.0.22
[INFO] [stderr]       Adding ryu v1.0.20
[INFO] [stderr]       Adding semver v0.9.0
[INFO] [stderr]       Adding semver-parser v0.7.0
[INFO] [stderr]       Adding serde v1.0.228
[INFO] [stderr]       Adding serde_core v1.0.228
[INFO] [stderr]       Adding serde_derive v1.0.228
[INFO] [stderr]       Adding serde_json v1.0.145
[INFO] [stderr]       Adding sha1 v0.6.1
[INFO] [stderr]       Adding sha1_smol v1.0.1
[INFO] [stderr]       Adding stdweb v0.4.20
[INFO] [stderr]       Adding stdweb-derive v0.5.3
[INFO] [stderr]       Adding stdweb-internal-macros v0.2.9
[INFO] [stderr]       Adding stdweb-internal-runtime v0.1.5
[INFO] [stderr]       Adding syn v1.0.109
[INFO] [stderr]       Adding syn v2.0.106
[INFO] [stderr]       Adding unicode-ident v1.0.19
[INFO] [stderr]       Adding wasm-bindgen v0.2.104
[INFO] [stderr]       Adding wasm-bindgen-backend v0.2.104
[INFO] [stderr]       Adding wasm-bindgen-macro v0.2.104
[INFO] [stderr]       Adding wasm-bindgen-macro-support v0.2.104
[INFO] [stderr]       Adding wasm-bindgen-shared v0.2.104
[INFO] [stderr]       Adding winapi v0.3.9
[INFO] [stderr]       Adding winapi-i686-pc-windows-gnu v0.4.0
[INFO] [stderr]       Adding winapi-x86_64-pc-windows-gnu v0.4.0
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded generic-array v0.9.0
[INFO] [stderr]   Downloaded constant_time_eq v0.1.3
[INFO] [stderr]   Downloaded crypto-mac v0.5.2
[INFO] [stderr]   Downloaded digest v0.7.2
[INFO] [stderr]   Downloaded typenum v1.10.0
[INFO] [stderr]   Downloaded byte-tools v0.2.0
[INFO] [stderr]   Downloaded blake2 v0.7.0
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 9b8580c324f8f867c84bcc1ce76f786f3e3e8622fb8eb7a1d2a50256e8deeefe
[INFO] running `Command { std: "docker" "start" "-a" "9b8580c324f8f867c84bcc1ce76f786f3e3e8622fb8eb7a1d2a50256e8deeefe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "9b8580c324f8f867c84bcc1ce76f786f3e3e8622fb8eb7a1d2a50256e8deeefe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9b8580c324f8f867c84bcc1ce76f786f3e3e8622fb8eb7a1d2a50256e8deeefe", kill_on_drop: false }`
[INFO] [stdout] 9b8580c324f8f867c84bcc1ce76f786f3e3e8622fb8eb7a1d2a50256e8deeefe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0-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 -Copt-level=3" "-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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+d98a5da813da67eb189387b8ccfb73cf481275d8" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3c1b925b0f20dab7ca0a66aa261cb53c10c08643e9b5ed4c0a4f95d9269573f9
[INFO] running `Command { std: "docker" "start" "-a" "3c1b925b0f20dab7ca0a66aa261cb53c10c08643e9b5ed4c0a4f95d9269573f9", kill_on_drop: false }`
[INFO] [stderr] warning: no edition set: defaulting to the 2015 edition while the latest is 2024
[INFO] [stderr]    Compiling typenum v1.10.0
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling serde v1.0.228
[INFO] [stderr]    Compiling stdweb-internal-runtime v0.1.5
[INFO] [stderr]    Compiling sha1_smol v1.0.1
[INFO] [stderr]    Compiling libc v0.2.177
[INFO] [stderr]    Compiling base-x v0.2.11
[INFO] [stderr]    Compiling serde_core v1.0.228
[INFO] [stderr]    Compiling constant_time_eq v0.1.3
[INFO] [stderr]    Compiling byte-tools v0.2.0
[INFO] [stderr]    Compiling discard v1.0.4
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling stdweb v0.4.20
[INFO] [stderr]    Compiling sha1 v0.6.1
[INFO] [stderr]    Compiling generic-array v0.9.0
[INFO] [stderr]    Compiling crypto-mac v0.5.2
[INFO] [stderr]    Compiling digest v0.7.2
[INFO] [stderr]    Compiling blake2 v0.7.0
[INFO] [stderr]    Compiling rand v0.4.6
[INFO] [stderr]    Compiling serde_json v1.0.145
[INFO] [stderr]    Compiling serde_derive v1.0.228
[INFO] [stderr]    Compiling stdweb-derive v0.5.3
[INFO] [stderr]    Compiling stdweb-internal-macros v0.2.9
[INFO] [stderr]    Compiling cuckoo_http v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: internal compiler error: /rustc-dev/d98a5da813da67eb189387b8ccfb73cf481275d8/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21: nullary intrinsic type_name must either be in a const block or explicitly opted out because it is inherently a runtime intrinsic
[INFO] [stdout]  --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/src/webcore/type_name.rs:5:9
[INFO] [stdout]   |
[INFO] [stdout] 5 |         intrinsics::type_name::< T >()
[INFO] [stdout]   |         ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] 
[INFO] [stderr] thread 'rustc' panicked at /rustc-dev/d98a5da813da67eb189387b8ccfb73cf481275d8/compiler/rustc_codegen_ssa/src/mir/intrinsic.rs:116:21:
[INFO] [stderr] Box<dyn Any>
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x70888f733df3 - <std::sys::backtrace::BacktraceLock::print::DisplayBacktrace as core::fmt::Display>::fmt::ha499add612cccf8e
[INFO] [stderr]    1:     0x70888fe02b3f - core::fmt::write::hb10c956f5235c8a4
[INFO] [stderr]    2:     0x70888f729923 - std::io::Write::write_fmt::hd8146ab3991543d1
[INFO] [stderr]    3:     0x70888f733c52 - std::sys::backtrace::BacktraceLock::print::hb47c770ef659fd10
[INFO] [stderr]    4:     0x70888f7376ea - std::panicking::default_hook::{{closure}}::hdda8afb9d457a22c
[INFO] [stderr]    5:     0x70888f73726f - std::panicking::default_hook::h7c46b44874fe5c9a
[INFO] [stderr]    6:     0x70888e801493 - std[82ef13bf6b0f4f7c]::panicking::update_hook::<alloc[97b3abe6a99f4b55]::boxed::Box<rustc_driver_impl[eab5b6b27acce7e2]::install_ice_hook::{closure#1}>>::{closure#0}
[INFO] [stderr]    7:     0x70888f737f3b - std::panicking::rust_panic_with_hook::ha6cb99ed099eb1c5
[INFO] [stderr]    8:     0x70888e83b7a1 - std[82ef13bf6b0f4f7c]::panicking::begin_panic::<rustc_errors[3bfa8458b373e3dd]::ExplicitBug>::{closure#0}
[INFO] [stderr]    9:     0x70888e82fcb6 - std[82ef13bf6b0f4f7c]::sys::backtrace::__rust_end_short_backtrace::<std[82ef13bf6b0f4f7c]::panicking::begin_panic<rustc_errors[3bfa8458b373e3dd]::ExplicitBug>::{closure#0}, !>
[INFO] [stderr]   10:     0x70888e82f947 - std[82ef13bf6b0f4f7c]::panicking::begin_panic::<rustc_errors[3bfa8458b373e3dd]::ExplicitBug>
[INFO] [stderr]   11:     0x70888e8452a1 - <rustc_errors[3bfa8458b373e3dd]::diagnostic::BugAbort as rustc_errors[3bfa8458b373e3dd]::diagnostic::EmissionGuarantee>::emit_producing_guarantee
[INFO] [stderr]   12:     0x70888ed8667c - <rustc_errors[3bfa8458b373e3dd]::DiagCtxtHandle>::span_bug::<rustc_span[f7d34899392a8fa6]::span_encoding::Span, alloc[97b3abe6a99f4b55]::string::String>
[INFO] [stderr]   13:     0x70888ee1b267 - rustc_middle[26c8a63eebb24a99]::util::bug::opt_span_bug_fmt::<rustc_span[f7d34899392a8fa6]::span_encoding::Span>::{closure#0}
[INFO] [stderr]   14:     0x70888edfb32a - rustc_middle[26c8a63eebb24a99]::ty::context::tls::with_opt::<rustc_middle[26c8a63eebb24a99]::util::bug::opt_span_bug_fmt<rustc_span[f7d34899392a8fa6]::span_encoding::Span>::{closure#0}, !>::{closure#0}
[INFO] [stderr]   15:     0x70888edfb19b - rustc_middle[26c8a63eebb24a99]::ty::context::tls::with_context_opt::<rustc_middle[26c8a63eebb24a99]::ty::context::tls::with_opt<rustc_middle[26c8a63eebb24a99]::util::bug::opt_span_bug_fmt<rustc_span[f7d34899392a8fa6]::span_encoding::Span>::{closure#0}, !>::{closure#0}, !>
[INFO] [stderr]   16:     0x70888ce534d7 - rustc_middle[26c8a63eebb24a99]::util::bug::span_bug_fmt::<rustc_span[f7d34899392a8fa6]::span_encoding::Span>
[INFO] [stderr]   17:     0x708890e5a526 - <rustc_codegen_ssa[e04f5c0aa05ca6aa]::mir::FunctionCx<rustc_codegen_llvm[a7c1634c9bd5aed8]::builder::GenericBuilder<rustc_codegen_llvm[a7c1634c9bd5aed8]::context::FullCx>>>::codegen_intrinsic_call
[INFO] [stderr]   18:     0x70888c96a0fb - <rustc_codegen_ssa[e04f5c0aa05ca6aa]::mir::FunctionCx<rustc_codegen_llvm[a7c1634c9bd5aed8]::builder::GenericBuilder<rustc_codegen_llvm[a7c1634c9bd5aed8]::context::FullCx>>>::codegen_terminator
[INFO] [stderr]   19:     0x708890f7f3e6 - rustc_codegen_ssa[e04f5c0aa05ca6aa]::mir::codegen_mir::<rustc_codegen_llvm[a7c1634c9bd5aed8]::builder::GenericBuilder<rustc_codegen_llvm[a7c1634c9bd5aed8]::context::FullCx>>
[INFO] [stderr]   20:     0x708890f5f822 - rustc_codegen_llvm[a7c1634c9bd5aed8]::base::compile_codegen_unit::module_codegen
[INFO] [stderr]   21:     0x708890f1fed9 - <rustc_codegen_llvm[a7c1634c9bd5aed8]::LlvmCodegenBackend as rustc_codegen_ssa[e04f5c0aa05ca6aa]::traits::backend::ExtraBackendMethods>::compile_codegen_unit
[INFO] [stderr]   22:     0x708890f1dc2c - rustc_codegen_ssa[e04f5c0aa05ca6aa]::base::codegen_crate::<rustc_codegen_llvm[a7c1634c9bd5aed8]::LlvmCodegenBackend>
[INFO] [stderr]   23:     0x70889108f743 - <rustc_codegen_llvm[a7c1634c9bd5aed8]::LlvmCodegenBackend as rustc_codegen_ssa[e04f5c0aa05ca6aa]::traits::backend::CodegenBackend>::codegen_crate
[INFO] [stderr]   24:     0x70889108edd1 - <rustc_interface[e8263c238778633f]::queries::Linker>::codegen_and_build_linker
[INFO] [stderr]   25:     0x70889108c8c7 - rustc_interface[e8263c238778633f]::passes::create_and_enter_global_ctxt::<core[5b33e9a2e38b902b]::option::Option<rustc_interface[e8263c238778633f]::queries::Linker>, rustc_driver_impl[eab5b6b27acce7e2]::run_compiler::{closure#0}::{closure#2}>::{closure#2}::{closure#0}
[INFO] [stderr]   26:     0x708891052743 - rustc_interface[e8263c238778633f]::interface::run_compiler::<(), rustc_driver_impl[eab5b6b27acce7e2]::run_compiler::{closure#0}>::{closure#1}
[INFO] [stderr]   27:     0x708890ff25b8 - std[82ef13bf6b0f4f7c]::sys::backtrace::__rust_begin_short_backtrace::<rustc_interface[e8263c238778633f]::util::run_in_thread_with_globals<rustc_interface[e8263c238778633f]::util::run_in_thread_pool_with_globals<rustc_interface[e8263c238778633f]::interface::run_compiler<(), rustc_driver_impl[eab5b6b27acce7e2]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>
[INFO] [stderr]   28:     0x708890ff2296 - <<std[82ef13bf6b0f4f7c]::thread::Builder>::spawn_unchecked_<rustc_interface[e8263c238778633f]::util::run_in_thread_with_globals<rustc_interface[e8263c238778633f]::util::run_in_thread_pool_with_globals<rustc_interface[e8263c238778633f]::interface::run_compiler<(), rustc_driver_impl[eab5b6b27acce7e2]::run_compiler::{closure#0}>::{closure#1}, ()>::{closure#0}, ()>::{closure#0}::{closure#0}, ()>::{closure#1} as core[5b33e9a2e38b902b]::ops::function::FnOnce<()>>::call_once::{shim:vtable#0}
[INFO] [stderr]   29:     0x708890ff08bd - std::sys::pal::unix::thread::Thread::new::thread_start::h0a4d8e1b9c0d38cf
[INFO] [stderr]   30:     0x70888aa8aaa4 - <unknown>
[INFO] [stderr]   31:     0x70888ab17a34 - clone
[INFO] [stderr]   32:                0x0 - <unknown>
[INFO] [stderr] 
[INFO] [stderr] note: using internal features is not supported and expected to cause internal compiler errors when used incorrectly
[INFO] [stderr] 
[INFO] [stderr] warning: the ICE couldn't be written to `/opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/rustc-ice-2025-10-11T06_35_30-658.txt`: Read-only file system (os error 30)
[INFO] [stderr] 
[INFO] [stderr] note: rustc 1.90.0-nightly (d98a5da81 2025-07-04) running on x86_64-unknown-linux-gnu
[INFO] [stderr] 
[INFO] [stderr] note: compiler flags: --crate-type lib -C embed-bitcode=no -C debuginfo=2 -C opt-level=3
[INFO] [stderr] 
[INFO] [stderr] note: some of the compiler flags provided by cargo are hidden
[INFO] [stderr] 
[INFO] [stderr] query stack during panic:
[INFO] [stderr] end of query stack
[INFO] [stdout] warning: field `max_len` is never read
[INFO] [stdout]   --> src/http_server.rs:76:5
[INFO] [stdout]    |
[INFO] [stdout] 74 | struct HTTPRead {
[INFO] [stdout]    |        -------- field in this struct
[INFO] [stdout] 75 |     tcp_read: TCPRead,
[INFO] [stdout] 76 |     max_len: usize,
[INFO] [stdout]    |     ^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: `#[warn(dead_code)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: unused borrow that must be used
[INFO] [stdout]    --> src/http_server.rs:386:17
[INFO] [stdout]     |
[INFO] [stdout] 386 |                 &c.clone_from_slice(&a_bytes);
[INFO] [stdout]     |                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value
[INFO] [stdout]     |
[INFO] [stdout]     = note: `#[warn(unused_must_use)]` on by default
[INFO] [stdout] help: use `let _ = ...` to ignore the resulting value
[INFO] [stdout]     |
[INFO] [stdout] 386 |                 let _ = &c.clone_from_slice(&a_bytes);
[INFO] [stdout]     |                 +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `stdweb` (lib); 4712 warnings emitted
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/d98a5da813da67eb189387b8ccfb73cf481275d8/bin/rustc --crate-name stdweb --edition=2015 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/stdweb-0.4.20/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=2 --cfg 'feature="default"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "docs-rs", "experimental_features_which_may_break_on_minor_version_bumps", "futures-channel-preview", "futures-core-preview", "futures-executor-preview", "futures-support", "futures-util-preview", "nightly", "serde", "serde_json", "web_test"))' -C metadata=27d82cb831e22029 -C extra-filename=-c4e5b37f517c0b45 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern discard=/opt/rustwide/target/debug/deps/libdiscard-e6be7826bf28ed1e.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-595730be07751968.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-8ae31bfa79b6204e.rmeta --extern stdweb_derive=/opt/rustwide/target/debug/deps/libstdweb_derive-87fdea8d9f803b12.so --extern stdweb_internal_macros=/opt/rustwide/target/debug/deps/libstdweb_internal_macros-95f075a74f9f2407.so --extern stdweb_internal_runtime=/opt/rustwide/target/debug/deps/libstdweb_internal_runtime-ef2a9085d124909e.rmeta --cap-lints allow --cap-lints=forbid -Copt-level=3 --cfg rust_nightly` (exit status: 101)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] running `Command { std: "docker" "inspect" "3c1b925b0f20dab7ca0a66aa261cb53c10c08643e9b5ed4c0a4f95d9269573f9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3c1b925b0f20dab7ca0a66aa261cb53c10c08643e9b5ed4c0a4f95d9269573f9", kill_on_drop: false }`
[INFO] [stdout] 3c1b925b0f20dab7ca0a66aa261cb53c10c08643e9b5ed4c0a4f95d9269573f9
