[INFO] cloning repository https://github.com/leepl37/create_ftp_file [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/leepl37/create_ftp_file" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleepl37%2Fcreate_ftp_file", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleepl37%2Fcreate_ftp_file'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 393d400342a06782fa1ac2fe43e5224090323200 [INFO] building leepl37/create_ftp_file against try#334963c956d25708feab489a3816ae63f639355d for pr-135216 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fleepl37%2Fcreate_ftp_file" "/workspace/builds/worker-1-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-1-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/leepl37/create_ftp_file on toolchain 334963c956d25708feab489a3816ae63f639355d [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/leepl37/create_ftp_file [INFO] finished tweaking git repo https://github.com/leepl37/create_ftp_file [INFO] tweaked toml for git repo https://github.com/leepl37/create_ftp_file written to /workspace/builds/worker-1-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/leepl37/create_ftp_file 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" "+334963c956d25708feab489a3816ae63f639355d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 3a88a2637365a613f7afb29b156976245a6d7e671ac8e81801fea07f0ff491a0 [INFO] running `Command { std: "docker" "start" "-a" "3a88a2637365a613f7afb29b156976245a6d7e671ac8e81801fea07f0ff491a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "3a88a2637365a613f7afb29b156976245a6d7e671ac8e81801fea07f0ff491a0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "3a88a2637365a613f7afb29b156976245a6d7e671ac8e81801fea07f0ff491a0", kill_on_drop: false }` [INFO] [stdout] 3a88a2637365a613f7afb29b156976245a6d7e671ac8e81801fea07f0ff491a0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1-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:f3a9d4ad9d972b27faf3965f35b62e55ba32bbce8f20bc8fe909558a86702fde" "/opt/rustwide/cargo-home/bin/cargo" "+334963c956d25708feab489a3816ae63f639355d" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] e90e36b5efb5a6f32be7599fb46a7ea9ad9230d1b71347e6783597d6c4a6d212 [INFO] running `Command { std: "docker" "start" "-a" "e90e36b5efb5a6f32be7599fb46a7ea9ad9230d1b71347e6783597d6c4a6d212", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.29 [INFO] [stderr] Compiling unicode-xid v0.2.2 [INFO] [stderr] Compiling syn v1.0.76 [INFO] [stderr] Compiling libc v0.2.101 [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling serde_derive v1.0.130 [INFO] [stderr] Compiling serde v1.0.130 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.4.1 [INFO] [stderr] Compiling futures-core v0.3.17 [INFO] [stderr] Compiling proc-macro-hack v0.5.19 [INFO] [stderr] Compiling pin-project-lite v0.2.7 [INFO] [stderr] Compiling futures-sink v0.3.17 [INFO] [stderr] Compiling slab v0.4.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling futures-channel v0.3.17 [INFO] [stderr] Compiling proc-macro-nested v0.1.7 [INFO] [stderr] Compiling version_check v0.9.3 [INFO] [stderr] Compiling futures-task v0.3.17 [INFO] [stderr] Compiling cfg-if v0.1.10 [INFO] [stderr] Compiling futures-io v0.3.17 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling smallvec v1.6.1 [INFO] [stderr] Compiling bytes v0.5.6 [INFO] [stderr] Compiling pin-project-lite v0.1.12 [INFO] [stderr] Compiling bytes v1.1.0 [INFO] [stderr] Compiling itoa v0.4.8 [INFO] [stderr] Compiling parking_lot_core v0.8.5 [INFO] [stderr] Compiling instant v0.1.10 [INFO] [stderr] Compiling pin-project-internal v0.4.28 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling matches v0.1.9 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling lock_api v0.4.5 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling tinyvec v1.3.1 [INFO] [stderr] Compiling hashbrown v0.11.2 [INFO] [stderr] Compiling form_urlencoded v1.0.1 [INFO] [stderr] Compiling futures-macro v0.3.17 [INFO] [stderr] Compiling futures-util v0.3.17 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling indexmap v1.7.0 [INFO] [stderr] Compiling standback v0.2.17 [INFO] [stderr] Compiling tracing-core v0.1.19 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling typenum v1.14.0 [INFO] [stderr] Compiling linked-hash-map v0.5.4 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling net2 v0.2.37 [INFO] [stderr] Compiling iovec v0.1.4 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling http v0.2.4 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling unicode-bidi v0.3.6 [INFO] [stderr] Compiling copyless v0.1.5 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.10 [INFO] [stderr] Compiling unicode-segmentation v1.8.0 [INFO] [stderr] Compiling async-trait v0.1.51 [INFO] [stderr] Compiling httparse v1.5.1 [INFO] [stderr] Compiling unicode-normalization v0.1.19 [INFO] [stderr] Compiling cc v1.0.70 [INFO] [stderr] Compiling const_fn v0.4.8 [INFO] [stderr] Compiling match_cfg v0.1.0 [INFO] [stderr] Compiling serde_json v1.0.67 [INFO] [stderr] Compiling winapi-build v0.1.1 [INFO] [stderr] Compiling heck v0.3.3 [INFO] [stderr] Compiling hostname v0.3.1 [INFO] [stderr] Compiling time v0.2.27 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling tokio v1.11.0 [INFO] [stderr] Compiling aho-corasick v0.7.18 [INFO] [stderr] Compiling encoding_rs v0.8.28 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling regex-syntax v0.6.25 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling kernel32-sys v0.2.2 [INFO] [stderr] Compiling resolv-conf v0.7.0 [INFO] [stderr] Compiling lru-cache v0.1.2 [INFO] [stderr] Compiling cookie v0.14.4 [INFO] [stderr] Compiling num-iter v0.1.42 [INFO] [stderr] Compiling winapi v0.2.8 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling time v0.1.44 [INFO] [stderr] Compiling idna v0.2.3 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling cpufeatures v0.2.1 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Compiling fxhash v0.2.1 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling url v2.2.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling language-tags v0.2.2 [INFO] [stderr] Compiling anyhow v1.0.44 [INFO] [stderr] Compiling sha-1 v0.9.8 [INFO] [stderr] Compiling traitobject v0.1.0 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling unsafe-any v0.4.2 [INFO] [stderr] Compiling http-body v0.4.3 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Compiling num v0.1.42 [INFO] [stderr] Compiling ordered-float v2.8.0 [INFO] [stderr] Compiling flate2 v1.0.21 [INFO] [stderr] Compiling bytestring v1.0.0 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling socket2 v0.4.1 [INFO] [stderr] Compiling dtoa v0.4.8 [INFO] [stderr] Compiling httpdate v1.0.1 [INFO] [stderr] Compiling tower-service v0.3.1 [INFO] [stderr] Compiling utf8-ranges v0.1.3 [INFO] [stderr] Compiling regex-syntax v0.3.9 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling typemap v0.3.3 [INFO] [stderr] Compiling chrono v0.4.19 [INFO] [stderr] Compiling thread-id v3.3.0 [INFO] [stderr] Compiling humantime v2.1.0 [INFO] [stderr] Compiling arc-swap v0.4.8 [INFO] [stderr] Compiling lazy_static v0.1.16 [INFO] [stderr] Compiling ipnet v2.3.1 [INFO] [stderr] Compiling log-mdc v0.1.0 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling regex v1.5.4 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling ftp v3.0.1 [INFO] [stderr] Compiling derive_more v0.99.16 [INFO] [stderr] Compiling actix-macros v0.1.3 [INFO] [stderr] Compiling thiserror-impl v1.0.29 [INFO] [stderr] Compiling time-macros-impl v0.1.2 [INFO] [stderr] Compiling enum-as-inner v0.3.3 [INFO] [stderr] Compiling pin-project-internal v1.0.8 [INFO] [stderr] Compiling actix-web-codegen v0.4.0 [INFO] [stderr] Compiling derivative v2.2.0 [INFO] [stderr] Compiling time-macros v0.1.1 [INFO] [stderr] Compiling thiserror v1.0.29 [INFO] [stderr] Compiling pin-project v1.0.8 [INFO] [stderr] Compiling pin-project v0.4.28 [INFO] [stderr] Compiling brotli2 v0.3.2 [INFO] [stderr] Compiling actix-service v1.0.6 [INFO] [stderr] Compiling futures v0.3.17 [INFO] [stderr] Compiling serde_urlencoded v0.7.0 [INFO] [stderr] Compiling serde_yaml v0.8.21 [INFO] [stderr] Compiling serde-value v0.7.0 [INFO] [stderr] Compiling mio v0.6.23 [INFO] [stderr] Compiling actix-threadpool v0.3.3 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling mio v0.7.13 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling actix-router v0.2.7 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling log4rs v1.0.0 [INFO] [stderr] Compiling mio-uds v0.6.8 [INFO] [stderr] Compiling tokio v0.2.25 [INFO] [stderr] Compiling tokio-util v0.6.8 [INFO] [stderr] Compiling h2 v0.3.4 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling actix-rt v1.1.1 [INFO] [stderr] Compiling trust-dns-proto v0.19.7 [INFO] [stderr] Compiling actix-codec v0.3.0 [INFO] [stderr] Compiling h2 v0.2.7 [INFO] [stderr] Compiling actix-utils v2.0.0 [INFO] [stderr] Compiling actix-server v1.0.4 [INFO] [stderr] Compiling actix-tls v2.0.0 [INFO] [stderr] Compiling actix-testing v1.0.1 [INFO] [stderr] Compiling trust-dns-resolver v0.19.7 [INFO] [stderr] Compiling actix-connect v2.0.0 [INFO] [stderr] Compiling hyper v0.14.12 [INFO] [stderr] Compiling actix-http v2.2.1 [INFO] [stderr] Compiling reqwest v0.11.4 [INFO] [stderr] Compiling awc v2.0.3 [INFO] [stderr] Compiling actix-web v3.3.2 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `reqwest` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name reqwest --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/reqwest-0.11.4/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="blocking"' --cfg 'feature="json"' --cfg 'feature="serde_json"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__internal_proxy_sys_no_cache", "__rustls", "__tls", "async-compression", "blocking", "brotli", "cookie_crate", "cookie_store", "cookies", "default", "default-tls", "deflate", "gzip", "hyper-rustls", "hyper-tls", "json", "mime_guess", "multipart", "native-tls", "native-tls-alpn", "native-tls-crate", "native-tls-vendored", "rustls", "rustls-native-certs", "rustls-tls", "rustls-tls-manual-roots", "rustls-tls-native-roots", "rustls-tls-webpki-roots", "serde_json", "socks", "stream", "time", "tokio-native-tls", "tokio-rustls", "tokio-socks", "tokio-util", "trust-dns", "trust-dns-resolver", "webpki-roots"))' -C metadata=4575ddb1e81c6d78 -C extra-filename=-c2bca110f9d04d49 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern base64=/opt/rustwide/target/debug/deps/libbase64-beb813779272318b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-8210432e63828fd8.rmeta --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-c25808eaf3ce54dc.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-ec08dab991ea673f.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-f78b4cbccfc2f699.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-51394cfe9f922024.rmeta --extern http_body=/opt/rustwide/target/debug/deps/libhttp_body-a5f76096dc10c015.rmeta --extern hyper=/opt/rustwide/target/debug/deps/libhyper-d732c84954894ca7.rlib --extern ipnet=/opt/rustwide/target/debug/deps/libipnet-d00728d2c9f4b503.rmeta --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-2bb390fee0230a38.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-2f9bc4b7c131710a.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-2ae9ff56ceb854d4.rmeta --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-d8e5e041794fd24f.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-e686f189f307e605.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-baf4b6cf6b9502de.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-95fe5a57abc756c4.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-bad74505bddb9d89.rmeta --extern tokio=/opt/rustwide/target/debug/deps/libtokio-22f0e9858d72514c.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-d91d9783be342e32.rmeta --cap-lints allow --cap-lints=forbid` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `actix-web` (lib) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/334963c956d25708feab489a3816ae63f639355d/bin/rustc --crate-name actix_web --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-3.3.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 -C debuginfo=2 --cfg 'feature="compress"' --cfg 'feature="default"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("compress", "default", "open-ssl", "openssl", "rust-tls", "rustls", "secure-cookies"))' -C metadata=c2aa777709c9e635 -C extra-filename=-9f8c85ec7c095a78 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_codec=/opt/rustwide/target/debug/deps/libactix_codec-e11ece487f7dd6fb.rmeta --extern actix_http=/opt/rustwide/target/debug/deps/libactix_http-86845b67be3fdc5e.rmeta --extern actix_macros=/opt/rustwide/target/debug/deps/libactix_macros-f979c4e4b5ffced3.so --extern actix_router=/opt/rustwide/target/debug/deps/libactix_router-9792f560669f53e1.rmeta --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-fcf5467c7ed85c02.rmeta --extern actix_server=/opt/rustwide/target/debug/deps/libactix_server-a71ae3309b5d2bd0.rmeta --extern actix_service=/opt/rustwide/target/debug/deps/libactix_service-7db61e78019a5037.rmeta --extern actix_testing=/opt/rustwide/target/debug/deps/libactix_testing-7b7cbc2b4abcd6b8.rmeta --extern actix_threadpool=/opt/rustwide/target/debug/deps/libactix_threadpool-6c59e87cb9465da2.rmeta --extern actix_tls=/opt/rustwide/target/debug/deps/libactix_tls-63160261a41c40b9.rmeta --extern actix_utils=/opt/rustwide/target/debug/deps/libactix_utils-f74a4ab554045112.rmeta --extern actix_web_codegen=/opt/rustwide/target/debug/deps/libactix_web_codegen-ecc3cbe7f965b214.so --extern awc=/opt/rustwide/target/debug/deps/libawc-ad9ce46423ee630b.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-28d97c987ff6326d.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-a9be3ab866217613.so --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-c25808eaf3ce54dc.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-2958bad109f02b4b.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-ec08dab991ea673f.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-f78b4cbccfc2f699.rmeta --extern fxhash=/opt/rustwide/target/debug/deps/libfxhash-411924b02c1e305e.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-2f9bc4b7c131710a.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-2ae9ff56ceb854d4.rmeta --extern pin_project=/opt/rustwide/target/debug/deps/libpin_project-335bf96a703f7f52.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-4da352a400170b4f.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-baf4b6cf6b9502de.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-95fe5a57abc756c4.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-bad74505bddb9d89.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-b2fb7e7bf9a790c0.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-a9ab65c6000303f5.rmeta --extern tinyvec=/opt/rustwide/target/debug/deps/libtinyvec-b19c7039149a2c39.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-d91d9783be342e32.rmeta --cap-lints allow --cap-lints=forbid -L native=/opt/rustwide/target/debug/build/brotli-sys-aacd1246d9dba45c/out` (exit status: 101) [INFO] running `Command { std: "docker" "inspect" "e90e36b5efb5a6f32be7599fb46a7ea9ad9230d1b71347e6783597d6c4a6d212", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "e90e36b5efb5a6f32be7599fb46a7ea9ad9230d1b71347e6783597d6c4a6d212", kill_on_drop: false }` [INFO] [stdout] e90e36b5efb5a6f32be7599fb46a7ea9ad9230d1b71347e6783597d6c4a6d212