[INFO] cloning repository https://github.com/gzbakku/gzbdb [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/gzbakku/gzbdb" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgzbakku%2Fgzbdb", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgzbakku%2Fgzbdb'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] caf55b7b0bf373b259cf47dc5849e1e9dc2bf1b0 [INFO] testing gzbakku/gzbdb against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fgzbakku%2Fgzbdb" "/workspace/builds/worker-5/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/gzbakku/gzbdb on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/gzbakku/gzbdb [INFO] finished tweaking git repo https://github.com/gzbakku/gzbdb [INFO] tweaked toml for git repo https://github.com/gzbakku/gzbdb written to /workspace/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/gzbakku/gzbdb already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 19dc26579b0f099d5714e2b2c0ae93eaf701e5151ba35fc876f287c3e62ab7b3 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "19dc26579b0f099d5714e2b2c0ae93eaf701e5151ba35fc876f287c3e62ab7b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "19dc26579b0f099d5714e2b2c0ae93eaf701e5151ba35fc876f287c3e62ab7b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "19dc26579b0f099d5714e2b2c0ae93eaf701e5151ba35fc876f287c3e62ab7b3", kill_on_drop: false }` [INFO] [stdout] 19dc26579b0f099d5714e2b2c0ae93eaf701e5151ba35fc876f287c3e62ab7b3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 0bf85d3428d1c661fd17be0053fcff461b300d2762dff4e0a80ec784ed6e69a1 [INFO] running `Command { std: "docker" "start" "-a" "0bf85d3428d1c661fd17be0053fcff461b300d2762dff4e0a80ec784ed6e69a1", kill_on_drop: false }` [INFO] [stderr] Compiling syn v1.0.69 [INFO] [stderr] Compiling libc v0.2.93 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling utils v0.1.0 (/opt/rustwide/workdir/utils) [INFO] [stderr] Compiling tokio v1.8.1 [INFO] [stderr] Compiling lock_api v0.4.3 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling keyval v0.1.0 (/opt/rustwide/workdir/keyval) [INFO] [stderr] Compiling gobject v0.1.0 (/opt/rustwide/workdir/gobject) [INFO] [stderr] Compiling http-body v0.4.2 [INFO] [stderr] Compiling messageQue v0.1.0 (/opt/rustwide/workdir/messageQue) [INFO] [stderr] Compiling bucket v0.1.0 (/opt/rustwide/workdir/bucket) [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> keyval/src/map.rs:725:21 [INFO] [stdout] | [INFO] [stdout] 725 | &collect.append(&mut hold); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 725 | let _ = &collect.append(&mut hold); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> keyval/src/map.rs:727:21 [INFO] [stdout] | [INFO] [stdout] 727 | &collect.append(&mut buffer.to_vec()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 727 | let _ = &collect.append(&mut buffer.to_vec()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size_in_kb` [INFO] [stdout] --> gobject/src/build.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | size_in_kb:f64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Size` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> gobject/src/build.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `read_u64_num` [INFO] [stdout] --> messageQue/src/parse.rs:31:8 [INFO] [stdout] | [INFO] [stdout] 31 | pub fn read_u64_num(pool:Vec)->Result{ [INFO] [stdout] | ^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: crate `messageQue` should have a snake case name [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_snake_case)]` on by default [INFO] [stdout] = help: convert the identifier to snake case: `message_que` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> bucket/src/map.rs:735:21 [INFO] [stdout] | [INFO] [stdout] 735 | &collect.append(&mut hold); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_must_use)]` on by default [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 735 | let _ = &collect.append(&mut hold); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused borrow that must be used [INFO] [stdout] --> bucket/src/map.rs:737:21 [INFO] [stdout] | [INFO] [stdout] 737 | &collect.append(&mut buffer.to_vec()); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ the borrow produces a value [INFO] [stdout] | [INFO] [stdout] help: use `let _ = ...` to ignore the resulting value [INFO] [stdout] | [INFO] [stdout] 737 | let _ = &collect.append(&mut buffer.to_vec()); [INFO] [stdout] | +++++++ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: field is never read: `size_in_kb` [INFO] [stdout] --> gobject/src/build.rs:72:5 [INFO] [stdout] | [INFO] [stdout] 72 | size_in_kb:f64, [INFO] [stdout] | ^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] note: `Size` has derived impls for the traits `Clone` and `Debug`, but these are intentionally ignored during dead code analysis [INFO] [stdout] --> gobject/src/build.rs:70:10 [INFO] [stdout] | [INFO] [stdout] 70 | #[derive(Debug,Clone)] [INFO] [stdout] | ^^^^^ ^^^^^ [INFO] [stdout] = note: this warning originates in the derive macro `Debug` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling parking_lot_core v0.8.3 [INFO] [stderr] Compiling signal-hook-registry v1.3.0 [INFO] [stderr] Compiling mio v0.7.11 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Compiling socket2 v0.4.0 [INFO] [stderr] Compiling dashmap v4.0.2 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rand_core v0.6.2 [INFO] [stderr] Compiling parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.3.0 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling tokio-macros v1.1.0 [INFO] [stderr] Compiling futures-macro v0.3.15 [INFO] [stderr] Compiling tracing-attributes v0.1.15 [INFO] [stderr] Compiling pin-project-internal v1.0.7 [INFO] [stderr] Compiling prost-derive v0.8.0 [INFO] [stderr] Compiling async-stream-impl v0.3.2 [INFO] [stderr] Compiling async-trait v0.1.50 [INFO] [stderr] Compiling async-stream v0.3.2 [INFO] [stderr] Compiling futures-util v0.3.15 [INFO] [stderr] Compiling pin-project v1.0.7 [INFO] [stderr] Compiling tracing v0.1.26 [INFO] [stderr] Compiling prost v0.8.0 [INFO] [stderr] Compiling tracing-futures v0.2.5 [INFO] [stderr] Compiling futures-executor v0.3.15 [INFO] [stderr] Compiling futures v0.3.15 [INFO] [stderr] Compiling tokio-io-timeout v1.1.1 [INFO] [stderr] Compiling tokio-util v0.6.7 [INFO] [stderr] Compiling tokio-stream v0.1.7 [INFO] [stderr] Compiling gmessage v0.1.0 (/opt/rustwide/workdir/gmessage) [INFO] [stderr] Compiling h2 v0.3.3 [INFO] [stderr] Compiling tower v0.4.8 [INFO] [stderr] Compiling iobox v0.1.0 (/opt/rustwide/workdir/iobox) [INFO] [stdout] warning: unused import: `Arc` [INFO] [stdout] --> iobox/src/builder.rs:1:17 [INFO] [stdout] | [INFO] [stdout] 1 | use std::sync::{Arc}; [INFO] [stdout] | ^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `tokio::sync::Notify` [INFO] [stdout] --> iobox/src/builder.rs:6:5 [INFO] [stdout] | [INFO] [stdout] 6 | use tokio::sync::Notify; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused imports: `Alphanumeric`, `Rng` [INFO] [stdout] --> iobox/src/main.rs:10:28 [INFO] [stdout] | [INFO] [stdout] 10 | use rand::{distributions::{Alphanumeric}, Rng}; [INFO] [stdout] | ^^^^^^^^^^^^ ^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> iobox/src/main.rs:103:17 [INFO] [stdout] | [INFO] [stdout] 103 | let mut lock_hold_sender = hold_sender.clone(); [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: variable does not need to be mutable [INFO] [stdout] --> iobox/src/main.rs:22:9 [INFO] [stdout] | [INFO] [stdout] 22 | let mut make:IoBox = IoBox::new().await; [INFO] [stdout] | ----^^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `no_of_tasks` should have an upper case name [INFO] [stdout] --> iobox/src/main.rs:16:7 [INFO] [stdout] | [INFO] [stdout] 16 | const no_of_tasks:u32 = 100; [INFO] [stdout] | ^^^^^^^^^^^ help: convert the identifier to upper case: `NO_OF_TASKS` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(non_upper_case_globals)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: constant `no_of_items_per_threads` should have an upper case name [INFO] [stdout] --> iobox/src/main.rs:17:7 [INFO] [stdout] | [INFO] [stdout] 17 | const no_of_items_per_threads:u32 = 100; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^ help: convert the identifier to upper case: `NO_OF_ITEMS_PER_THREADS` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 7 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling client v0.1.0 (/opt/rustwide/workdir/gmessagetest/client) [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir/gmessagetest/server) [INFO] [stdout] warning: unused import: `futures::future::join_all` [INFO] [stdout] --> gmessage/src/main.rs:41:5 [INFO] [stdout] | [INFO] [stdout] 41 | use futures::future::join_all; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused variable: `e` [INFO] [stdout] --> gmessage/src/v4/client/request.rs:64:21 [INFO] [stdout] | [INFO] [stdout] 64 | Err(e)=>{ [INFO] [stdout] | ^ help: if this is intentional, prefix it with an underscore: `_e` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_variables)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `runner` [INFO] [stdout] --> gmessage/src/main.rs:157:14 [INFO] [stdout] | [INFO] [stdout] 157 | async fn runner(b:&client_v4::RequestBuilder){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(dead_code)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: function is never used: `runner` [INFO] [stdout] --> gmessage/src/main.rs:289:14 [INFO] [stdout] | [INFO] [stdout] 289 | async fn runner(b:&client::RequestBuilder){ [INFO] [stdout] | ^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper v0.14.10 [INFO] [stdout] warning: 4 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling hyper-timeout v0.4.1 [INFO] [stderr] Compiling tonic v0.5.0 [INFO] [stderr] Compiling actor v0.1.0 (/opt/rustwide/workdir/actor) [INFO] [stderr] Compiling actor_tester v0.1.0 (/opt/rustwide/workdir/actor_tester) [INFO] [stdout] error: couldn't read actor/src/D:\workstation\expo\rust\gzbdb\actor\src\pb.proto: No such file or directory (os error 2) [INFO] [stdout] --> actor/src/server.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | include!("D:\\workstation\\expo\\rust\\gzbdb\\actor\\src\\pb.proto"); [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `include` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `actor` due to 2 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "0bf85d3428d1c661fd17be0053fcff461b300d2762dff4e0a80ec784ed6e69a1", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0bf85d3428d1c661fd17be0053fcff461b300d2762dff4e0a80ec784ed6e69a1", kill_on_drop: false }` [INFO] [stdout] 0bf85d3428d1c661fd17be0053fcff461b300d2762dff4e0a80ec784ed6e69a1