[INFO] cloning repository https://github.com/igotfr/pokedex [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/igotfr/pokedex" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figotfr%2Fpokedex", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figotfr%2Fpokedex'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] aa43f8ed9f992631449d59cfe0196626b553b48f [INFO] testing igotfr/pokedex against beta-2025-01-12 for beta-1.85-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Figotfr%2Fpokedex" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/igotfr/pokedex on toolchain beta-2025-01-12 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/igotfr/pokedex [INFO] finished tweaking git repo https://github.com/igotfr/pokedex [INFO] tweaked toml for git repo https://github.com/igotfr/pokedex written to /workspace/builds/worker-6-tc2/source/Cargo.toml [INFO] crate git repo https://github.com/igotfr/pokedex 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-2025-01-12" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded rouille v3.6.1 [INFO] [stderr] Downloaded ureq v2.5.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 03ba88a9ad3619124b4e072b94929880072ba15d0f51f7bcf0cd8ae01a67c016 [INFO] running `Command { std: "docker" "start" "-a" "03ba88a9ad3619124b4e072b94929880072ba15d0f51f7bcf0cd8ae01a67c016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "03ba88a9ad3619124b4e072b94929880072ba15d0f51f7bcf0cd8ae01a67c016", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "03ba88a9ad3619124b4e072b94929880072ba15d0f51f7bcf0cd8ae01a67c016", kill_on_drop: false }` [INFO] [stdout] 03ba88a9ad3619124b4e072b94929880072ba15d0f51f7bcf0cd8ae01a67c016 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] d463f2808c7754f46986647fc3e7e42cde2c137e965dfb975d73c5edb2a2a91f [INFO] running `Command { std: "docker" "start" "-a" "d463f2808c7754f46986647fc3e7e42cde2c137e965dfb975d73c5edb2a2a91f", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.137 [INFO] [stderr] Compiling version_check v0.9.4 [INFO] [stderr] Compiling cfg-if v1.0.0 [INFO] [stderr] Compiling proc-macro2 v1.0.47 [INFO] [stderr] Compiling quote v1.0.21 [INFO] [stderr] Compiling unicode-ident v1.0.5 [INFO] [stderr] Compiling once_cell v1.16.0 [INFO] [stderr] Compiling syn v1.0.103 [INFO] [stderr] Compiling cc v1.0.76 [INFO] [stderr] Compiling typenum v1.15.0 [INFO] [stderr] Compiling autocfg v1.1.0 [INFO] [stderr] Compiling crc32fast v1.3.2 [INFO] [stderr] Compiling generic-array v0.14.6 [INFO] [stderr] Compiling unicase v2.6.0 [INFO] [stderr] Compiling log v0.4.17 [INFO] [stderr] Compiling memchr v2.5.0 [INFO] [stderr] Compiling serde_derive v1.0.147 [INFO] [stderr] Compiling untrusted v0.7.1 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling spin v0.5.2 [INFO] [stderr] Compiling tinyvec v1.6.0 [INFO] [stderr] Compiling ring v0.16.20 [INFO] [stderr] Compiling num-traits v0.2.15 [INFO] [stderr] Compiling proc-macro-error-attr v1.0.4 [INFO] [stderr] Compiling ahash v0.7.6 [INFO] [stderr] Compiling serde v1.0.147 [INFO] [stderr] Compiling io-lifetimes v1.0.3 [INFO] [stderr] Compiling mime_guess v2.0.4 [INFO] [stderr] Compiling getrandom v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.45 [INFO] [stderr] Compiling unicode-normalization v0.1.22 [INFO] [stderr] Compiling rand_core v0.6.4 [INFO] [stderr] Compiling proc-macro-error v1.0.4 [INFO] [stderr] Compiling serde_json v1.0.87 [INFO] [stderr] Compiling ppv-lite86 v0.2.17 [INFO] [stderr] Compiling percent-encoding v2.2.0 [INFO] [stderr] Compiling rustix v0.36.5 [INFO] [stderr] Compiling unicode-bidi v0.3.8 [INFO] [stderr] Compiling pkg-config v0.3.26 [INFO] [stderr] Compiling fastrand v1.8.0 [INFO] [stderr] Compiling vcpkg v0.2.15 [INFO] [stderr] Compiling alloc-no-stdlib v2.0.4 [INFO] [stderr] Compiling remove_dir_all v0.5.3 [INFO] [stderr] Compiling httparse v1.8.0 [INFO] [stderr] Compiling bitflags v1.3.2 [INFO] [stderr] Compiling alloc-stdlib v0.2.2 [INFO] [stderr] Compiling tempfile v3.3.0 [INFO] [stderr] Compiling rand_chacha v0.3.1 [INFO] [stderr] Compiling idna v0.3.0 [INFO] [stderr] Compiling form_urlencoded v1.1.0 [INFO] [stderr] Compiling block-buffer v0.10.3 [INFO] [stderr] Compiling crypto-common v0.1.6 [INFO] [stderr] Compiling libsqlite3-sys v0.25.2 [INFO] [stderr] Compiling itoa v1.0.4 [INFO] [stderr] Compiling safemem v0.3.3 [INFO] [stderr] Compiling linux-raw-sys v0.1.3 [INFO] [stderr] Compiling ryu v1.0.11 [INFO] [stderr] Compiling rustls v0.20.7 [INFO] [stderr] Compiling chunked_transfer v1.4.0 [INFO] [stderr] Compiling mime v0.3.16 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling buf_redux v0.8.4 [INFO] [stderr] Compiling miniz_oxide v0.6.2 [INFO] [stderr] Compiling hashbrown v0.12.3 [INFO] [stderr] Compiling url v2.3.1 [INFO] [stderr] Compiling digest v0.10.6 [INFO] [stderr] Compiling rand v0.8.5 [INFO] [stderr] Compiling webpki v0.22.0 [INFO] [stderr] Compiling sct v0.7.0 [INFO] [stderr] Compiling brotli-decompressor v2.3.2 [INFO] [stderr] Compiling twoway v0.1.8 [INFO] [stderr] Compiling num_cpus v1.14.0 [INFO] [stderr] Compiling terminal_size v0.1.17 [INFO] [stderr] Compiling gzip-header v1.0.0 [INFO] [stderr] Compiling num_threads v0.1.6 [INFO] [stderr] Compiling unicode-width v0.1.10 [INFO] [stderr] Compiling iana-time-zone v0.1.53 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling ascii v1.1.0 [INFO] [stderr] Compiling adler32 v1.2.0 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling time-core v0.1.0 [INFO] [stderr] Compiling httpdate v1.0.2 [INFO] [stderr] Compiling os_str_bytes v6.4.1 [INFO] [stderr] Compiling heck v0.4.0 [INFO] [stderr] Compiling base64 v0.13.1 [INFO] [stderr] Compiling cpufeatures v0.2.5 [INFO] [stderr] Compiling sha1 v0.10.5 [INFO] [stderr] Compiling clap_derive v4.0.21 [INFO] [stderr] Compiling tiny_http v0.12.0 [INFO] [stderr] Compiling clap_lex v0.3.0 [INFO] [stderr] Compiling time v0.3.17 [INFO] [stderr] Compiling multipart v0.18.0 [INFO] [stderr] Compiling deflate v1.0.0 [INFO] [stderr] Compiling chrono v0.4.23 [INFO] [stderr] Compiling brotli v3.3.4 [INFO] [stderr] Compiling console v0.15.2 [INFO] [stderr] Compiling is-terminal v0.4.1 [INFO] [stderr] Compiling threadpool v1.8.1 [INFO] [stderr] Compiling webpki-roots v0.22.6 [INFO] [stderr] Compiling hashlink v0.8.1 [INFO] [stderr] Compiling flate2 v1.0.25 [INFO] [stderr] Compiling filetime v0.2.18 [INFO] [stderr] Compiling zeroize v1.5.7 [INFO] [stderr] Compiling termcolor v1.1.3 [INFO] [stderr] Compiling fallible-streaming-iterator v0.1.9 [INFO] [stderr] Compiling strsim v0.10.0 [INFO] [stderr] Compiling smallvec v1.10.0 [INFO] [stderr] Compiling fallible-iterator v0.2.0 [INFO] [stderr] Compiling dialoguer v0.10.2 [INFO] [stderr] Compiling rusqlite v0.28.0 [INFO] [stderr] Compiling clap v4.0.29 [INFO] [stderr] Compiling rouille v3.6.1 [INFO] [stderr] Compiling ureq v2.5.0 [INFO] [stderr] Compiling pokedex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/repositories/pokemon.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn fetch_by_name(&self, name: String) -> Result, FetchAllError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> src/repositories/pokemon.rs:277:11 [INFO] [stdout] | [INFO] [stdout] 277 | let mut pokemons = vec![]; [INFO] [stdout] | ----^^^^^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/repositories/pokemon.rs:473:27 [INFO] [stdout] | [INFO] [stdout] 473 | fn fetch_by_name(&self, name: String) -> Result, FetchAllError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `number`, `name`, and `types` are never read [INFO] [stdout] --> src/cli/create_pokemon.rs:9:3 [INFO] [stdout] | [INFO] [stdout] 8 | struct Response { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 9 | number: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | types: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `number`, `name`, and `types` are never read [INFO] [stdout] --> src/cli/fetch_all_pokemons.rs:7:5 [INFO] [stdout] | [INFO] [stdout] 6 | struct Response { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 7 | number: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 8 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 9 | types: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: fields `number`, `name`, and `types` are never read [INFO] [stdout] --> src/cli/fetch_pokemon.rs:9:5 [INFO] [stdout] | [INFO] [stdout] 8 | struct Response { [INFO] [stdout] | -------- fields in this struct [INFO] [stdout] 9 | number: u16, [INFO] [stdout] | ^^^^^^ [INFO] [stdout] 10 | name: String, [INFO] [stdout] | ^^^^ [INFO] [stdout] 11 | types: Vec, [INFO] [stdout] | ^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `Response` has a derived impl for the trait `Debug`, but this is intentionally ignored during dead code analysis [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Response` is never constructed [INFO] [stdout] --> src/domain/fetch_pokemons_by_name.rs:5:12 [INFO] [stdout] | [INFO] [stdout] 5 | pub struct Response { [INFO] [stdout] | ^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: struct `Request` is never constructed [INFO] [stdout] --> src/domain/fetch_pokemons_by_name.rs:11:12 [INFO] [stdout] | [INFO] [stdout] 11 | pub struct Request { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: enum `Error` is never used [INFO] [stdout] --> src/domain/fetch_pokemons_by_name.rs:15:10 [INFO] [stdout] | [INFO] [stdout] 15 | pub enum Error { [INFO] [stdout] | ^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function `execute` is never used [INFO] [stdout] --> src/domain/fetch_pokemons_by_name.rs:19:8 [INFO] [stdout] | [INFO] [stdout] 19 | pub fn execute(repo: Arc, req: Request) -> Result, Error> { [INFO] [stdout] | ^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: method `fetch_by_name` is never used [INFO] [stdout] --> src/repositories/pokemon.rs:38:6 [INFO] [stdout] | [INFO] [stdout] 33 | pub trait Repository: Send + Sync { [INFO] [stdout] | ---------- method in this trait [INFO] [stdout] ... [INFO] [stdout] 38 | fn fetch_by_name(&self, name: String) -> Result, FetchAllError>; [INFO] [stdout] | ^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Finished `dev` profile [unoptimized + debuginfo] target(s) in 1m 18s [INFO] [stderr] warning: the following packages contain code that will be rejected by a future version of Rust: buf_redux v0.8.4, multipart v0.18.0 [INFO] [stderr] note: to see what the problems were, use the option `--future-incompat-report`, or run `cargo report future-incompatibilities --id 1` [INFO] running `Command { std: "docker" "inspect" "d463f2808c7754f46986647fc3e7e42cde2c137e965dfb975d73c5edb2a2a91f", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "d463f2808c7754f46986647fc3e7e42cde2c137e965dfb975d73c5edb2a2a91f", kill_on_drop: false }` [INFO] [stdout] d463f2808c7754f46986647fc3e7e42cde2c137e965dfb975d73c5edb2a2a91f [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-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:86ea7c7af713d31e8cfdb68a6d0db50b5cf7cbeecde3d112f9f257f747318d36" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2025-01-12" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0e2342c6202dc88eaa539337a5bbeaaaf51978a1f01cceb884efc7cdca056b9c [INFO] running `Command { std: "docker" "start" "-a" "0e2342c6202dc88eaa539337a5bbeaaaf51978a1f01cceb884efc7cdca056b9c", kill_on_drop: false }` [INFO] [stderr] Compiling pokedex v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] warning: unused variable: `name` [INFO] [stdout] --> src/repositories/pokemon.rs:276:29 [INFO] [stdout] | [INFO] [stdout] 276 | fn fetch_by_name(&self, name: String) -> Result, FetchAllError> { [INFO] [stdout] | ^^^^ help: if this is intentional, prefix it with an underscore: `_name` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `pokedex` (bin "pokedex" test); 1 warning emitted [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] No space left on device (os error 28) [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] failed to parse process output: `/opt/rustwide/rustup-home/toolchains/beta-2025-01-12-x86_64-unknown-linux-gnu/bin/rustc --crate-name pokedex --edition=2021 src/main.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat --emit=dep-info,link -C embed-bitcode=no -C debuginfo=2 --test --check-cfg 'cfg(docsrs,test)' --check-cfg 'cfg(feature, values())' -C metadata=1df19f3d79923000 -C extra-filename=-f017672723924c82 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern clap=/opt/rustwide/target/debug/deps/libclap-a8785aa0c590b6af.rlib --extern dialoguer=/opt/rustwide/target/debug/deps/libdialoguer-c2a4f4396521bd2a.rlib --extern rouille=/opt/rustwide/target/debug/deps/librouille-c1243058f0dee18c.rlib --extern rusqlite=/opt/rustwide/target/debug/deps/librusqlite-ee2f53493a1023cf.rlib --extern serde=/opt/rustwide/target/debug/deps/libserde-13b2e3ae023349a5.rlib --extern serde_json=/opt/rustwide/target/debug/deps/libserde_json-9c37d3cdb866fc7a.rlib --extern ureq=/opt/rustwide/target/debug/deps/libureq-1905e1313efd06a9.rlib --cap-lints=warn -L native=/opt/rustwide/target/debug/build/ring-c53a3e60e1c515a6/out` (exit status: 1) [INFO] running `Command { std: "docker" "inspect" "0e2342c6202dc88eaa539337a5bbeaaaf51978a1f01cceb884efc7cdca056b9c", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0e2342c6202dc88eaa539337a5bbeaaaf51978a1f01cceb884efc7cdca056b9c", kill_on_drop: false }` [INFO] [stdout] 0e2342c6202dc88eaa539337a5bbeaaaf51978a1f01cceb884efc7cdca056b9c