[INFO] cloning repository https://github.com/CyanFroste/files
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/CyanFroste/files" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCyanFroste%2Ffiles", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCyanFroste%2Ffiles'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 6433c044c9bf023fafa342c5df67b436c97d9c79
[INFO] documenting CyanFroste/files against beta-2025-10-28 for beta-1.92-rustdoc-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FCyanFroste%2Ffiles" "/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/CyanFroste/files
[INFO] finished tweaking git repo https://github.com/CyanFroste/files
[INFO] tweaked toml for git repo https://github.com/CyanFroste/files written to /workspace/builds/worker-4-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/CyanFroste/files on toolchain beta-2025-10-28
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/CyanFroste/files 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" "+beta-2025-10-28" "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/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] e9bd2216f7645883964091bf2c728ba3a7617cdfe4c8aaa284c8ac81c4824b65
[INFO] running `Command { std: "docker" "start" "-a" "e9bd2216f7645883964091bf2c728ba3a7617cdfe4c8aaa284c8ac81c4824b65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "e9bd2216f7645883964091bf2c728ba3a7617cdfe4c8aaa284c8ac81c4824b65", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e9bd2216f7645883964091bf2c728ba3a7617cdfe4c8aaa284c8ac81c4824b65", kill_on_drop: false }`
[INFO] [stdout] e9bd2216f7645883964091bf2c728ba3a7617cdfe4c8aaa284c8ac81c4824b65
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:4848fb76d95f26979359cc7e45710b1dbc8f3acb7aeedee7c460d7702230f228" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-10-28" "doc" "--frozen" "--no-deps" "--document-private-items" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] f0dfad935430aff76487842bd652d0c8e8ba8650c858ac18796fbc5c783dbcbc
[INFO] running `Command { std: "docker" "start" "-a" "f0dfad935430aff76487842bd652d0c8e8ba8650c858ac18796fbc5c783dbcbc", kill_on_drop: false }`
[INFO] [stderr]    Compiling serde v1.0.200
[INFO] [stderr]    Compiling thiserror v1.0.58
[INFO] [stderr]    Compiling proc-macro2 v1.0.81
[INFO] [stderr]    Compiling lock_api v0.4.11
[INFO] [stderr]    Compiling num-traits v0.2.18
[INFO] [stderr]    Compiling regex-syntax v0.8.3
[INFO] [stderr]    Compiling jobserver v0.1.31
[INFO] [stderr]     Checking getrandom v0.2.14
[INFO] [stderr]    Compiling crossbeam-utils v0.8.19
[INFO] [stderr]    Compiling ahash v0.8.11
[INFO] [stderr]     Checking either v1.11.0
[INFO] [stderr]     Checking aho-corasick v1.1.3
[INFO] [stderr]     Checking digest v0.10.7
[INFO] [stderr]    Compiling num-bigint v0.4.4
[INFO] [stderr]    Compiling serde_json v1.0.116
[INFO] [stderr]    Compiling dirs-sys-next v0.1.2
[INFO] [stderr]    Compiling smallvec v1.13.2
[INFO] [stderr]    Compiling crunchy v0.2.2
[INFO] [stderr]    Compiling dirs-next v2.0.0
[INFO] [stderr]    Compiling clang-sys v1.7.0
[INFO] [stderr]    Compiling prettyplease v0.2.19
[INFO] [stderr]    Compiling hashbrown v0.14.3
[INFO] [stderr]    Compiling cc v1.0.94
[INFO] [stderr]     Checking spin v0.9.8
[INFO] [stderr]     Checking rand_core v0.6.4
[INFO] [stderr]    Compiling parking_lot_core v0.9.10
[INFO] [stderr]    Compiling term v0.7.0
[INFO] [stderr]    Compiling heapless v0.7.17
[INFO] [stderr]     Checking bytemuck v1.15.0
[INFO] [stderr]    Compiling quote v1.0.36
[INFO] [stderr]    Compiling parking_lot v0.12.2
[INFO] [stderr]    Compiling ena v0.14.2
[INFO] [stderr]    Compiling syn v2.0.60
[INFO] [stderr]    Compiling indexmap v2.2.6
[INFO] [stderr]    Compiling syn v1.0.109
[INFO] [stderr]    Compiling itertools v0.11.0
[INFO] [stderr]    Compiling string_cache v0.8.7
[INFO] [stderr]    Compiling ascii-canvas v3.0.0
[INFO] [stderr]    Compiling nom v7.1.3
[INFO] [stderr]     Checking rand_chacha v0.3.1
[INFO] [stderr]    Compiling tiny-keccak v2.0.2
[INFO] [stderr]     Checking crossbeam-epoch v0.9.18
[INFO] [stderr]     Checking num-integer v0.1.46
[INFO] [stderr]     Checking hash32 v0.2.1
[INFO] [stderr]    Compiling libloading v0.8.3
[INFO] [stderr]    Compiling bindgen v0.65.1
[INFO] [stderr]     Checking stable_deref_trait v1.2.0
[INFO] [stderr]    Compiling rustversion v1.0.15
[INFO] [stderr]    Compiling pico-args v0.5.0
[INFO] [stderr]    Compiling unicode-xid v0.2.4
[INFO] [stderr]     Checking rand v0.8.5
[INFO] [stderr]     Checking crossbeam-deque v0.8.5
[INFO] [stderr]     Checking http v1.1.0
[INFO] [stderr]     Checking inout v0.1.3
[INFO] [stderr]    Compiling proc-macro-error-attr v1.0.4
[INFO] [stderr]     Checking cipher v0.4.4
[INFO] [stderr]    Compiling petgraph v0.6.4
[INFO] [stderr]     Checking rstar v0.11.0
[INFO] [stderr]     Checking regex-automata v0.4.6
[INFO] [stderr]     Checking rayon-core v1.12.1
[INFO] [stderr]     Checking approx v0.5.1
[INFO] [stderr]     Checking http-body v1.0.0
[INFO] [stderr]    Compiling proc-macro-error v1.0.4
[INFO] [stderr]     Checking half v2.4.1
[INFO] [stderr]    Compiling cexpr v0.6.0
[INFO] [stderr]    Compiling num-rational v0.4.1
[INFO] [stderr]     Checking robust v1.1.0
[INFO] [stderr]    Compiling doc-comment v0.3.3
[INFO] [stderr]     Checking arbitrary v1.3.2
[INFO] [stderr]    Compiling ring v0.17.8
[INFO] [stderr]    Compiling psm v0.1.21
[INFO] [stderr]    Compiling lz4-sys v1.9.4
[INFO] [stderr]    Compiling stacker v0.1.15
[INFO] [stderr]    Compiling bzip2-sys v0.1.11+1.0.8
[INFO] [stderr]    Compiling libz-sys v1.1.16
[INFO] [stderr]    Compiling zstd-sys v2.0.10+zstd.1.5.6
[INFO] [stderr]    Compiling ring v0.16.20
[INFO] [stderr]     Checking password-hash v0.5.0
[INFO] [stderr]    Compiling anyhow v1.0.82
[INFO] [stderr]     Checking rustc_lexer v0.1.0
[INFO] [stderr]     Checking earcutr v0.4.3
[INFO] [stderr]     Checking itertools v0.10.5
[INFO] [stderr]     Checking geographiclib-rs v0.2.4
[INFO] [stderr]     Checking float_next_after v1.0.0
[INFO] [stderr]    Compiling rustls v0.21.11
[INFO] [stderr]    Compiling ref-cast v1.0.22
[INFO] [stderr]    Compiling rust_decimal v1.35.0
[INFO] [stderr]     Checking aligned-vec v0.5.0
[INFO] [stderr]    Compiling built v0.7.2
[INFO] [stderr]     Checking time v0.3.36
[INFO] [stderr]     Checking v_frame v0.3.8
[INFO] [stderr]     Checking unicode-security v0.1.1
[INFO] [stderr]     Checking regex v1.10.4
[INFO] [stderr]     Checking lalrpop-util v0.20.2
[INFO] [stderr]    Compiling rav1e v0.7.1
[INFO] [stderr]     Checking rayon v1.10.0
[INFO] [stderr]     Checking concurrent-queue v2.4.0
[INFO] [stderr]     Checking sha2 v0.10.8
[INFO] [stderr]     Checking sha1 v0.10.6
[INFO] [stderr]    Compiling darling_core v0.20.8
[INFO] [stderr]     Checking nanorand v0.7.0
[INFO] [stderr]     Checking hmac v0.12.1
[INFO] [stderr]    Compiling fst v0.4.7
[INFO] [stderr]     Checking atomic v0.5.3
[INFO] [stderr]    Compiling snap v1.1.1
[INFO] [stderr]    Compiling ucd-trie v0.1.6
[INFO] [stderr]    Compiling semver v1.0.22
[INFO] [stderr]     Checking deunicode v1.4.4
[INFO] [stderr]     Checking pem v2.0.1
[INFO] [stderr]    Compiling snafu-derive v0.7.5
[INFO] [stderr]     Checking pbkdf2 v0.12.2
[INFO] [stderr]     Checking flume v0.11.0
[INFO] [stderr]     Checking av1-grain v0.2.3
[INFO] [stderr]     Checking spade v2.6.0
[INFO] [stderr]    Compiling axum-core v0.4.3
[INFO] [stderr]     Checking http-body-util v0.1.1
[INFO] [stderr]     Checking blowfish v0.9.1
[INFO] [stderr]     Checking salsa20 v0.10.2
[INFO] [stderr]    Compiling lalrpop v0.20.2
[INFO] [stderr]    Compiling parse-zoneinfo v0.3.0
[INFO] [stderr]    Compiling simd_helpers v0.1.0
[INFO] [stderr]     Checking itertools v0.12.1
[INFO] [stderr]     Checking blake2 v0.10.6
[INFO] [stderr]     Checking nibble_vec v0.1.0
[INFO] [stderr]    Compiling chrono-tz-build v0.2.1
[INFO] [stderr]     Checking futures-lite v2.3.0
[INFO] [stderr]     Checking bstr v1.9.1
[INFO] [stderr]     Checking async-task v4.7.0
[INFO] [stderr]     Checking zeroize v1.7.0
[INFO] [stderr]     Checking base64 v0.22.0
[INFO] [stderr]    Compiling serde_derive v1.0.200
[INFO] [stderr]    Compiling thiserror-impl v1.0.58
[INFO] [stderr]    Compiling futures-macro v0.3.30
[INFO] [stderr]    Compiling tokio-macros v2.2.0
[INFO] [stderr]    Compiling tracing-attributes v0.1.27
[INFO] [stderr]    Compiling miette-derive v5.10.0
[INFO] [stderr]    Compiling async-trait v0.1.80
[INFO] [stderr]     Checking tokio v1.37.0
[INFO] [stderr]    Compiling pin-project-internal v1.1.5
[INFO] [stderr]    Compiling ref-cast-impl v1.0.22
[INFO] [stderr]    Compiling profiling-procmacros v1.0.15
[INFO] [stderr]     Checking futures-util v0.3.30
[INFO] [stderr]     Checking snafu v0.7.5
[INFO] [stderr]     Checking maybe-rayon v0.1.1
[INFO] [stderr]    Compiling darling_macro v0.20.8
[INFO] [stderr]     Checking profiling v1.0.15
[INFO] [stderr]    Compiling num-derive v0.4.2
[INFO] [stderr]    Compiling arg_enum_proc_macro v0.3.4
[INFO] [stderr]     Checking fastrand v2.0.2
[INFO] [stderr]    Compiling darling v0.20.8
[INFO] [stderr]     Checking rustls-webpki v0.101.7
[INFO] [stderr]    Compiling serde_with_macros v3.8.0
[INFO] [stderr]     Checking miette v5.10.0
[INFO] [stderr]     Checking pin-project v1.1.5
[INFO] [stderr]     Checking tracing v0.1.40
[INFO] [stderr]     Checking sct v0.7.1
[INFO] [stderr]    Compiling pest v2.7.9
[INFO] [stderr]     Checking simple_asn1 v0.6.2
[INFO] [stderr]    Compiling revision-derive v0.7.0
[INFO] [stderr]     Checking bitstream-io v2.2.0
[INFO] [stderr]     Checking any_ascii v0.3.2
[INFO] [stderr]     Checking endian-type v0.1.2
[INFO] [stderr]     Checking unic-char-range v0.9.0
[INFO] [stderr]     Checking imgref v1.10.1
[INFO] [stderr]     Checking unic-common v0.9.0
[INFO] [stderr]     Checking unic-char-property v0.9.0
[INFO] [stderr]     Checking unic-ucd-version v0.9.0
[INFO] [stderr]     Checking loop9 v0.1.5
[INFO] [stderr]     Checking dmp v0.2.0
[INFO] [stderr]     Checking lexicmp v0.1.0
[INFO] [stderr] error: could not compile `bindgen` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name bindgen --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/bindgen-0.65.1/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --crate-type lib --emit=dep-info,metadata,link -C embed-bitcode=no --cfg 'feature="runtime"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__cli", "annotate-snippets", "default", "experimental", "log", "logging", "runtime", "static", "testing_only_extra_assertions", "testing_only_libclang_5", "testing_only_libclang_9", "which", "which-rustfmt"))' -C metadata=2bc36ee0e3753ed6 -C extra-filename=-5abf2f2a3c9ab43b --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-35764d37ce192392.rmeta --extern cexpr=/opt/rustwide/target/debug/deps/libcexpr-08456b58af6b41ae.rmeta --extern clang_sys=/opt/rustwide/target/debug/deps/libclang_sys-c2b4508e7143af25.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-741c6b9f189e43e9.rmeta --extern lazycell=/opt/rustwide/target/debug/deps/liblazycell-089c1e2726d3acc9.rmeta --extern peeking_take_while=/opt/rustwide/target/debug/deps/libpeeking_take_while-d4f97294febd9b29.rmeta --extern prettyplease=/opt/rustwide/target/debug/deps/libprettyplease-dc6e31268bfeeafc.rmeta --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-16aa65c269b94be1.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-a36e532aafe25f76.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-c47df430eb8f1ad7.rmeta --extern rustc_hash=/opt/rustwide/target/debug/deps/librustc_hash-61722fad59b5c085.rmeta --extern shlex=/opt/rustwide/target/debug/deps/libshlex-d42f9967807a45e2.rmeta --extern syn=/opt/rustwide/target/debug/deps/libsyn-16294a6ade58c5e5.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `lalrpop` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name lalrpop --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/lalrpop-0.20.2/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 --cfg 'feature="default"' --cfg 'feature="lexer"' --cfg 'feature="pico-args"' --cfg 'feature="unicode"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("default", "lexer", "pico-args", "unicode"))' -C metadata=035854ae8e2c3a7e -C extra-filename=-466fbc467946682f --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ascii_canvas=/opt/rustwide/target/debug/deps/libascii_canvas-180fb4123160dc9c.rmeta --extern bit_set=/opt/rustwide/target/debug/deps/libbit_set-79922b41c81159fd.rmeta --extern ena=/opt/rustwide/target/debug/deps/libena-f6a2125beb4fd6fc.rmeta --extern itertools=/opt/rustwide/target/debug/deps/libitertools-ea50974b799e553b.rmeta --extern lalrpop_util=/opt/rustwide/target/debug/deps/liblalrpop_util-2f720b533319db7d.rmeta --extern petgraph=/opt/rustwide/target/debug/deps/libpetgraph-5de578a2ed9b16d1.rmeta --extern pico_args=/opt/rustwide/target/debug/deps/libpico_args-1048eee5f565874b.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-c47df430eb8f1ad7.rmeta --extern regex_syntax=/opt/rustwide/target/debug/deps/libregex_syntax-244f71d8274376fa.rmeta --extern string_cache=/opt/rustwide/target/debug/deps/libstring_cache-be3832a08c00b6eb.rmeta --extern term=/opt/rustwide/target/debug/deps/libterm-d425e0718eda8d20.rmeta --extern tiny_keccak=/opt/rustwide/target/debug/deps/libtiny_keccak-66f09b9d5977f4ef.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-f1e4f2ef993f31a6.rmeta --extern walkdir=/opt/rustwide/target/debug/deps/libwalkdir-8ae20663d92be6eb.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] [stderr] error: could not compile `tokio` (lib)
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/rustup-home/toolchains/beta-2025-10-28-x86_64-unknown-linux-gnu/bin/rustc --crate-name tokio --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/tokio-1.37.0/src/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="bytes"' --cfg 'feature="default"' --cfg 'feature="fs"' --cfg 'feature="io-std"' --cfg 'feature="io-util"' --cfg 'feature="libc"' --cfg 'feature="macros"' --cfg 'feature="mio"' --cfg 'feature="net"' --cfg 'feature="num_cpus"' --cfg 'feature="rt"' --cfg 'feature="rt-multi-thread"' --cfg 'feature="socket2"' --cfg 'feature="sync"' --cfg 'feature="time"' --cfg 'feature="tokio-macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("bytes", "default", "fs", "full", "io-std", "io-util", "libc", "macros", "mio", "net", "num_cpus", "parking_lot", "process", "rt", "rt-multi-thread", "signal", "signal-hook-registry", "socket2", "sync", "test-util", "time", "tokio-macros", "tracing", "windows-sys"))' -C metadata=a3e294a82cfceffd -C extra-filename=-c4a85457683bd2e0 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern bytes=/opt/rustwide/target/debug/deps/libbytes-dd4ac862f0f971d3.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-b669bff3aebfb715.rmeta --extern mio=/opt/rustwide/target/debug/deps/libmio-ddd1363d3105a0d0.rmeta --extern num_cpus=/opt/rustwide/target/debug/deps/libnum_cpus-55776de6859e19b2.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-97aa6b805b8a1afa.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-b8bfb4c4c2d5bbb9.rmeta --extern tokio_macros=/opt/rustwide/target/debug/deps/libtokio_macros-f3263cd1429daf55.so --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill)
[INFO] running `Command { std: "docker" "inspect" "f0dfad935430aff76487842bd652d0c8e8ba8650c858ac18796fbc5c783dbcbc", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "f0dfad935430aff76487842bd652d0c8e8ba8650c858ac18796fbc5c783dbcbc", kill_on_drop: false }`
[INFO] [stdout] f0dfad935430aff76487842bd652d0c8e8ba8650c858ac18796fbc5c783dbcbc
