[INFO] cloning repository https://github.com/yoehwan/rust_todo_server [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yoehwan/rust_todo_server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoehwan%2Frust_todo_server", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoehwan%2Frust_todo_server'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 65ae4092df00ede147bfe9bee7e38cd5bdcbeee5 [INFO] checking yoehwan/rust_todo_server against master#561b5dea1e7e5c21f0fb550ca579229ceb878297 for pr-124661 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoehwan%2Frust_todo_server" "/workspace/builds/worker-7-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoehwan/rust_todo_server on toolchain 561b5dea1e7e5c21f0fb550ca579229ceb878297 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+561b5dea1e7e5c21f0fb550ca579229ceb878297" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yoehwan/rust_todo_server [INFO] finished tweaking git repo https://github.com/yoehwan/rust_todo_server [INFO] tweaked toml for git repo https://github.com/yoehwan/rust_todo_server written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/yoehwan/rust_todo_server 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" "+561b5dea1e7e5c21f0fb550ca579229ceb878297" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+561b5dea1e7e5c21f0fb550ca579229ceb878297" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 5c5df424a7a539b8e3ca677503353acfc0a4722b612ef4177ec43a711ec21ee5 [INFO] running `Command { std: "docker" "start" "-a" "5c5df424a7a539b8e3ca677503353acfc0a4722b612ef4177ec43a711ec21ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "5c5df424a7a539b8e3ca677503353acfc0a4722b612ef4177ec43a711ec21ee5", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "5c5df424a7a539b8e3ca677503353acfc0a4722b612ef4177ec43a711ec21ee5", kill_on_drop: false }` [INFO] [stdout] 5c5df424a7a539b8e3ca677503353acfc0a4722b612ef4177ec43a711ec21ee5 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=forbid" "-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+561b5dea1e7e5c21f0fb550ca579229ceb878297" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 7b3811f4eded64aba078b74fe1d492fe9e6d2b700252ebbeb3eff76cda59c18a [INFO] running `Command { std: "docker" "start" "-a" "7b3811f4eded64aba078b74fe1d492fe9e6d2b700252ebbeb3eff76cda59c18a", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Checking bytes v1.2.0 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Checking crypto-common v0.1.6 [INFO] [stderr] Checking block-buffer v0.10.2 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Compiling ref-cast v1.0.8 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling uncased v0.9.7 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling inlinable_string v0.1.15 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling atomic v0.5.1 [INFO] [stderr] Compiling hyper v0.14.20 [INFO] [stderr] Compiling multer v2.0.3 [INFO] [stderr] Compiling figment v0.10.6 [INFO] [stderr] Compiling state v0.5.3 [INFO] [stderr] Compiling async-trait v0.1.56 [INFO] [stderr] Checking scopeguard v1.1.0 [INFO] [stderr] Compiling either v1.7.0 [INFO] [stderr] Compiling rocket v0.5.0-rc.2 [INFO] [stderr] Compiling glob v0.3.0 [INFO] [stderr] Compiling tokio-macros v1.8.0 [INFO] [stderr] Compiling pear_codegen v0.2.3 [INFO] [stderr] Compiling ref-cast-impl v1.0.8 [INFO] [stderr] Compiling devise_codegen v0.3.1 [INFO] [stderr] Compiling async-stream-impl v0.3.3 [INFO] [stderr] Checking mime v0.3.16 [INFO] [stderr] Checking fastrand v1.7.0 [INFO] [stderr] Checking remove_dir_all v0.5.3 [INFO] [stderr] Compiling pear v0.2.3 [INFO] [stderr] Checking spin v0.9.4 [INFO] [stderr] Compiling unicode-xid v0.2.3 [INFO] [stderr] Compiling devise v0.3.1 [INFO] [stderr] Checking tempfile v3.3.0 [INFO] [stderr] Checking parking_lot v0.12.1 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking async-stream v0.3.3 [INFO] [stderr] Checking binascii v0.1.4 [INFO] [stderr] Compiling rocket_http v0.5.0-rc.2 [INFO] [stderr] Compiling rocket_codegen v0.5.0-rc.2 [INFO] [stderr] Checking tokio-util v0.7.3 [INFO] [stderr] Checking tokio-stream v0.1.9 [INFO] [stderr] Checking toml v0.5.9 [INFO] [stderr] Checking ubyte v0.10.2 [INFO] [stderr] Checking h2 v0.3.13 [INFO] [stderr] Checking rs_todo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `load_todo` [INFO] [stdout] --> src/controller/todo.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn load_todo() -> &'static str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `load_todo` [INFO] [stdout] --> src/controller/todo.rs:20:8 [INFO] [stdout] | [INFO] [stdout] 20 | pub fn load_todo() -> &'static str { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `load_todo_list` [INFO] [stdout] --> src/routes/todo.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn load_todo_list() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `load_todo_list` [INFO] [stdout] --> src/routes/todo.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn load_todo_list() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `update_todo` is never used [INFO] [stdout] --> src/main.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | fn update_todo() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `remove_todo` is never used [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn remove_todo() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `load_todo_list` is never used [INFO] [stdout] --> src/routes/todo.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn load_todo_list() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `update_todo` is never used [INFO] [stdout] --> src/main.rs:22:4 [INFO] [stdout] | [INFO] [stdout] 22 | fn update_todo() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `remove_todo` is never used [INFO] [stdout] --> src/main.rs:25:4 [INFO] [stdout] | [INFO] [stdout] 25 | fn remove_todo() {} [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `load_todo_list` is never used [INFO] [stdout] --> src/routes/todo.rs:2:8 [INFO] [stdout] | [INFO] [stdout] 2 | pub fn load_todo_list() -> &'static str { [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 5 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 17.17s [INFO] running `Command { std: "docker" "inspect" "7b3811f4eded64aba078b74fe1d492fe9e6d2b700252ebbeb3eff76cda59c18a", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "7b3811f4eded64aba078b74fe1d492fe9e6d2b700252ebbeb3eff76cda59c18a", kill_on_drop: false }` [INFO] [stdout] 7b3811f4eded64aba078b74fe1d492fe9e6d2b700252ebbeb3eff76cda59c18a [INFO] checking yoehwan/rust_todo_server against try#8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8 for pr-124661 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyoehwan%2Frust_todo_server" "/workspace/builds/worker-7-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-7-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yoehwan/rust_todo_server on toolchain 8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yoehwan/rust_todo_server [INFO] finished tweaking git repo https://github.com/yoehwan/rust_todo_server [INFO] tweaked toml for git repo https://github.com/yoehwan/rust_todo_server written to /workspace/builds/worker-7-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/yoehwan/rust_todo_server 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" "+8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] f0f8b0eb862fe099cd5cd46d707e498b233dfd91d02b9685854a6ce4713b83d0 [INFO] running `Command { std: "docker" "start" "-a" "f0f8b0eb862fe099cd5cd46d707e498b233dfd91d02b9685854a6ce4713b83d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "f0f8b0eb862fe099cd5cd46d707e498b233dfd91d02b9685854a6ce4713b83d0", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "f0f8b0eb862fe099cd5cd46d707e498b233dfd91d02b9685854a6ce4713b83d0", kill_on_drop: false }` [INFO] [stdout] f0f8b0eb862fe099cd5cd46d707e498b233dfd91d02b9685854a6ce4713b83d0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:99613afd962a8cfa530ec1899472a458bd015a1ab0af876cf7eb06f6006d81ea" "/opt/rustwide/cargo-home/bin/cargo" "+8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] a85659eaabee0906bfcf08a1107ecd04bcb3c20e3f673397dce5f694a36a0074 [INFO] running `Command { std: "docker" "start" "-a" "a85659eaabee0906bfcf08a1107ecd04bcb3c20e3f673397dce5f694a36a0074", kill_on_drop: false }` [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling libc v0.2.126 [INFO] [stderr] Compiling proc-macro2 v1.0.40 [INFO] [stderr] Compiling quote v1.0.20 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling unicode-ident v1.0.2 [INFO] [stderr] Compiling syn v1.0.98 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling generic-array v0.14.5 [INFO] [stderr] Compiling futures-channel v0.3.21 [INFO] [stderr] Compiling proc-macro2-diagnostics v0.9.1 [INFO] [stderr] Compiling futures-core v0.3.21 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling subtle v2.4.1 [INFO] [stderr] Checking pin-project-lite v0.2.9 [INFO] [stderr] Compiling yansi v0.5.1 [INFO] [stderr] Compiling serde_derive v1.0.140 [INFO] [stderr] Compiling serde v1.0.140 [INFO] [stderr] Checking bytes v1.2.0 [INFO] [stderr] Compiling httparse v1.7.1 [INFO] [stderr] Checking once_cell v1.13.0 [INFO] [stderr] Compiling tokio v1.20.0 [INFO] [stderr] Compiling slab v0.4.7 [INFO] [stderr] Checking futures-sink v0.3.21 [INFO] [stderr] Checking itoa v1.0.2 [INFO] [stderr] Compiling futures-task v0.3.21 [INFO] [stderr] Compiling cpufeatures v0.2.2 [INFO] [stderr] Checking mio v0.8.4 [INFO] [stderr] Checking socket2 v0.4.4 [INFO] [stderr] Checking num_cpus v1.13.1 [INFO] [stderr] Checking signal-hook-registry v1.4.0 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling futures-util v0.3.21 [INFO] [stderr] Compiling time-macros v0.2.4 [INFO] [stderr] Compiling block-buffer v0.10.2 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling cipher v0.3.0 [INFO] [stderr] Compiling universal-hash v0.4.1 [INFO] [stderr] Compiling digest v0.10.3 [INFO] [stderr] Checking tracing-core v0.1.28 [INFO] [stderr] Compiling getrandom v0.2.7 [INFO] [stderr] Compiling cookie v0.16.0 [INFO] [stderr] Checking futures-io v0.3.21 [INFO] [stderr] Checking pin-utils v0.1.0 [INFO] [stderr] Checking fnv v1.0.7 [INFO] [stderr] Compiling ref-cast v1.0.8 [INFO] [stderr] Checking http v0.2.8 [INFO] [stderr] Compiling rand_core v0.6.3 [INFO] [stderr] Checking tracing v0.1.35 [INFO] [stderr] Compiling polyval v0.5.3 [INFO] [stderr] Compiling indexmap v1.9.1 [INFO] [stderr] Compiling ppv-lite86 v0.2.16 [INFO] [stderr] Compiling ghash v0.4.4 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling hmac v0.12.1 [INFO] [stderr] Compiling aes v0.7.5 [INFO] [stderr] Compiling ctr v0.8.0 [INFO] [stderr] Compiling aead v0.4.3 [INFO] [stderr] Compiling uncased v0.9.7 [INFO] [stderr] Checking hashbrown v0.12.3 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling try-lock v0.2.3 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling time v0.3.11 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling aes-gcm v0.9.4 [INFO] [stderr] Compiling hkdf v0.12.3 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling sha2 v0.10.2 [INFO] [stderr] Compiling devise_core v0.3.1 [INFO] [stderr] Compiling lock_api v0.4.7 [INFO] [stderr] Compiling percent-encoding v2.1.0 [INFO] [stderr] Checking inlinable_string v0.1.15 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Checking smallvec v1.9.0 [INFO] [stderr] Compiling encoding_rs v0.8.31 [INFO] [stderr] Compiling parking_lot_core v0.9.3 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling base64 v0.13.0 [INFO] [stderr] Compiling stable-pattern v0.1.0 [INFO] [stderr] Compiling futures v0.3.21 [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/bin:/opt/rustwide/cargo-home/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin" VSLANG="1033" "cc" "-m64" "/tmp/rustcgrqCo1/symbols.o" "/opt/rustwide/target/debug/build/parking_lot_core-8bac6bcb2f0ba9f3/build_script_build-8bac6bcb2f0ba9f3.build_script_build.cfc22fa40bf5008a-cgu.0.rcgu.o" "/opt/rustwide/target/debug/build/parking_lot_core-8bac6bcb2f0ba9f3/build_script_build-8bac6bcb2f0ba9f3.495u84kgulne3o2t.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-c12ec1592d745850.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-30c8f175666f1cd0.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-d6affdb2eceb7b92.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-671357261ecc5f22.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-2a0ac26b937774c3.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-e6c49dfa36c6e5ca.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-f007e7281d6dd525.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-9329ecfd01afd05c.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-f23fd629ee77e700.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-80b02aae68666c26.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-b461688257786f39.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-827e0a26c0bfb366.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-34d2ca61988bea12.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-313a99786e15f0d6.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-6275035a459b3ada.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-49777722dec30b42.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-f72b956e24d1de70.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-632ae0f28c5e55ff.rlib" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-ae0728f1e6d5b4f0.rlib" "-Wl,-Bdynamic" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/8348c7b12e5a2c6b3311d00662c71e8ceda0a1c8/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/build/parking_lot_core-8bac6bcb2f0ba9f3/build_script_build-8bac6bcb2f0ba9f3" "-Wl,--gc-sections" "-pie" "-Wl,-z,relro,-z,now" "-nodefaultlibs" [INFO] [stdout] = note: /usr/bin/ld: final link failed: No space left on device [INFO] [stdout] collect2: error: ld returned 1 exit status [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 1 previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `hashbrown` (lib) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: could not compile `parking_lot_core` (build script) due to 2 previous errors [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `stable-pattern` (lib) [INFO] [stderr] rustc-LLVM ERROR: IO failure on output stream: No space left on device [INFO] [stderr] error: could not compile `syn` (lib) [INFO] [stdout] error: couldn't create a temp dir: No space left on device (os error 28) at path "/opt/rustwide/target/debug/deps/rmeta0fxWtJ" [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `indexmap` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmetaswTRd4/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `tokio` (lib) due to 1 previous error [INFO] [stdout] error: failed to write to `/opt/rustwide/target/debug/deps/rmeta27yZNp/lib.rmeta`: No space left on device (os error 28) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `time` (lib) due to 1 previous error [INFO] running `Command { std: "docker" "inspect" "a85659eaabee0906bfcf08a1107ecd04bcb3c20e3f673397dce5f694a36a0074", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "a85659eaabee0906bfcf08a1107ecd04bcb3c20e3f673397dce5f694a36a0074", kill_on_drop: false }` [INFO] [stdout] a85659eaabee0906bfcf08a1107ecd04bcb3c20e3f673397dce5f694a36a0074