[INFO] cloning repository https://github.com/initinll-rust/email_newsletter_api [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/initinll-rust/email_newsletter_api" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finitinll-rust%2Femail_newsletter_api", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finitinll-rust%2Femail_newsletter_api'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 9dc9752b462001b46584bf9af252ed95150bec88 [INFO] testing initinll-rust/email_newsletter_api against 1.86.0 for beta-1.87-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Finitinll-rust%2Femail_newsletter_api" "/workspace/builds/worker-5-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/initinll-rust/email_newsletter_api on toolchain 1.86.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.86.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/initinll-rust/email_newsletter_api [INFO] finished tweaking git repo https://github.com/initinll-rust/email_newsletter_api [INFO] tweaked toml for git repo https://github.com/initinll-rust/email_newsletter_api written to /workspace/builds/worker-5-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/initinll-rust/email_newsletter_api 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.86.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded tracing-bunyan-formatter v0.3.6 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] fc7ceef17ecc0379b189dd3c2caa930b755e7cd47ee5f38a7d843ac3244cfcfa [INFO] running `Command { std: "docker" "start" "-a" "fc7ceef17ecc0379b189dd3c2caa930b755e7cd47ee5f38a7d843ac3244cfcfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fc7ceef17ecc0379b189dd3c2caa930b755e7cd47ee5f38a7d843ac3244cfcfa", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fc7ceef17ecc0379b189dd3c2caa930b755e7cd47ee5f38a7d843ac3244cfcfa", kill_on_drop: false }` [INFO] [stdout] fc7ceef17ecc0379b189dd3c2caa930b755e7cd47ee5f38a7d843ac3244cfcfa [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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=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:b0b074c097205a61b89e8ad263052f976b2b332c4dc5f02aef1fe52501660d6e" "/opt/rustwide/cargo-home/bin/cargo" "+1.86.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 2a366961665790a37dea3e3b035d54f2b39355d0d6cb532c677e36e0aa8d7a42 [INFO] running `Command { std: "docker" "start" "-a" "2a366961665790a37dea3e3b035d54f2b39355d0d6cb532c677e36e0aa8d7a42", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.139 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.49 [INFO] [stderr] Compiling unicode-ident v1.0.6 [INFO] [stderr] Compiling quote v1.0.23 [INFO] [stderr] Compiling syn v1.0.107 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling bytes v1.3.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling serde_derive v1.0.151 [INFO] [stderr] Compiling serde v1.0.151 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling itoa v1.0.5 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling futures-task v0.3.25 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling tokio v1.23.0 [INFO] [stderr] Compiling futures-util v0.3.25 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling thiserror v1.0.38 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling futures-sink v0.3.25 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling paste v1.0.11 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling jobserver v0.1.25 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling socket2 v0.4.7 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling mio v0.8.5 [INFO] [stderr] Compiling cc v1.0.78 [INFO] [stderr] Compiling signal-hook-registry v1.4.0 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling serde_json v1.0.91 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling regex-syntax v0.6.28 [INFO] [stderr] Compiling ryu v1.0.12 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling indexmap v1.9.2 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling parking_lot_core v0.8.6 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling http v0.2.8 [INFO] [stderr] Compiling instant v0.1.12 [INFO] [stderr] Compiling minimal-lexical v0.2.1 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling futures-channel v0.3.25 [INFO] [stderr] Compiling bytestring v1.2.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling zstd-safe v5.0.2+zstd.1.5.2 [INFO] [stderr] Compiling nom v7.1.1 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling crossbeam-queue v0.3.8 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling time-macros v0.2.6 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling zstd-sys v2.0.4+zstd.1.5.2 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling regex v1.7.0 [INFO] [stderr] Compiling parking_lot v0.11.2 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling dirs-sys v0.3.7 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling crc-catalog v2.1.0 [INFO] [stderr] Compiling unicode_categories v0.1.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling crc v3.0.0 [INFO] [stderr] Compiling dirs v4.0.0 [INFO] [stderr] Compiling futures-intrusive v0.4.2 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling atoi v1.0.0 [INFO] [stderr] Compiling md-5 v0.10.5 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling rustls-pemfile v1.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling dotenvy v0.15.6 [INFO] [stderr] Compiling byteorder v1.4.3 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling whoami v1.3.0 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Compiling regex-automata v0.1.10 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling sha2 v0.10.6 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling unicode-segmentation v1.10.0 [INFO] [stderr] Compiling overload v0.1.1 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.60 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling dlv-list v0.3.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling uuid v1.2.2 [INFO] [stderr] Compiling ordered-multimap v0.4.3 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling nu-ansi-term v0.46.0 [INFO] [stderr] Compiling tracing-log v0.1.3 [INFO] [stderr] Compiling sharded-slab v0.1.4 [INFO] [stderr] Compiling matchers v0.1.0 [INFO] [stderr] Compiling thread_local v1.1.4 [INFO] [stderr] Compiling linked-hash-map v0.5.6 [INFO] [stderr] Compiling rust-ini v0.18.0 [INFO] [stderr] Compiling uuid v0.8.2 [INFO] [stderr] Compiling yaml-rust v0.4.5 [INFO] [stderr] Compiling gethostname v0.2.3 [INFO] [stderr] Compiling pathdiff v0.2.1 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling tokio-stream v0.1.11 [INFO] [stderr] Compiling tokio-macros v1.8.2 [INFO] [stderr] Compiling tracing-attributes v0.1.23 [INFO] [stderr] Compiling thiserror-impl v1.0.38 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling pin-project-internal v1.0.12 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling pest v2.5.2 [INFO] [stderr] Compiling pin-project v1.0.12 [INFO] [stderr] Compiling tracing-subscriber v0.3.16 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling pest_meta v2.5.2 [INFO] [stderr] Compiling pest_generator v2.5.2 [INFO] [stderr] Compiling tokio-rustls v0.23.4 [INFO] [stderr] Compiling sqlx-rt v0.6.2 [INFO] [stderr] Compiling zstd v0.11.2+zstd.1.5.2 [INFO] [stderr] Compiling pest_derive v2.5.2 [INFO] [stderr] Compiling tokio-util v0.7.4 [INFO] [stderr] Compiling actix-rt v2.7.0 [INFO] [stderr] Compiling actix-server v2.1.1 [INFO] [stderr] Compiling either v1.8.0 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling toml v0.5.10 [INFO] [stderr] Compiling json5 v0.4.1 [INFO] [stderr] Compiling ron v0.7.1 [INFO] [stderr] Compiling h2 v0.3.15 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling secrecy v0.8.0 [INFO] [stderr] Compiling itertools v0.10.5 [INFO] [stderr] Compiling actix-web-codegen v4.1.0 [INFO] [stderr] Compiling sqlformat v0.2.0 [INFO] [stderr] Compiling config v0.13.3 [INFO] [stderr] Compiling tracing-bunyan-formatter v0.3.6 [INFO] [stderr] Compiling actix-http v3.2.2 [INFO] [stderr] Compiling sqlx-core v0.6.2 [INFO] [stderr] Compiling actix-web v4.2.1 [INFO] [stderr] Compiling tracing-actix-web v0.5.1 [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 `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/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name actix_web --edition=2018 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/actix-web-4.2.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=2 --cfg 'feature="__compress"' --cfg 'feature="actix-macros"' --cfg 'feature="actix-web-codegen"' --cfg 'feature="compress-brotli"' --cfg 'feature="compress-gzip"' --cfg 'feature="compress-zstd"' --cfg 'feature="cookie"' --cfg 'feature="cookies"' --cfg 'feature="default"' --cfg 'feature="macros"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("__compress", "actix-macros", "actix-tls", "actix-web-codegen", "compress-brotli", "compress-gzip", "compress-zstd", "cookie", "cookies", "default", "experimental-io-uring", "macros", "openssl", "rustls", "secure-cookies"))' -C metadata=16b2b2263f6d47e3 -C extra-filename=-7a248451cbec39dd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern actix_codec=/opt/rustwide/target/debug/deps/libactix_codec-d4eac8c2a82cfb02.rmeta --extern actix_http=/opt/rustwide/target/debug/deps/libactix_http-29070b49c39cf9c9.rmeta --extern actix_macros=/opt/rustwide/target/debug/deps/libactix_macros-12cab3cecb722e5b.so --extern actix_router=/opt/rustwide/target/debug/deps/libactix_router-0e9a24b058757231.rmeta --extern actix_rt=/opt/rustwide/target/debug/deps/libactix_rt-39389b53ea35e14e.rmeta --extern actix_server=/opt/rustwide/target/debug/deps/libactix_server-0c88e25fb50d1a81.rmeta --extern actix_service=/opt/rustwide/target/debug/deps/libactix_service-d7f9c1a7eb2daa2a.rmeta --extern actix_utils=/opt/rustwide/target/debug/deps/libactix_utils-cee7aade7bea0ae5.rmeta --extern actix_web_codegen=/opt/rustwide/target/debug/deps/libactix_web_codegen-7fd25bfab0c72e7f.so --extern ahash=/opt/rustwide/target/debug/deps/libahash-0e6cf5c57e38f461.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-a85bb333a4dc87c5.rmeta --extern bytestring=/opt/rustwide/target/debug/deps/libbytestring-82a5d408743fa741.rmeta --extern cfg_if=/opt/rustwide/target/debug/deps/libcfg_if-da7e6a5cb20f1238.rmeta --extern cookie=/opt/rustwide/target/debug/deps/libcookie-fccc5399ed759ae5.rmeta --extern derive_more=/opt/rustwide/target/debug/deps/libderive_more-bc6507fb7034ec71.so --extern encoding_rs=/opt/rustwide/target/debug/deps/libencoding_rs-180eca0c412cb471.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-ccef24f1cb817bc4.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-7f3bbac85cf23790.rmeta --extern http=/opt/rustwide/target/debug/deps/libhttp-333930dd43a1ddad.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-aeff9c237059bc80.rmeta --extern language_tags=/opt/rustwide/target/debug/deps/liblanguage_tags-c81abdb75cac1af9.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e55dba2a5e316763.rmeta --extern mime=/opt/rustwide/target/debug/deps/libmime-781eeaf649dc1bef.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-dbb3d6a557ed4f1b.rmeta --extern pin_project_lite=/opt/rustwide/target/debug/deps/libpin_project_lite-4fae58c4d3c5fd45.rmeta --extern regex=/opt/rustwide/target/debug/deps/libregex-2eba87f27c0371fb.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-66dc4337fac98c27.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-5e5e05bebf01add5.rmeta --extern serde_urlencoded=/opt/rustwide/target/debug/deps/libserde_urlencoded-794071b6a678cad7.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-6b83f3602fd15511.rmeta --extern socket2=/opt/rustwide/target/debug/deps/libsocket2-172e6e487ffa6b91.rmeta --extern time=/opt/rustwide/target/debug/deps/libtime-9d6b9dfbef97c71f.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-3bb400a0df9749ce.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/zstd-sys-cbcace0c967f5be7/out` (exit status: 101) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `sqlx-core` (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/1.86.0-x86_64-unknown-linux-gnu/bin/rustc --crate-name sqlx_core --edition=2021 /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/sqlx-core-0.6.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="_rt-tokio"' --cfg 'feature="_tls-rustls"' --cfg 'feature="base64"' --cfg 'feature="chrono"' --cfg 'feature="crc"' --cfg 'feature="dirs"' --cfg 'feature="hkdf"' --cfg 'feature="hmac"' --cfg 'feature="json"' --cfg 'feature="md-5"' --cfg 'feature="migrate"' --cfg 'feature="offline"' --cfg 'feature="postgres"' --cfg 'feature="rand"' --cfg 'feature="runtime-tokio-rustls"' --cfg 'feature="rustls"' --cfg 'feature="rustls-pemfile"' --cfg 'feature="serde"' --cfg 'feature="serde_json"' --cfg 'feature="sha1"' --cfg 'feature="sha2"' --cfg 'feature="tokio-stream"' --cfg 'feature="uuid"' --cfg 'feature="webpki-roots"' --cfg 'feature="whoami"' --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values("_rt-async-std", "_rt-tokio", "_tls-native-tls", "_tls-rustls", "all-databases", "all-types", "any", "base64", "bigdecimal", "bigdecimal_", "bit-vec", "bstr", "chrono", "crc", "decimal", "default", "digest", "dirs", "encoding_rs", "flume", "futures-executor", "generic-array", "git2", "hkdf", "hmac", "ipnetwork", "json", "libsqlite3-sys", "mac_address", "md-5", "migrate", "mssql", "mysql", "num-bigint", "offline", "postgres", "rand", "regex", "rsa", "runtime-actix-native-tls", "runtime-actix-rustls", "runtime-async-std-native-tls", "runtime-async-std-rustls", "runtime-tokio-native-tls", "runtime-tokio-rustls", "rust_decimal", "rustls", "rustls-pemfile", "serde", "serde_json", "sha1", "sha2", "sqlite", "time", "tokio-stream", "uuid", "webpki-roots", "whoami"))' -C metadata=9ae165e05f574a31 -C extra-filename=-cee8b48f082adcdb --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ahash=/opt/rustwide/target/debug/deps/libahash-0e6cf5c57e38f461.rmeta --extern atoi=/opt/rustwide/target/debug/deps/libatoi-65666e708326dc67.rmeta --extern base64=/opt/rustwide/target/debug/deps/libbase64-728886d4cd5b22e0.rmeta --extern bitflags=/opt/rustwide/target/debug/deps/libbitflags-817ea04a92d50a33.rmeta --extern byteorder=/opt/rustwide/target/debug/deps/libbyteorder-344f98bb8a1c7b07.rmeta --extern bytes=/opt/rustwide/target/debug/deps/libbytes-a85bb333a4dc87c5.rmeta --extern chrono=/opt/rustwide/target/debug/deps/libchrono-12c0c970238b8718.rmeta --extern crc=/opt/rustwide/target/debug/deps/libcrc-3b0d07512cef3615.rmeta --extern crossbeam_queue=/opt/rustwide/target/debug/deps/libcrossbeam_queue-19bc6a06f610fa1b.rmeta --extern dirs=/opt/rustwide/target/debug/deps/libdirs-2978073797e7eb57.rmeta --extern dotenvy=/opt/rustwide/target/debug/deps/libdotenvy-8262b5f46cffee23.rmeta --extern either=/opt/rustwide/target/debug/deps/libeither-0fe6d27351533106.rmeta --extern event_listener=/opt/rustwide/target/debug/deps/libevent_listener-f4fa7fd2684bc381.rmeta --extern futures_channel=/opt/rustwide/target/debug/deps/libfutures_channel-7f3e706d96748be2.rmeta --extern futures_core=/opt/rustwide/target/debug/deps/libfutures_core-ccef24f1cb817bc4.rmeta --extern futures_intrusive=/opt/rustwide/target/debug/deps/libfutures_intrusive-e6c344f2a6a43246.rmeta --extern futures_util=/opt/rustwide/target/debug/deps/libfutures_util-7f3bbac85cf23790.rmeta --extern hashlink=/opt/rustwide/target/debug/deps/libhashlink-0ec5a673c5da0b9f.rmeta --extern hex=/opt/rustwide/target/debug/deps/libhex-a276c7928810d3f2.rmeta --extern hkdf=/opt/rustwide/target/debug/deps/libhkdf-bc1f3bad60319a5a.rmeta --extern hmac=/opt/rustwide/target/debug/deps/libhmac-58b7239023257e1a.rmeta --extern indexmap=/opt/rustwide/target/debug/deps/libindexmap-0a9c706591a52de9.rmeta --extern itoa=/opt/rustwide/target/debug/deps/libitoa-aeff9c237059bc80.rmeta --extern libc=/opt/rustwide/target/debug/deps/liblibc-b8c840f80f638149.rmeta --extern log=/opt/rustwide/target/debug/deps/liblog-e55dba2a5e316763.rmeta --extern md5=/opt/rustwide/target/debug/deps/libmd5-62958c3656e80ac5.rmeta --extern memchr=/opt/rustwide/target/debug/deps/libmemchr-4ae02b283530c1ee.rmeta --extern once_cell=/opt/rustwide/target/debug/deps/libonce_cell-dbb3d6a557ed4f1b.rmeta --extern paste=/opt/rustwide/target/debug/deps/libpaste-eb6c485250619e73.so --extern percent_encoding=/opt/rustwide/target/debug/deps/libpercent_encoding-6a4573bfc91732aa.rmeta --extern rand=/opt/rustwide/target/debug/deps/librand-53cce22a487e062d.rmeta --extern rustls=/opt/rustwide/target/debug/deps/librustls-a672841543ce6561.rmeta --extern rustls_pemfile=/opt/rustwide/target/debug/deps/librustls_pemfile-146e7d8b53818d16.rmeta --extern serde=/opt/rustwide/target/debug/deps/libserde-66dc4337fac98c27.rmeta --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-5e5e05bebf01add5.rmeta --extern sha1=/opt/rustwide/target/debug/deps/libsha1-6970224a899d246b.rmeta --extern sha2=/opt/rustwide/target/debug/deps/libsha2-7550dc2682c8f01f.rmeta --extern smallvec=/opt/rustwide/target/debug/deps/libsmallvec-6b83f3602fd15511.rmeta --extern sqlformat=/opt/rustwide/target/debug/deps/libsqlformat-1d0e8b0e3a06bcd2.rmeta --extern sqlx_rt=/opt/rustwide/target/debug/deps/libsqlx_rt-8e2a99209d153ebc.rmeta --extern stringprep=/opt/rustwide/target/debug/deps/libstringprep-f312d4c0c7e583a5.rmeta --extern thiserror=/opt/rustwide/target/debug/deps/libthiserror-a696d86b5b17ca45.rmeta --extern tokio_stream=/opt/rustwide/target/debug/deps/libtokio_stream-737ba365e09e498b.rmeta --extern url=/opt/rustwide/target/debug/deps/liburl-3bb400a0df9749ce.rmeta --extern uuid=/opt/rustwide/target/debug/deps/libuuid-ef7dd92b1d08b243.rmeta --extern webpki_roots=/opt/rustwide/target/debug/deps/libwebpki_roots-812644bed0d41e5d.rmeta --extern whoami=/opt/rustwide/target/debug/deps/libwhoami-81f90d347bc09b54.rmeta --cap-lints allow --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-41d9ae110d0bbdcd/out` (exit status: 101) [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta8h4Ddt/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `sqlx-core` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "2a366961665790a37dea3e3b035d54f2b39355d0d6cb532c677e36e0aa8d7a42", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "2a366961665790a37dea3e3b035d54f2b39355d0d6cb532c677e36e0aa8d7a42", kill_on_drop: false }` [INFO] [stdout] 2a366961665790a37dea3e3b035d54f2b39355d0d6cb532c677e36e0aa8d7a42