[INFO] cloning repository https://github.com/making-rockets/axum [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/making-rockets/axum" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] f907b29fece2560983156c683672562b7c2e4bdb [INFO] checking making-rockets/axum against try#f3dc08d20a1589b87bde75bb82ee6423307f9bde for pr-135733 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/making-rockets/axum on toolchain f3dc08d20a1589b87bde75bb82ee6423307f9bde [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/making-rockets/axum [INFO] finished tweaking git repo https://github.com/making-rockets/axum [INFO] tweaked toml for git repo https://github.com/making-rockets/axum written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/making-rockets/axum 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" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum, since `default-features` was not specified for `workspace.dependencies.axum`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum-extra, since `default-features` was not specified for `workspace.dependencies.axum-extra`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum-server, since `default-features` was not specified for `workspace.dependencies.axum-server`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for bytes, since `default-features` was not specified for `workspace.dependencies.bytes`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for captcha_rust, since `default-features` was not specified for `workspace.dependencies.captcha_rust`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for chrono, since `default-features` was not specified for `workspace.dependencies.chrono`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for delay_timer, since `default-features` was not specified for `workspace.dependencies.delay_timer`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for futures, since `default-features` was not specified for `workspace.dependencies.futures`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for headers, since `default-features` was not specified for `workspace.dependencies.headers`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for hyper, since `default-features` was not specified for `workspace.dependencies.hyper`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for jsonwebtoken, since `default-features` was not specified for `workspace.dependencies.jsonwebtoken`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for md5, since `default-features` was not specified for `workspace.dependencies.md5`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for mime, since `default-features` was not specified for `workspace.dependencies.mime`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for once_cell, since `default-features` was not specified for `workspace.dependencies.once_cell`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for rand, since `default-features` was not specified for `workspace.dependencies.rand`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for reqwest, since `default-features` was not specified for `workspace.dependencies.reqwest`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for scru128, since `default-features` was not specified for `workspace.dependencies.scru128`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for sea-orm, since `default-features` was not specified for `workspace.dependencies.sea-orm`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for serde, since `default-features` was not specified for `workspace.dependencies.serde`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for serde_json, since `default-features` was not specified for `workspace.dependencies.serde_json`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for skytable, since `default-features` was not specified for `workspace.dependencies.skytable`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for sysinfo, since `default-features` was not specified for `workspace.dependencies.sysinfo`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tokio, since `default-features` was not specified for `workspace.dependencies.tokio`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tokio-stream, since `default-features` was not specified for `workspace.dependencies.tokio-stream`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for toml, since `default-features` was not specified for `workspace.dependencies.toml`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tower, since `default-features` was not specified for `workspace.dependencies.tower`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tower-http, since `default-features` was not specified for `workspace.dependencies.tower-http`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing, since `default-features` was not specified for `workspace.dependencies.tracing`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing-appender, since `default-features` was not specified for `workspace.dependencies.tracing-appender`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing-subscriber, since `default-features` was not specified for `workspace.dependencies.tracing-subscriber`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for user-agent-parser, since `default-features` was not specified for `workspace.dependencies.user-agent-parser`, this could become a hard error in the future [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-net v1.7.0 [INFO] [stderr] error: No space left on device (os error 28) [INFO] checking making-rockets/axum against try#f3dc08d20a1589b87bde75bb82ee6423307f9bde for pr-135733 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmaking-rockets%2Faxum" "/workspace/builds/worker-5-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/making-rockets/axum on toolchain f3dc08d20a1589b87bde75bb82ee6423307f9bde [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] removed /workspace/builds/worker-5-tc2/source/.cargo/config.toml [INFO] started tweaking git repo https://github.com/making-rockets/axum [INFO] finished tweaking git repo https://github.com/making-rockets/axum [INFO] tweaked toml for git repo https://github.com/making-rockets/axum written to /workspace/builds/worker-5-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/making-rockets/axum 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" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum, since `default-features` was not specified for `workspace.dependencies.axum`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum-extra, since `default-features` was not specified for `workspace.dependencies.axum-extra`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for axum-server, since `default-features` was not specified for `workspace.dependencies.axum-server`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for bytes, since `default-features` was not specified for `workspace.dependencies.bytes`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for captcha_rust, since `default-features` was not specified for `workspace.dependencies.captcha_rust`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for chrono, since `default-features` was not specified for `workspace.dependencies.chrono`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for delay_timer, since `default-features` was not specified for `workspace.dependencies.delay_timer`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for futures, since `default-features` was not specified for `workspace.dependencies.futures`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for headers, since `default-features` was not specified for `workspace.dependencies.headers`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for hyper, since `default-features` was not specified for `workspace.dependencies.hyper`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for jsonwebtoken, since `default-features` was not specified for `workspace.dependencies.jsonwebtoken`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for md5, since `default-features` was not specified for `workspace.dependencies.md5`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for mime, since `default-features` was not specified for `workspace.dependencies.mime`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for once_cell, since `default-features` was not specified for `workspace.dependencies.once_cell`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for rand, since `default-features` was not specified for `workspace.dependencies.rand`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for reqwest, since `default-features` was not specified for `workspace.dependencies.reqwest`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for scru128, since `default-features` was not specified for `workspace.dependencies.scru128`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for sea-orm, since `default-features` was not specified for `workspace.dependencies.sea-orm`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for serde, since `default-features` was not specified for `workspace.dependencies.serde`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for serde_json, since `default-features` was not specified for `workspace.dependencies.serde_json`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for skytable, since `default-features` was not specified for `workspace.dependencies.skytable`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for sysinfo, since `default-features` was not specified for `workspace.dependencies.sysinfo`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tokio, since `default-features` was not specified for `workspace.dependencies.tokio`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tokio-stream, since `default-features` was not specified for `workspace.dependencies.tokio-stream`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for toml, since `default-features` was not specified for `workspace.dependencies.toml`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tower, since `default-features` was not specified for `workspace.dependencies.tower`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tower-http, since `default-features` was not specified for `workspace.dependencies.tower-http`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing, since `default-features` was not specified for `workspace.dependencies.tracing`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing-appender, since `default-features` was not specified for `workspace.dependencies.tracing-appender`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for tracing-subscriber, since `default-features` was not specified for `workspace.dependencies.tracing-subscriber`, this could become a hard error in the future [INFO] [stderr] warning: /workspace/builds/worker-5-tc2/source/api/Cargo.toml: `default-features` is ignored for user-agent-parser, since `default-features` was not specified for `workspace.dependencies.user-agent-parser`, this could become a hard error in the future [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded user-agent-parser v0.3.4 [INFO] [stderr] Downloaded sysinfo v0.27.0 [INFO] [stderr] Downloaded concat-idents v1.1.4 [INFO] [stderr] Downloaded ipnet v2.6.0 [INFO] [stderr] Downloaded axum-extra v0.4.2 [INFO] [stderr] Downloaded scru128 v2.2.0 [INFO] [stderr] Downloaded delay_timer v0.11.3 [INFO] [stderr] Downloaded skytable v0.7.2 [INFO] [stderr] Downloaded async-net v1.7.0 [INFO] [stderr] Downloaded captcha_rust v0.1.3 [INFO] [stderr] Downloaded bb8 v0.8.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 1d54b5bae00b4a1854fa3d9dc17e73bda6d21e0785f06bc92046f77a94f10883 [INFO] running `Command { std: "docker" "start" "-a" "1d54b5bae00b4a1854fa3d9dc17e73bda6d21e0785f06bc92046f77a94f10883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "1d54b5bae00b4a1854fa3d9dc17e73bda6d21e0785f06bc92046f77a94f10883", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1d54b5bae00b4a1854fa3d9dc17e73bda6d21e0785f06bc92046f77a94f10883", kill_on_drop: false }` [INFO] [stdout] 1d54b5bae00b4a1854fa3d9dc17e73bda6d21e0785f06bc92046f77a94f10883 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5-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:3959728d45483eb673ba100a951a6b9f5012970368db2a9e08e0ac9b67c8a5ad" "/opt/rustwide/cargo-home/bin/cargo" "+f3dc08d20a1589b87bde75bb82ee6423307f9bde" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 8938cadfce6a235d1b1d4737224224307c8c35141be73a647daa7a8c32003a54 [INFO] running `Command { std: "docker" "start" "-a" "8938cadfce6a235d1b1d4737224224307c8c35141be73a647daa7a8c32003a54", kill_on_drop: false }` [INFO] [stderr] warning: virtual workspace defaulting to `resolver = "1"` despite one or more workspace members being on edition 2021 which implies `resolver = "2"` [INFO] [stderr] note: to keep the current resolver, specify `workspace.resolver = "1"` in the workspace root's manifest [INFO] [stderr] note: to use the edition 2021 resolver, specify `workspace.resolver = "2"` in the workspace root's manifest [INFO] [stderr] note: for more details see https://doc.rust-lang.org/cargo/reference/resolver.html#resolver-versions [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for anyhow, since `default-features` was not specified for `workspace.dependencies.anyhow`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for axum, since `default-features` was not specified for `workspace.dependencies.axum`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for axum-extra, since `default-features` was not specified for `workspace.dependencies.axum-extra`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for axum-server, since `default-features` was not specified for `workspace.dependencies.axum-server`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for bytes, since `default-features` was not specified for `workspace.dependencies.bytes`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for captcha_rust, since `default-features` was not specified for `workspace.dependencies.captcha_rust`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for chrono, since `default-features` was not specified for `workspace.dependencies.chrono`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for delay_timer, since `default-features` was not specified for `workspace.dependencies.delay_timer`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for futures, since `default-features` was not specified for `workspace.dependencies.futures`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for headers, since `default-features` was not specified for `workspace.dependencies.headers`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for hyper, since `default-features` was not specified for `workspace.dependencies.hyper`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for jsonwebtoken, since `default-features` was not specified for `workspace.dependencies.jsonwebtoken`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for md5, since `default-features` was not specified for `workspace.dependencies.md5`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for mime, since `default-features` was not specified for `workspace.dependencies.mime`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for once_cell, since `default-features` was not specified for `workspace.dependencies.once_cell`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for rand, since `default-features` was not specified for `workspace.dependencies.rand`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for reqwest, since `default-features` was not specified for `workspace.dependencies.reqwest`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for scru128, since `default-features` was not specified for `workspace.dependencies.scru128`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for sea-orm, since `default-features` was not specified for `workspace.dependencies.sea-orm`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for serde, since `default-features` was not specified for `workspace.dependencies.serde`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for serde_json, since `default-features` was not specified for `workspace.dependencies.serde_json`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for skytable, since `default-features` was not specified for `workspace.dependencies.skytable`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for sysinfo, since `default-features` was not specified for `workspace.dependencies.sysinfo`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tokio, since `default-features` was not specified for `workspace.dependencies.tokio`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tokio-stream, since `default-features` was not specified for `workspace.dependencies.tokio-stream`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for toml, since `default-features` was not specified for `workspace.dependencies.toml`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tower, since `default-features` was not specified for `workspace.dependencies.tower`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tower-http, since `default-features` was not specified for `workspace.dependencies.tower-http`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tracing, since `default-features` was not specified for `workspace.dependencies.tracing`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tracing-appender, since `default-features` was not specified for `workspace.dependencies.tracing-appender`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for tracing-subscriber, since `default-features` was not specified for `workspace.dependencies.tracing-subscriber`, this could become a hard error in the future [INFO] [stderr] warning: /opt/rustwide/workdir/api/Cargo.toml: `default-features` is ignored for user-agent-parser, since `default-features` was not specified for `workspace.dependencies.user-agent-parser`, this could become a hard error in the future [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling libc v0.2.138 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling syn v1.0.105 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling futures-core v0.3.25 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Checking once_cell v1.16.0 [INFO] [stderr] Compiling cc v1.0.77 [INFO] [stderr] Compiling libm v0.2.6 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling parking_lot_core v0.9.5 [INFO] [stderr] Checking smallvec v1.10.0 [INFO] [stderr] Compiling serde_derive v1.0.149 [INFO] [stderr] Compiling crossbeam-utils v0.8.14 [INFO] [stderr] Compiling serde v1.0.149 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Checking futures-io v0.3.25 [INFO] [stderr] Checking bytes v1.3.0 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling tokio v1.23.0 [INFO] [stderr] error: could not parse/generate dep info at: /opt/rustwide/target/debug/build/syn-1317828fe44461c9/build_script_build-1317828fe44461c9.d [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to write `/opt/rustwide/target/debug/.fingerprint/syn-1317828fe44461c9/dep-build-script-build-script-build` [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/tmp/rustcXJOKKb" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcMbAXwz/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libversion_check-a69353e011479d26.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/generic-array-954e2d107ee45ca5/build_script_build-954e2d107ee45ca5" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/ccB1dWxw.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/generic-array-954e2d107ee45ca5/build_script_build-954e2d107ee45ca5 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/rustcMbAXwz/symbols.o /opt/rustwide/target/debug/build/generic-array-954e2d107ee45ca5/build_script_build-954e2d107ee45ca5.build_script_build.643a2b01627681e2-cgu.0.rcgu.o /opt/rustwide/target/debug/build/generic-array-954e2d107ee45ca5/build_script_build-954e2d107ee45ca5.btlokxolr9ejtwwezdcv3ab5e.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libversion_check-a69353e011479d26.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/build/tokio-b3dbaef32cf47a3c/rmetaRD4t1U" [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaIC5hSQ/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `slab` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `tokio` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `generic-array` (build script) due to 1 previous error [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.47/src/wrapper.rs:479:33 [INFO] [stdout] | [INFO] [stdout] 479 | let proc_macro::LineColumn { line, column } = s.start(); [INFO] [stdout] | ^^^^^^^^^^ not found in `proc_macro` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 1 + use crate::LineColumn; [INFO] [stdout] | [INFO] [stdout] 1 + use crate::fallback::LineColumn; [INFO] [stdout] | [INFO] [stdout] help: if you import `LineColumn`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 479 - let proc_macro::LineColumn { line, column } = s.start(); [INFO] [stdout] 479 + let LineColumn { line, column } = s.start(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `LineColumn` in crate `proc_macro` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/proc-macro2-1.0.47/src/wrapper.rs:496:33 [INFO] [stdout] | [INFO] [stdout] 496 | let proc_macro::LineColumn { line, column } = s.end(); [INFO] [stdout] | ^^^^^^^^^^ not found in `proc_macro` [INFO] [stdout] | [INFO] [stdout] help: consider importing one of these structs [INFO] [stdout] | [INFO] [stdout] 1 + use crate::LineColumn; [INFO] [stdout] | [INFO] [stdout] 1 + use crate::fallback::LineColumn; [INFO] [stdout] | [INFO] [stdout] help: if you import `LineColumn`, refer to it directly [INFO] [stdout] | [INFO] [stdout] 496 - let proc_macro::LineColumn { line, column } = s.end(); [INFO] [stdout] 496 + let LineColumn { line, column } = s.end(); [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pkg-config` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcs9TyxI/symbols.o" "<5 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cc3iB1Is.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/rustcs9TyxI/symbols.o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9.build_script_main.9d6504d2f1951f45-cgu.0.rcgu.o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9.build_script_main.9d6504d2f1951f45-cgu.1.rcgu.o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9.build_script_main.9d6504d2f1951f45-cgu.2.rcgu.o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9.build_script_main.9d6504d2f1951f45-cgu.3.rcgu.o /opt/rustwide/target/debug/build/typenum-f19391e121f84ca9/build_script_main-f19391e121f84ca9.df8zh81ar6g584qxhaa0n9zgm.rcgu.o --as-needed -Bstatic /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcuEFpc0/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-integer-09e12797d13f5bf2/build_script_build-09e12797d13f5bf2" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cc669dq1.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/num-integer-09e12797d13f5bf2/build_script_build-09e12797d13f5bf2 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/rustcuEFpc0/symbols.o /opt/rustwide/target/debug/build/num-integer-09e12797d13f5bf2/build_script_build-09e12797d13f5bf2.build_script_build.afa629c2796d3cb4-cgu.0.rcgu.o /opt/rustwide/target/debug/build/num-integer-09e12797d13f5bf2/build_script_build-09e12797d13f5bf2.8nvztwxpv1fmnyr92q73yr4ou.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `typenum` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `num-integer` (build script) due to 1 previous error [INFO] [stdout] error: error writing dependencies to `/opt/rustwide/target/debug/deps/libc-b4cedd761e0d9805.d`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaWENi20/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `cc` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta43BrbG/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcUdpExs/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/serde-7e62a17e53e79539/build_script_build-7e62a17e53e79539" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `serde` (build script) due to 1 previous error [INFO] [stderr] error: could not compile `memchr` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustctfjSGg/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/lock_api-f9df2f261ad68d41/build_script_build-f9df2f261ad68d41" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `lock_api` (build script) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaMafnOs/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bytes` (lib) due to 1 previous error [INFO] [stderr] error: could not compile `proc-macro2` (lib) due to 2 previous errors [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaRcV6DF/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `libc` (lib) due to 1 previous error [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: "cc" "-m64" "/tmp/rustcjoibdv/symbols.o" "<2 object files omitted>" "-Wl,--as-needed" "-Wl,-Bstatic" "/opt/rustwide/target/debug/deps/{libautocfg-68803328649343dc.rlib}.rlib" "/lib/rustlib/x86_64-unknown-linux-gnu/lib/{libstd-*,libpanic_unwind-*,libobject-*,libmemchr-*,libaddr2line-*,libgimli-*,librustc_demangle-*,libstd_detect-*,libhashbrown-*,librustc_std_workspace_alloc-*,libminiz_oxide-*,libadler2-*,libunwind-*,libcfg_if-*,liblibc-*,liballoc-*,librustc_std_workspace_core-*,libcore-*,libcompiler_builtins-*}.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-B/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld" "-fuse-ld=lld" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/num-traits-252de7a28e2df7e7/build_script_build-252de7a28e2df7e7" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: some arguments are omitted. use `--verbose` to show all linker arguments [INFO] [stdout] = note: PLEASE submit a bug report to https://github.com/llvm/llvm-project/issues/ and include the crash backtrace. [INFO] [stdout] Stack dump: [INFO] [stdout] 0. Program arguments: /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/rust-lld -flavor gnu -plugin /usr/lib/gcc/x86_64-linux-gnu/11/liblto_plugin.so -plugin-opt=/usr/lib/gcc/x86_64-linux-gnu/11/lto-wrapper -plugin-opt=-fresolution=/tmp/cc0mDz7s.res --build-id --eh-frame-hdr -m elf_x86_64 --hash-style=gnu --as-needed -dynamic-linker /lib64/ld-linux-x86-64.so.2 -pie -z now -z relro -o /opt/rustwide/target/debug/build/num-traits-252de7a28e2df7e7/build_script_build-252de7a28e2df7e7 /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/Scrt1.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crti.o /usr/lib/gcc/x86_64-linux-gnu/11/crtbeginS.o -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib -L/opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/bin/gcc-ld -L/usr/lib/gcc/x86_64-linux-gnu/11 -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu -L/usr/lib/gcc/x86_64-linux-gnu/11/../../../../lib -L/lib/x86_64-linux-gnu -L/lib/../lib -L/usr/lib/x86_64-linux-gnu -L/usr/lib/../lib -L/usr/lib/gcc/x86_64-linux-gnu/11/../../.. /tmp/rustcjoibdv/symbols.o /opt/rustwide/target/debug/build/num-traits-252de7a28e2df7e7/build_script_build-252de7a28e2df7e7.build_script_build.b2cede437fa1afac-cgu.0.rcgu.o /opt/rustwide/target/debug/build/num-traits-252de7a28e2df7e7/build_script_build-252de7a28e2df7e7.55p4r9at3lyqd1mbzn3p3ap1a.rcgu.o --as-needed -Bstatic /opt/rustwide/target/debug/deps/libautocfg-68803328649343dc.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-bd3f4c5fdfb888bb.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-0ba0cf80100c1478.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-179efac7a6a7f723.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-e46000396b0bba78.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-d2eaf444c66aba45.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-db2f80839eb9ecce.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-2eda189d452afd61.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-331cfd83ce1f8ea1.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-b0408ac1de21093e.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-911e190b93f6b508.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-07405a1ed864919d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler2-cc831637d52fbfcd.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-9d10dda95c3cb0d6.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-2f7afbf46dcfa51d.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-9a70dd751e922712.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-24c3ea97e9242675.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-747298ada1b3fdc7.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-1d31de6036608c8f.rlib /opt/rustwide/rustup-home/toolchains/f3dc08d20a1589b87bde75bb82ee6423307f9bde/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-b0bdd73c853bcf5c.rlib -Bdynamic -lgcc_s -lutil -lrt -lpthread -lm -ldl -lc --eh-frame-hdr -z noexecstack --gc-sections -z relro -z now /usr/lib/gcc/x86_64-linux-gnu/11/crtendS.o /usr/lib/gcc/x86_64-linux-gnu/11/../../../x86_64-linux-gnu/crtn.o [INFO] [stdout] Stack dump without symbol names (ensure you have llvm-symbolizer in your PATH or set the environment var `LLVM_SYMBOLIZER_PATH` to point to it): [INFO] [stdout] 0 libLLVM.so.19.1-rust-1.86.0-nightly 0x0000759ac7bf45d7 llvm::sys::PrintStackTrace(llvm::raw_ostream&, int) + 39 [INFO] [stdout] 1 libLLVM.so.19.1-rust-1.86.0-nightly 0x0000759ac7bf49ec [INFO] [stdout] 2 libc.so.6 0x0000759ac2c19520 [INFO] [stdout] 3 rust-lld 0x00005b35e5873e23 [INFO] [stdout] 4 rust-lld 0x00005b35e56a7ce6 [INFO] [stdout] 5 rust-lld 0x00005b35e568d69c [INFO] [stdout] 6 rust-lld 0x00005b35e55beca0 [INFO] [stdout] 7 rust-lld 0x00005b35e55bdd3d [INFO] [stdout] 8 rust-lld 0x00005b35e55be3e1 [INFO] [stdout] 9 libc.so.6 0x0000759ac2c00d90 [INFO] [stdout] 10 libc.so.6 0x0000759ac2c00e40 __libc_start_main + 128 [INFO] [stdout] 11 rust-lld 0x00005b35e54409a9 [INFO] [stdout] collect2: fatal error: ld terminated with signal 7 [Bus error], core dumped [INFO] [stdout] compilation terminated. [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `num-traits` (build script) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "8938cadfce6a235d1b1d4737224224307c8c35141be73a647daa7a8c32003a54", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8938cadfce6a235d1b1d4737224224307c8c35141be73a647daa7a8c32003a54", kill_on_drop: false }` [INFO] [stdout] 8938cadfce6a235d1b1d4737224224307c8c35141be73a647daa7a8c32003a54