[INFO] cloning repository https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fri5t3ai%2Factix-graphql-integrations-starter-kit", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fri5t3ai%2Factix-graphql-integrations-starter-kit'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8dd6d0e3fa740f90466cf58d8c7b67a475ca33d2 [INFO] testing ri5t3ai/actix-graphql-integrations-starter-kit against 1.77.0 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fri5t3ai%2Factix-graphql-integrations-starter-kit" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit on toolchain 1.77.0 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit [INFO] finished tweaking git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit [INFO] tweaked toml for git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit written to /workspace/builds/worker-4-tc1/source/Cargo.toml [INFO] crate git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.77.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded async-graphql-actix-web v4.0.16 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] cc166578b2b22c18d856d82c16ca482328434b4ba1bbdb0387dddde3004d2641 [INFO] running `Command { std: "docker" "start" "-a" "cc166578b2b22c18d856d82c16ca482328434b4ba1bbdb0387dddde3004d2641", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "cc166578b2b22c18d856d82c16ca482328434b4ba1bbdb0387dddde3004d2641", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "cc166578b2b22c18d856d82c16ca482328434b4ba1bbdb0387dddde3004d2641", kill_on_drop: false }` [INFO] [stdout] cc166578b2b22c18d856d82c16ca482328434b4ba1bbdb0387dddde3004d2641 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 226085746b515aef779c5311cf33fc1f4ce8efef7812aa3284cda4bc429388bd [INFO] running `Command { std: "docker" "start" "-a" "226085746b515aef779c5311cf33fc1f4ce8efef7812aa3284cda4bc429388bd", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling time-macros v0.2.8 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling zstd-safe v6.0.5+zstd.1.5.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Compiling openssl-sys v0.9.85 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling time v0.3.20 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling brotli-decompressor v2.3.4 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling cpufeatures v0.2.6 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling openssl v0.10.50 [INFO] [stderr] Compiling base64 v0.21.0 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling toml_datetime v0.6.1 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling rustix v0.37.11 [INFO] [stderr] Compiling winnow v0.4.1 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling linux-raw-sys v0.3.1 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling chrono v0.4.24 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling ipnet v2.7.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling tempfile v3.5.0 [INFO] [stderr] Compiling pest v2.5.7 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling zstd v0.12.3+zstd.1.5.2 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_bytes v0.11.9 [INFO] [stderr] Compiling uuid v1.3.1 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling async-graphql-value v4.0.16 [INFO] [stderr] Compiling async-graphql-parser v4.0.16 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling bson v2.6.1 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling actix-web-codegen v4.2.0 [INFO] [stderr] Compiling async-graphql-derive v4.0.16 [INFO] [stderr] Compiling tokio-util v0.7.7 [INFO] [stderr] Compiling actix-rt v2.8.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-server v2.2.0 [INFO] [stderr] Compiling h2 v0.3.17 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling actix v0.13.0 [INFO] [stderr] Compiling actix-http v3.3.1 [INFO] [stderr] Compiling hyper v0.14.26 [INFO] [stderr] Compiling async-graphql v4.0.16 [INFO] [stderr] Compiling actix-web v4.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.16 [INFO] [stderr] Compiling actix-web-actors v4.2.0 [INFO] [stderr] Compiling actix-cors v0.6.4 [INFO] [stderr] Compiling async-graphql-actix-web v4.0.16 [INFO] [stderr] Compiling bumblebee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Product as ShopifyProduct` [INFO] [stdout] --> src/graphql/resolvers.rs:3:67 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{structs::users::CustomUser, clients::shopify::types::{Product as ShopifyProduct, Shopify}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UserId` [INFO] [stdout] --> src/graphql/resolvers.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use super::{inputs::{UserId, UserInput, SyncShopifyProductsInput}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Utc` [INFO] [stdout] --> src/clients/shopify/types.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Product` [INFO] [stdout] --> src/clients/shopify/mod.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | use self::types::{Shopify, ShopifyAPIError, Product}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductTransformer` is never constructed [INFO] [stdout] --> src/transformers/product.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct ProductTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/product.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ProductTransformer { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] 12 | pub async fn normalize(&self, payload: Value, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderTransformer` is never constructed [INFO] [stdout] --> src/transformers/order.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | struct OrderTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/order.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | impl OrderTransformer { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 9 | fn normalize(&self, payload: &str, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_shop`, `set_api_key`, `rest_url`, and `get_api_endpoint` are never used [INFO] [stdout] --> src/clients/shopify/mod.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl Shopify { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn get_shop(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn set_api_key(&mut self, api_key: &str) -> Result<&mut Shopify, String> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn rest_url(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn get_api_endpoint(&self, endpoint: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Shopify`, `PrestaShop`, `BigCommerce`, `WooCommerce`, and `Shopware` are never constructed [INFO] [stdout] --> src/structs/utils.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum ShopSystem { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 15 | Shopify, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 16 | PrestaShop, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 17 | BigCommerce, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 18 | WooCommerce, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 19 | Shopware [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShopSystem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 35.56s [INFO] running `Command { std: "docker" "inspect" "226085746b515aef779c5311cf33fc1f4ce8efef7812aa3284cda4bc429388bd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "226085746b515aef779c5311cf33fc1f4ce8efef7812aa3284cda4bc429388bd", kill_on_drop: false }` [INFO] [stdout] 226085746b515aef779c5311cf33fc1f4ce8efef7812aa3284cda4bc429388bd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 32ee3705414a65404a68ae563d2724920af7a875bd443277a4756dae8c05fd3c [INFO] running `Command { std: "docker" "start" "-a" "32ee3705414a65404a68ae563d2724920af7a875bd443277a4756dae8c05fd3c", kill_on_drop: false }` [INFO] [stderr] Compiling bumblebee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Product as ShopifyProduct` [INFO] [stdout] --> src/graphql/resolvers.rs:3:67 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{structs::users::CustomUser, clients::shopify::types::{Product as ShopifyProduct, Shopify}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UserId` [INFO] [stdout] --> src/graphql/resolvers.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use super::{inputs::{UserId, UserInput, SyncShopifyProductsInput}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Utc` [INFO] [stdout] --> src/clients/shopify/types.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Product` [INFO] [stdout] --> src/clients/shopify/mod.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | use self::types::{Shopify, ShopifyAPIError, Product}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductTransformer` is never constructed [INFO] [stdout] --> src/transformers/product.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct ProductTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/product.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ProductTransformer { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] 12 | pub async fn normalize(&self, payload: Value, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderTransformer` is never constructed [INFO] [stdout] --> src/transformers/order.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | struct OrderTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/order.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | impl OrderTransformer { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 9 | fn normalize(&self, payload: &str, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_shop`, `set_api_key`, `rest_url`, and `get_api_endpoint` are never used [INFO] [stdout] --> src/clients/shopify/mod.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl Shopify { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn get_shop(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn set_api_key(&mut self, api_key: &str) -> Result<&mut Shopify, String> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn rest_url(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn get_api_endpoint(&self, endpoint: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variants `Shopify`, `PrestaShop`, `BigCommerce`, `WooCommerce`, and `Shopware` are never constructed [INFO] [stdout] --> src/structs/utils.rs:15:5 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum ShopSystem { [INFO] [stdout] | ---------- variants in this enum [INFO] [stdout] 15 | Shopify, [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] 16 | PrestaShop, [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] 17 | BigCommerce, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 18 | WooCommerce, [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] 19 | Shopware [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShopSystem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 2.09s [INFO] running `Command { std: "docker" "inspect" "32ee3705414a65404a68ae563d2724920af7a875bd443277a4756dae8c05fd3c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "32ee3705414a65404a68ae563d2724920af7a875bd443277a4756dae8c05fd3c", kill_on_drop: false }` [INFO] [stdout] 32ee3705414a65404a68ae563d2724920af7a875bd443277a4756dae8c05fd3c [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+1.77.0" "test" "--frozen", kill_on_drop: false }` [INFO] [stdout] 4136c25e472c93371ce18efff324472874a59b3dbaf2668cdc1aa2690c13f284 [INFO] running `Command { std: "docker" "start" "-a" "4136c25e472c93371ce18efff324472874a59b3dbaf2668cdc1aa2690c13f284", kill_on_drop: false }` [INFO] [stderr] warning: unused import: `Product as ShopifyProduct` [INFO] [stderr] --> src/graphql/resolvers.rs:3:67 [INFO] [stderr] | [INFO] [stderr] 3 | use crate::{structs::users::CustomUser, clients::shopify::types::{Product as ShopifyProduct, Shopify}}; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(unused_imports)]` on by default [INFO] [stderr] [INFO] [stderr] warning: unused import: `UserId` [INFO] [stderr] --> src/graphql/resolvers.rs:5:22 [INFO] [stderr] | [INFO] [stderr] 5 | use super::{inputs::{UserId, UserInput, SyncShopifyProductsInput}}; [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: unused imports: `DateTime`, `Utc` [INFO] [stderr] --> src/clients/shopify/types.rs:3:14 [INFO] [stderr] | [INFO] [stderr] 3 | use chrono::{DateTime, Utc}; [INFO] [stderr] | ^^^^^^^^ ^^^ [INFO] [stderr] [INFO] [stderr] warning: unused import: `Product` [INFO] [stderr] --> src/clients/shopify/mod.rs:7:45 [INFO] [stderr] | [INFO] [stderr] 7 | use self::types::{Shopify, ShopifyAPIError, Product}; [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `ProductTransformer` is never constructed [INFO] [stderr] --> src/transformers/product.rs:8:8 [INFO] [stderr] | [INFO] [stderr] 8 | struct ProductTransformer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `#[warn(dead_code)]` on by default [INFO] [stderr] [INFO] [stderr] warning: method `normalize` is never used [INFO] [stderr] --> src/transformers/product.rs:12:18 [INFO] [stderr] | [INFO] [stderr] 11 | impl ProductTransformer { [INFO] [stderr] | ----------------------- method in this implementation [INFO] [stderr] 12 | pub async fn normalize(&self, payload: Value, shop_system: ShopSystem) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: struct `OrderTransformer` is never constructed [INFO] [stderr] --> src/transformers/order.rs:5:8 [INFO] [stderr] | [INFO] [stderr] 5 | struct OrderTransformer { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: method `normalize` is never used [INFO] [stderr] --> src/transformers/order.rs:9:8 [INFO] [stderr] | [INFO] [stderr] 8 | impl OrderTransformer { [INFO] [stderr] | --------------------- method in this implementation [INFO] [stderr] 9 | fn normalize(&self, payload: &str, shop_system: ShopSystem) -> Result { [INFO] [stderr] | ^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: methods `get_shop`, `set_api_key`, `rest_url`, and `get_api_endpoint` are never used [INFO] [stderr] --> src/clients/shopify/mod.rs:44:12 [INFO] [stderr] | [INFO] [stderr] 10 | impl Shopify { [INFO] [stderr] | ------------ methods in this implementation [INFO] [stderr] ... [INFO] [stderr] 44 | pub fn get_shop(&self) -> &str { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 48 | pub fn set_api_key(&mut self, api_key: &str) -> Result<&mut Shopify, String> { [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 63 | pub fn rest_url(&self) -> &str { [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] ... [INFO] [stderr] 67 | pub fn get_api_endpoint(&self, endpoint: &str) -> String { [INFO] [stderr] | ^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] warning: variants `Shopify`, `PrestaShop`, `BigCommerce`, `WooCommerce`, and `Shopware` are never constructed [INFO] [stderr] --> src/structs/utils.rs:15:5 [INFO] [stderr] | [INFO] [stderr] 14 | pub enum ShopSystem { [INFO] [stderr] | ---------- variants in this enum [INFO] [stderr] 15 | Shopify, [INFO] [stderr] | ^^^^^^^ [INFO] [stderr] 16 | PrestaShop, [INFO] [stderr] | ^^^^^^^^^^ [INFO] [stderr] 17 | BigCommerce, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 18 | WooCommerce, [INFO] [stderr] | ^^^^^^^^^^^ [INFO] [stderr] 19 | Shopware [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: `ShopSystem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stderr] [INFO] [stderr] warning: `bumblebee` (bin "bumblebee" test) generated 10 warnings (run `cargo fix --bin "bumblebee" --tests` to apply 4 suggestions) [INFO] [stderr] Finished test [unoptimized + debuginfo] target(s) in 0.13s [INFO] [stderr] Running unittests src/main.rs (/opt/rustwide/target/debug/deps/bumblebee-79694e3d332d5944) [INFO] [stdout] [INFO] [stdout] running 0 tests [INFO] [stdout] [INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s [INFO] [stdout] [INFO] running `Command { std: "docker" "inspect" "4136c25e472c93371ce18efff324472874a59b3dbaf2668cdc1aa2690c13f284", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "4136c25e472c93371ce18efff324472874a59b3dbaf2668cdc1aa2690c13f284", kill_on_drop: false }` [INFO] [stdout] 4136c25e472c93371ce18efff324472874a59b3dbaf2668cdc1aa2690c13f284 [INFO] testing ri5t3ai/actix-graphql-integrations-starter-kit against beta-2024-03-24 for beta-1.78-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fri5t3ai%2Factix-graphql-integrations-starter-kit" "/workspace/builds/worker-4-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit on toolchain beta-2024-03-24 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit [INFO] finished tweaking git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit [INFO] tweaked toml for git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit written to /workspace/builds/worker-4-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/ri5t3ai/actix-graphql-integrations-starter-kit already has a lockfile, it will not be regenerated [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2024-03-24" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 8fac886c6cdeb5cbc7f849410621001abfb75e1c13fa557495df58dcb5692659 [INFO] running `Command { std: "docker" "start" "-a" "8fac886c6cdeb5cbc7f849410621001abfb75e1c13fa557495df58dcb5692659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "8fac886c6cdeb5cbc7f849410621001abfb75e1c13fa557495df58dcb5692659", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "8fac886c6cdeb5cbc7f849410621001abfb75e1c13fa557495df58dcb5692659", kill_on_drop: false }` [INFO] [stdout] 8fac886c6cdeb5cbc7f849410621001abfb75e1c13fa557495df58dcb5692659 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 44035b2227c5b81ad896b976bc332f8e05ae5c7087e5119cedc79602c335f954 [INFO] running `Command { std: "docker" "start" "-a" "44035b2227c5b81ad896b976bc332f8e05ae5c7087e5119cedc79602c335f954", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.56 [INFO] [stderr] Compiling unicode-ident v1.0.8 [INFO] [stderr] Compiling quote v1.0.26 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling libc v0.2.141 [INFO] [stderr] Compiling serde_derive v1.0.160 [INFO] [stderr] Compiling serde v1.0.160 [INFO] [stderr] Compiling pin-project-lite v0.2.9 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling itoa v1.0.6 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling futures-core v0.3.28 [INFO] [stderr] Compiling once_cell v1.17.1 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling futures-sink v0.3.28 [INFO] [stderr] Compiling fnv v1.0.7 [INFO] [stderr] Compiling futures-task v0.3.28 [INFO] [stderr] Compiling futures-channel v0.3.28 [INFO] [stderr] Compiling parking_lot_core v0.9.7 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling futures-util v0.3.28 [INFO] [stderr] Compiling scopeguard v1.1.0 [INFO] [stderr] Compiling syn v1.0.109 [INFO] [stderr] Compiling indexmap v1.9.3 [INFO] [stderr] Compiling lock_api v0.4.9 [INFO] [stderr] Compiling slab v0.4.8 [INFO] [stderr] Compiling tokio v1.27.0 [INFO] [stderr] Compiling futures-io v0.3.28 [INFO] [stderr] Compiling pin-utils v0.1.0 [INFO] [stderr] Compiling tracing-core v0.1.30 [INFO] [stderr] Compiling ryu v1.0.13 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling typenum v1.16.0 [INFO] [stderr] Compiling generic-array v0.14.7 [INFO] [stderr] Compiling regex-syntax v0.6.29 [INFO] [stderr] Compiling serde_json v1.0.96 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling aho-corasick v0.7.20 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling paste v1.0.12 [INFO] [stderr] Compiling tinyvec_macros v0.1.1 [INFO] [stderr] Compiling time-macros v0.2.8 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling syn v2.0.15 [INFO] [stderr] Compiling jobserver v0.1.26 [INFO] [stderr] Compiling tracing v0.1.37 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling encoding_rs v0.8.32 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling local-waker v0.1.3 [INFO] [stderr] Compiling cc v1.0.79 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling thiserror v1.0.40 [INFO] [stderr] Compiling zstd-safe v6.0.5+zstd.1.5.4 [INFO] [stderr] Compiling mime v0.3.17 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling crossbeam-utils v0.8.15 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling ahash v0.8.3 [INFO] [stderr] Compiling socket2 v0.4.9 [INFO] [stderr] Compiling mio v0.8.6 [INFO] [stderr] Compiling signal-hook-registry v1.4.1 [INFO] [stderr] Compiling num_cpus v1.15.0 [INFO] [stderr] Compiling parking_lot v0.12.1 [INFO] [stderr] Compiling getrandom v0.2.9 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling unicode-bidi v0.3.13 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling actix-service v2.0.2 [INFO] [stderr] Compiling zstd-sys v2.0.8+zstd.1.5.5 [INFO] [stderr] Compiling openssl-sys v0.9.85 [INFO] [stderr] Compiling regex v1.7.3 [INFO] [stderr] Compiling block-buffer v0.10.4 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling time v0.3.20 [INFO] [stderr] Compiling brotli-decompressor v2.3.4 [INFO] [stderr] Compiling actix-utils v3.0.1 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling cookie v0.16.2 [INFO] [stderr] Compiling io-lifetimes v1.0.10 [INFO] [stderr] Compiling openssl v0.10.50 [INFO] [stderr] Compiling ucd-trie v0.1.5 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling base64 v0.21.0 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling radium v0.7.0 [INFO] [stderr] Compiling cpufeatures v0.2.6 [INFO] [stderr] Compiling convert_case v0.4.0 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling language-tags v0.3.2 [INFO] [stderr] Compiling native-tls v0.2.11 [INFO] [stderr] Compiling tap v1.0.1 [INFO] [stderr] Compiling winnow v0.4.1 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling toml_datetime v0.6.1 [INFO] [stderr] Compiling rustix v0.37.11 [INFO] [stderr] Compiling wyz v0.5.1 [INFO] [stderr] Compiling time v0.1.45 [INFO] [stderr] Compiling multer v2.1.0 [INFO] [stderr] Compiling iana-time-zone v0.1.56 [INFO] [stderr] Compiling openssl-probe v0.1.5 [INFO] [stderr] Compiling try-lock v0.2.4 [INFO] [stderr] Compiling linux-raw-sys v0.3.1 [INFO] [stderr] Compiling funty v2.0.0 [INFO] [stderr] Compiling async-trait v0.1.68 [INFO] [stderr] Compiling want v0.3.0 [INFO] [stderr] Compiling Inflector v0.11.4 [INFO] [stderr] Compiling chrono v0.4.24 [INFO] [stderr] Compiling crossbeam-channel v0.5.8 [INFO] [stderr] Compiling spin v0.9.8 [INFO] [stderr] Compiling darling_core v0.14.4 [INFO] [stderr] Compiling hex v0.4.3 [INFO] [stderr] Compiling tower-service v0.3.2 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling ascii_utils v0.9.3 [INFO] [stderr] Compiling fastrand v1.9.0 [INFO] [stderr] Compiling concurrent-queue v2.2.0 [INFO] [stderr] Compiling fast_chemail v0.9.6 [INFO] [stderr] Compiling bitvec v1.0.1 [INFO] [stderr] Compiling event-listener v2.5.3 [INFO] [stderr] Compiling static_assertions v1.1.0 [INFO] [stderr] Compiling ipnet v2.7.2 [INFO] [stderr] Compiling dotenv v0.15.0 [INFO] [stderr] Compiling async-channel v1.8.0 [INFO] [stderr] Compiling futures-macro v0.3.28 [INFO] [stderr] Compiling tokio-macros v2.0.0 [INFO] [stderr] Compiling thiserror-impl v1.0.40 [INFO] [stderr] Compiling openssl-macros v0.1.1 [INFO] [stderr] Compiling async-stream-impl v0.3.5 [INFO] [stderr] Compiling derive_more v0.99.17 [INFO] [stderr] Compiling actix-macros v0.2.3 [INFO] [stderr] Compiling actix_derive v0.6.0 [INFO] [stderr] Compiling async-stream v0.3.5 [INFO] [stderr] Compiling tempfile v3.5.0 [INFO] [stderr] Compiling darling_macro v0.14.4 [INFO] [stderr] Compiling pest v2.5.7 [INFO] [stderr] Compiling darling v0.14.4 [INFO] [stderr] Compiling local-channel v0.1.3 [INFO] [stderr] Compiling futures-executor v0.3.28 [INFO] [stderr] Compiling futures v0.3.28 [INFO] [stderr] Compiling zstd v0.12.3+zstd.1.5.2 [INFO] [stderr] Compiling bytes v1.4.0 [INFO] [stderr] Compiling serde_urlencoded v0.7.1 [INFO] [stderr] Compiling serde_bytes v0.11.9 [INFO] [stderr] Compiling uuid v1.3.1 [INFO] [stderr] Compiling http v0.2.9 [INFO] [stderr] Compiling bytestring v1.3.0 [INFO] [stderr] Compiling toml_edit v0.19.8 [INFO] [stderr] Compiling async-graphql-value v4.0.16 [INFO] [stderr] Compiling actix-router v0.5.1 [INFO] [stderr] Compiling http-body v0.4.5 [INFO] [stderr] Compiling async-graphql-parser v4.0.16 [INFO] [stderr] Compiling bson v2.6.1 [INFO] [stderr] Compiling actix-web-codegen v4.2.0 [INFO] [stderr] Compiling proc-macro-crate v1.3.1 [INFO] [stderr] Compiling async-graphql-derive v4.0.16 [INFO] [stderr] Compiling tokio-util v0.7.7 [INFO] [stderr] Compiling actix-rt v2.8.0 [INFO] [stderr] Compiling tokio-native-tls v0.3.1 [INFO] [stderr] Compiling actix-server v2.2.0 [INFO] [stderr] Compiling h2 v0.3.17 [INFO] [stderr] Compiling actix-codec v0.5.0 [INFO] [stderr] Compiling actix v0.13.0 [INFO] [stderr] Compiling async-graphql v4.0.16 [INFO] [stderr] Compiling actix-http v3.3.1 [INFO] [stderr] Compiling hyper v0.14.26 [INFO] [stderr] Compiling actix-web v4.3.1 [INFO] [stderr] Compiling hyper-tls v0.5.0 [INFO] [stderr] Compiling reqwest v0.11.16 [INFO] [stderr] Compiling actix-web-actors v4.2.0 [INFO] [stderr] Compiling actix-cors v0.6.4 [INFO] [stderr] Compiling async-graphql-actix-web v4.0.16 [INFO] [stderr] Compiling bumblebee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Product as ShopifyProduct` [INFO] [stdout] --> src/graphql/resolvers.rs:3:67 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{structs::users::CustomUser, clients::shopify::types::{Product as ShopifyProduct, Shopify}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UserId` [INFO] [stdout] --> src/graphql/resolvers.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use super::{inputs::{UserId, UserInput, SyncShopifyProductsInput}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Utc` [INFO] [stdout] --> src/clients/shopify/types.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Product` [INFO] [stdout] --> src/clients/shopify/mod.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | use self::types::{Shopify, ShopifyAPIError, Product}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductTransformer` is never constructed [INFO] [stdout] --> src/transformers/product.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct ProductTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/product.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ProductTransformer { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] 12 | pub async fn normalize(&self, payload: Value, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderTransformer` is never constructed [INFO] [stdout] --> src/transformers/order.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | struct OrderTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/order.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | impl OrderTransformer { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 9 | fn normalize(&self, payload: &str, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_shop`, `set_api_key`, `rest_url`, and `get_api_endpoint` are never used [INFO] [stdout] --> src/clients/shopify/mod.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl Shopify { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn get_shop(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn set_api_key(&mut self, api_key: &str) -> Result<&mut Shopify, String> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn rest_url(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn get_api_endpoint(&self, endpoint: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ShopSystem` is never used [INFO] [stdout] --> src/structs/utils.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum ShopSystem { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShopSystem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 41.19s [INFO] running `Command { std: "docker" "inspect" "44035b2227c5b81ad896b976bc332f8e05ae5c7087e5119cedc79602c335f954", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "44035b2227c5b81ad896b976bc332f8e05ae5c7087e5119cedc79602c335f954", kill_on_drop: false }` [INFO] [stdout] 44035b2227c5b81ad896b976bc332f8e05ae5c7087e5119cedc79602c335f954 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc2/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:2788e3201cd34a07e3172128adcd8b3090168a8e3bcc40d7c032b9dda1df7d1c" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2024-03-24" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 59eee4603357e7ccb42f79042842df84acf9f4a38a64ba750d3228b0d86443f6 [INFO] running `Command { std: "docker" "start" "-a" "59eee4603357e7ccb42f79042842df84acf9f4a38a64ba750d3228b0d86443f6", kill_on_drop: false }` [INFO] [stderr] Compiling bumblebee v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused import: `Product as ShopifyProduct` [INFO] [stdout] --> src/graphql/resolvers.rs:3:67 [INFO] [stdout] | [INFO] [stdout] 3 | use crate::{structs::users::CustomUser, clients::shopify::types::{Product as ShopifyProduct, Shopify}}; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `UserId` [INFO] [stdout] --> src/graphql/resolvers.rs:5:22 [INFO] [stdout] | [INFO] [stdout] 5 | use super::{inputs::{UserId, UserInput, SyncShopifyProductsInput}}; [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `DateTime`, `Utc` [INFO] [stdout] --> src/clients/shopify/types.rs:3:14 [INFO] [stdout] | [INFO] [stdout] 3 | use chrono::{DateTime, Utc}; [INFO] [stdout] | ^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `Product` [INFO] [stdout] --> src/clients/shopify/mod.rs:7:45 [INFO] [stdout] | [INFO] [stdout] 7 | use self::types::{Shopify, ShopifyAPIError, Product}; [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `ProductTransformer` is never constructed [INFO] [stdout] --> src/transformers/product.rs:8:8 [INFO] [stdout] | [INFO] [stdout] 8 | struct ProductTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/product.rs:12:18 [INFO] [stdout] | [INFO] [stdout] 11 | impl ProductTransformer { [INFO] [stdout] | ----------------------- method in this implementation [INFO] [stdout] 12 | pub async fn normalize(&self, payload: Value, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `OrderTransformer` is never constructed [INFO] [stdout] --> src/transformers/order.rs:5:8 [INFO] [stdout] | [INFO] [stdout] 5 | struct OrderTransformer { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `normalize` is never used [INFO] [stdout] --> src/transformers/order.rs:9:8 [INFO] [stdout] | [INFO] [stdout] 8 | impl OrderTransformer { [INFO] [stdout] | --------------------- method in this implementation [INFO] [stdout] 9 | fn normalize(&self, payload: &str, shop_system: ShopSystem) -> Result { [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: methods `get_shop`, `set_api_key`, `rest_url`, and `get_api_endpoint` are never used [INFO] [stdout] --> src/clients/shopify/mod.rs:44:12 [INFO] [stdout] | [INFO] [stdout] 10 | impl Shopify { [INFO] [stdout] | ------------ methods in this implementation [INFO] [stdout] ... [INFO] [stdout] 44 | pub fn get_shop(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 48 | pub fn set_api_key(&mut self, api_key: &str) -> Result<&mut Shopify, String> { [INFO] [stdout] | ^^^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 63 | pub fn rest_url(&self) -> &str { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 67 | pub fn get_api_endpoint(&self, endpoint: &str) -> String { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `ShopSystem` is never used [INFO] [stdout] --> src/structs/utils.rs:14:10 [INFO] [stdout] | [INFO] [stdout] 14 | pub enum ShopSystem { [INFO] [stdout] | ^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `ShopSystem` has derived impls for the traits `Debug` and `Clone`, but these are intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: linking with `cc` failed: exit status: 1 [INFO] [stdout] | [INFO] [stdout] = note: LC_ALL="C" PATH="/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/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/rustcBbYJ1M/symbols.o" "/opt/rustwide/target/debug/deps/bumblebee-6e103ce869e4ce63.bumblebee.8887363e0a6f8c74-cgu.0.rcgu.o" "/opt/rustwide/target/debug/deps/bumblebee-6e103ce869e4ce63.3tb4vdwlmo6tu2mu.rcgu.o" "-Wl,--as-needed" "-L" "/opt/rustwide/target/debug/deps" "-L" "/opt/rustwide/target/debug/build/zstd-sys-bb4d8c35f2d27c0f/out" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-Wl,-Bstatic" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libtest-6daab1e3a89c38f6.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgetopts-a2334fe82ab8e779.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunicode_width-086a6af293dd94b2.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_std-35b31d6efe8fa397.rlib" "/opt/rustwide/target/debug/deps/libasync_graphql_actix_web-c6203fd7bc4c2ffb.rlib" "/opt/rustwide/target/debug/deps/libasync_channel-5affa4fe5426cb37.rlib" "/opt/rustwide/target/debug/deps/libevent_listener-769af95c79f2a6ea.rlib" "/opt/rustwide/target/debug/deps/libconcurrent_queue-e99221b9465db714.rlib" "/opt/rustwide/target/debug/deps/libactix_web_actors-89c509398690e63b.rlib" "/opt/rustwide/target/debug/deps/libactix-69661a84fceeb9b8.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_channel-2d7a0a29b3a5d284.rlib" "/opt/rustwide/target/debug/deps/libcrossbeam_utils-7ee20280d9aebd0d.rlib" "/opt/rustwide/target/debug/deps/libactix_cors-51cb895836852b39.rlib" "/opt/rustwide/target/debug/deps/libactix_web-e68adff4318e1687.rlib" "/opt/rustwide/target/debug/deps/libcookie-c27de676cc7130f1.rlib" "/opt/rustwide/target/debug/deps/libactix_server-67d696f1a6bb2f2d.rlib" "/opt/rustwide/target/debug/deps/libactix_router-d7263745c219f3be.rlib" "/opt/rustwide/target/debug/deps/libactix_http-e46960a78033be7a.rlib" "/opt/rustwide/target/debug/deps/libbrotli-4c2052bbf77b0eb1.rlib" "/opt/rustwide/target/debug/deps/libbrotli_decompressor-d16d8ae6ee288f40.rlib" "/opt/rustwide/target/debug/deps/liballoc_stdlib-3809969a7931de1f.rlib" "/opt/rustwide/target/debug/deps/liballoc_no_stdlib-429cf3419c926494.rlib" "/opt/rustwide/target/debug/deps/libhttpdate-af0e4761081a49c7.rlib" "/opt/rustwide/target/debug/deps/libsha1-046747c40488f181.rlib" "/opt/rustwide/target/debug/deps/libcpufeatures-2c30d4f302bc5799.rlib" "/opt/rustwide/target/debug/deps/libdigest-2cae504f4be9b273.rlib" "/opt/rustwide/target/debug/deps/libblock_buffer-35d507cb4d59e4c7.rlib" "/opt/rustwide/target/debug/deps/libcrypto_common-3d0eb161b945cd07.rlib" "/opt/rustwide/target/debug/deps/libgeneric_array-9a7f621fb45a6f4e.rlib" "/opt/rustwide/target/debug/deps/libtypenum-486446c5d1f61c48.rlib" "/opt/rustwide/target/debug/deps/liblocal_channel-b5a429364059efc1.rlib" "/opt/rustwide/target/debug/deps/libbytestring-b42ec3460aa01367.rlib" "/opt/rustwide/target/debug/deps/liblanguage_tags-75c9481146d7d21e.rlib" "/opt/rustwide/target/debug/deps/libahash-dbcec65506263568.rlib" "/opt/rustwide/target/debug/deps/libzstd-3220f7a9f88ee23b.rlib" "/opt/rustwide/target/debug/deps/libzstd_safe-80faf519b0d9003b.rlib" "/opt/rustwide/target/debug/deps/libzstd_sys-16383ed6a631e115.rlib" "/opt/rustwide/target/debug/deps/libflate2-d2af9a1d493841c6.rlib" "/opt/rustwide/target/debug/deps/libminiz_oxide-42fe36ed8d543635.rlib" "/opt/rustwide/target/debug/deps/libadler-eba61f23bb3cdb48.rlib" "/opt/rustwide/target/debug/deps/libcrc32fast-dbea8ee6fb11ce73.rlib" "/opt/rustwide/target/debug/deps/libactix_service-4ece1e8e7d4cbaef.rlib" "/opt/rustwide/target/debug/deps/libactix_codec-b0095189e2b13ddb.rlib" "/opt/rustwide/target/debug/deps/libactix_rt-8270e93b16f9cd9e.rlib" "/opt/rustwide/target/debug/deps/libactix_utils-c5c93534b08fda77.rlib" "/opt/rustwide/target/debug/deps/liblocal_waker-acabd62a2ec7f80f.rlib" "/opt/rustwide/target/debug/deps/libfutures-148c72b1cfc4c9ba.rlib" "/opt/rustwide/target/debug/deps/libfutures_executor-6763a6d1602e30a2.rlib" "/opt/rustwide/target/debug/deps/libreqwest-ceadb97bfba43d4b.rlib" "/opt/rustwide/target/debug/deps/libhyper_tls-0823ab14b832bebf.rlib" "/opt/rustwide/target/debug/deps/libbase64-a25f4c710a824bfc.rlib" "/opt/rustwide/target/debug/deps/libipnet-ea5fa9b3594d4579.rlib" "/opt/rustwide/target/debug/deps/libtokio_native_tls-dd0fbf9183affb3a.rlib" "/opt/rustwide/target/debug/deps/libnative_tls-996ba6efcf8f4fc4.rlib" "/opt/rustwide/target/debug/deps/libopenssl_probe-01da96bec2dfd166.rlib" "/opt/rustwide/target/debug/deps/libopenssl-c4fb5965f60baef4.rlib" "/opt/rustwide/target/debug/deps/libforeign_types-34162016ad32c65c.rlib" "/opt/rustwide/target/debug/deps/libforeign_types_shared-6c481fa47d8ef87b.rlib" "/opt/rustwide/target/debug/deps/libopenssl_sys-2efab041d427c8fc.rlib" "/opt/rustwide/target/debug/deps/libhyper-7ce1141069607ffc.rlib" "/opt/rustwide/target/debug/deps/libwant-14f9215dbf3df951.rlib" "/opt/rustwide/target/debug/deps/libtry_lock-539bdf1ed77a7a8a.rlib" "/opt/rustwide/target/debug/deps/libh2-3e5fcccd089ef448.rlib" "/opt/rustwide/target/debug/deps/libtokio_util-01e1f800f23b3fc0.rlib" "/opt/rustwide/target/debug/deps/libtower_service-92bbc7b5a1dd8782.rlib" "/opt/rustwide/target/debug/deps/libtracing-e9045f3fc9a41d3a.rlib" "/opt/rustwide/target/debug/deps/libtracing_core-dc8d7d896191b9c2.rlib" "/opt/rustwide/target/debug/deps/libtokio-0dd60526f2b86fd3.rlib" "/opt/rustwide/target/debug/deps/libsignal_hook_registry-5726a62d273f5647.rlib" "/opt/rustwide/target/debug/deps/libnum_cpus-f6504a275cfa0ff5.rlib" "/opt/rustwide/target/debug/deps/libsocket2-edb45a99d2849796.rlib" "/opt/rustwide/target/debug/deps/libmio-19fc68a9629ebeba.rlib" "/opt/rustwide/target/debug/deps/libparking_lot-17605c3a34772767.rlib" "/opt/rustwide/target/debug/deps/libparking_lot_core-35ccb99bec64fd38.rlib" "/opt/rustwide/target/debug/deps/libsmallvec-5f186dbb2829e135.rlib" "/opt/rustwide/target/debug/deps/liblock_api-7efc9c602b898216.rlib" "/opt/rustwide/target/debug/deps/libscopeguard-31f1b56a39f2a372.rlib" "/opt/rustwide/target/debug/deps/libhttp_body-dfec328b2132590d.rlib" "/opt/rustwide/target/debug/deps/liburl-8ff4cfebe939dcbc.rlib" "/opt/rustwide/target/debug/deps/libidna-34a129a2150038b3.rlib" "/opt/rustwide/target/debug/deps/libunicode_normalization-6720ecd938ebfb2b.rlib" "/opt/rustwide/target/debug/deps/libtinyvec-dcbbce603bc23510.rlib" "/opt/rustwide/target/debug/deps/libtinyvec_macros-333661e3b238a9a3.rlib" "/opt/rustwide/target/debug/deps/libunicode_bidi-c077d6a813fe7ae8.rlib" "/opt/rustwide/target/debug/deps/libasync_graphql-f1c25fc2eaa763c8.rlib" "/opt/rustwide/target/debug/deps/libserde_urlencoded-0c720b4b9c4475d1.rlib" "/opt/rustwide/target/debug/deps/libform_urlencoded-2e6be29729763aa6.rlib" "/opt/rustwide/target/debug/deps/libpercent_encoding-52ba3d834e28489d.rlib" "/opt/rustwide/target/debug/deps/libtempfile-4433d26ee182e886.rlib" "/opt/rustwide/target/debug/deps/libfastrand-9a0695f12d217e0d.rlib" "/opt/rustwide/target/debug/deps/librustix-ab606043c83dfe00.rlib" "/opt/rustwide/target/debug/deps/libio_lifetimes-2a6345d15a73e458.rlib" "/opt/rustwide/target/debug/deps/libbitflags-85e13ed1e0c6d910.rlib" "/opt/rustwide/target/debug/deps/liblinux_raw_sys-0beb3e145868ddf2.rlib" "/opt/rustwide/target/debug/deps/libstatic_assertions-0ef270c4de502b0e.rlib" "/opt/rustwide/target/debug/deps/libasync_stream-b51edd676c21a7bc.rlib" "/opt/rustwide/target/debug/deps/libregex-d90d960b3091faef.rlib" "/opt/rustwide/target/debug/deps/libaho_corasick-13dc14dca1895e31.rlib" "/opt/rustwide/target/debug/deps/libregex_syntax-b113d34fa562c5bb.rlib" "/opt/rustwide/target/debug/deps/libfast_chemail-8821141f348a0187.rlib" "/opt/rustwide/target/debug/deps/libascii_utils-37d1266fabb1dfef.rlib" "/opt/rustwide/target/debug/deps/libbson-f86fbe656e266670.rlib" "/opt/rustwide/target/debug/deps/libbase64-fca76a9e376e88b4.rlib" "/opt/rustwide/target/debug/deps/libuuid-9b7577847c6878d2.rlib" "/opt/rustwide/target/debug/deps/liblazy_static-efa3519517df6cf0.rlib" "/opt/rustwide/target/debug/deps/librand-73ea302cd49c93a2.rlib" "/opt/rustwide/target/debug/deps/librand_chacha-e3531303971ad015.rlib" "/opt/rustwide/target/debug/deps/libppv_lite86-db48c90fa293bcfe.rlib" "/opt/rustwide/target/debug/deps/librand_core-6335d4dab9957d3d.rlib" "/opt/rustwide/target/debug/deps/libhex-bf5d7c1623e40692.rlib" "/opt/rustwide/target/debug/deps/libahash-a91397ba4ec8c55d.rlib" "/opt/rustwide/target/debug/deps/libgetrandom-3712b7a665e543f9.rlib" "/opt/rustwide/target/debug/deps/libonce_cell-89a59e3876533ea0.rlib" "/opt/rustwide/target/debug/deps/libbitvec-f2227b644884ba19.rlib" "/opt/rustwide/target/debug/deps/libwyz-b9ad50c5a23ba281.rlib" "/opt/rustwide/target/debug/deps/libtap-b85dccd7e33b9fac.rlib" "/opt/rustwide/target/debug/deps/libradium-23c3c7bf7109ca51.rlib" "/opt/rustwide/target/debug/deps/libfunty-36159d7a9009c5ea.rlib" "/opt/rustwide/target/debug/deps/libserde_bytes-182153d77a55859f.rlib" "/opt/rustwide/target/debug/deps/libchrono-0e0a398581875bdc.rlib" "/opt/rustwide/target/debug/deps/libiana_time_zone-f4e0c7f53a97610a.rlib" "/opt/rustwide/target/debug/deps/libnum_integer-082737c027273f86.rlib" "/opt/rustwide/target/debug/deps/libnum_traits-3b46dfbf697523e2.rlib" "/opt/rustwide/target/debug/deps/libtime-1b26322225c0209f.rlib" "/opt/rustwide/target/debug/deps/liblibc-2c278ced0b8f7097.rlib" "/opt/rustwide/target/debug/deps/libtime-ccff8eab748fc10c.rlib" "/opt/rustwide/target/debug/deps/libtime_core-6553406c36f10fbb.rlib" "/opt/rustwide/target/debug/deps/libmulter-471ae2267736864b.rlib" "/opt/rustwide/target/debug/deps/libmime-a9df5a780629fb7d.rlib" "/opt/rustwide/target/debug/deps/liblog-c50132996933641a.rlib" "/opt/rustwide/target/debug/deps/libhttparse-2dbc320ca65411a3.rlib" "/opt/rustwide/target/debug/deps/libspin-1188d51a30036dc5.rlib" "/opt/rustwide/target/debug/deps/libencoding_rs-43ba0f5a32920363.rlib" "/opt/rustwide/target/debug/deps/libcfg_if-e7002d307f97bc56.rlib" "/opt/rustwide/target/debug/deps/libasync_graphql_parser-21a3652ff6d730e1.rlib" "/opt/rustwide/target/debug/deps/libpest-be95edd7633f6a7b.rlib" "/opt/rustwide/target/debug/deps/libucd_trie-9baa357a8a46f87a.rlib" "/opt/rustwide/target/debug/deps/libfutures_util-c6da6f9beeeacad9.rlib" "/opt/rustwide/target/debug/deps/libmemchr-33d05ae5bba76030.rlib" "/opt/rustwide/target/debug/deps/libfutures_io-bb2605a304778a77.rlib" "/opt/rustwide/target/debug/deps/libslab-7cf3b345ffecd469.rlib" "/opt/rustwide/target/debug/deps/libfutures_channel-b7720f9d993fe4fe.rlib" "/opt/rustwide/target/debug/deps/libpin_project_lite-e8b15c1d45637ce8.rlib" "/opt/rustwide/target/debug/deps/libfutures_sink-3387e8374b45be05.rlib" "/opt/rustwide/target/debug/deps/libfutures_task-44fabbc3ce50b4f3.rlib" "/opt/rustwide/target/debug/deps/libpin_utils-9c5dcf17efb91bff.rlib" "/opt/rustwide/target/debug/deps/libfutures_core-eae31d72cfa7dcb2.rlib" "/opt/rustwide/target/debug/deps/libhttp-58f39fbad6bc6fef.rlib" "/opt/rustwide/target/debug/deps/libfnv-953831fe314029b4.rlib" "/opt/rustwide/target/debug/deps/libthiserror-c45ce80db0d5301b.rlib" "/opt/rustwide/target/debug/deps/libasync_graphql_value-185d53d7b661f63a.rlib" "/opt/rustwide/target/debug/deps/libbytes-a2d7662b6c7ee144.rlib" "/opt/rustwide/target/debug/deps/libserde_json-dde66ac023d53fd0.rlib" "/opt/rustwide/target/debug/deps/libryu-ce09991353a76c10.rlib" "/opt/rustwide/target/debug/deps/libitoa-780f6737fc9d34ad.rlib" "/opt/rustwide/target/debug/deps/libindexmap-be2962b1e3739ff2.rlib" "/opt/rustwide/target/debug/deps/libhashbrown-e273ba0f8cdcbe5b.rlib" "/opt/rustwide/target/debug/deps/libserde-94178deaf4caace8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd-7c8cd1ffc7c5704a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libpanic_unwind-1e3d939fe4a32679.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libobject-bed8a8012d8de197.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libmemchr-9836220ffcdef837.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libaddr2line-477946c62ad09c5d.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libgimli-034c7f6c8e092d4a.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_demangle-adf6bdbbb95d6d76.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libstd_detect-4fd348bd7cce625e.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libhashbrown-8fda1b14c74c5d02.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_alloc-39c58d6af528e9fd.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libminiz_oxide-e61464812b7ba584.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libadler-a1a7e8ad93bd156f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libunwind-5c7df282c1e709fe.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcfg_if-e94871c8e3cbbc8f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liblibc-f9710d18df4cb9d1.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/liballoc-67944a192beb15f8.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/librustc_std_workspace_core-e46bc3da6d7c462f.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcore-8d1ac131d3cb2645.rlib" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib/libcompiler_builtins-c7f132c6815d4f60.rlib" "-Wl,-Bdynamic" "-lssl" "-lcrypto" "-lgcc_s" "-lutil" "-lrt" "-lpthread" "-lm" "-ldl" "-lc" "-Wl,--eh-frame-hdr" "-Wl,-z,noexecstack" "-L" "/opt/rustwide/rustup-home/toolchains/beta-2024-03-24-x86_64-unknown-linux-gnu/lib/rustlib/x86_64-unknown-linux-gnu/lib" "-o" "/opt/rustwide/target/debug/deps/bumblebee-6e103ce869e4ce63" "-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; 10 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `bumblebee` (bin "bumblebee" test) due to 2 previous errors; 10 warnings emitted [INFO] running `Command { std: "docker" "inspect" "59eee4603357e7ccb42f79042842df84acf9f4a38a64ba750d3228b0d86443f6", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "59eee4603357e7ccb42f79042842df84acf9f4a38a64ba750d3228b0d86443f6", kill_on_drop: false }` [INFO] [stdout] 59eee4603357e7ccb42f79042842df84acf9f4a38a64ba750d3228b0d86443f6