[INFO] cloning repository https://github.com/MegaBouncer/Server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/MegaBouncer/Server" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FServer"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FServer'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4afe39caec14582fad9032fabbbdba97f4c85112 [INFO] testing MegaBouncer/Server against 1.44.0 for beta-1.45-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FMegaBouncer%2FServer" "/workspace/builds/worker-8/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-8/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/MegaBouncer/Server on toolchain 1.44.0 [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/MegaBouncer/Server [INFO] removed path dependency shared from git repo https://github.com/MegaBouncer/Server [INFO] finished tweaking git repo https://github.com/MegaBouncer/Server [INFO] tweaked toml for git repo https://github.com/MegaBouncer/Server written to /workspace/builds/worker-8/source/Cargo.toml [INFO] crate git repo https://github.com/MegaBouncer/Server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-8/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag. [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"/workspace/cargo-home/bin/cargo" "+1.44.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-8/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+1.44.0" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] ec6092ed991a6aae90296e80468e8b3bc15b484831da36dd8dea67b7ee98955b [INFO] running `"docker" "start" "-a" "ec6092ed991a6aae90296e80468e8b3bc15b484831da36dd8dea67b7ee98955b"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] warning: dependency (shared) specified without providing a local path, Git repository, or version to use. This will be considered an error in future versions [INFO] [stderr] Compiling version_check v0.9.2 [INFO] [stderr] Compiling syn v1.0.30 [INFO] [stderr] Compiling cortex-m v0.6.2 [INFO] [stderr] Compiling stable_deref_trait v1.1.1 [INFO] [stderr] Compiling vcell v0.1.2 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling proc-macro-hack v0.5.16 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling itoa v0.4.5 [INFO] [stderr] Compiling rangetree v0.1.2 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling bare-metal v0.2.5 [INFO] [stderr] Compiling mio v0.7.0 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling standback v0.2.9 [INFO] [stderr] Compiling time v0.2.16 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling generic-array v0.13.2 [INFO] [stderr] Compiling as-slice v0.1.3 [INFO] [stderr] Compiling aligned v0.3.2 [INFO] [stderr] Compiling shared v0.1.2 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling time-macros v0.1.0 [INFO] [stderr] Compiling server v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0432]: unresolved import `shared::writeable` [INFO] [stderr] --> src/client.rs:1:13 [INFO] [stderr] | [INFO] [stderr] 1 | use shared::writeable::{Writeable, WriteQueue}; [INFO] [stderr] | ^^^^^^^^^ could not find `writeable` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `shared::Channel`, `shared::Message` [INFO] [stderr] --> src/client.rs:2:14 [INFO] [stderr] | [INFO] [stderr] 2 | use shared::{Channel, Message}; //, MessageReply}; [INFO] [stderr] | ^^^^^^^ ^^^^^^^ no `Message` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Channel` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `shared::Error`, `shared::Result` [INFO] [stderr] --> src/client.rs:5:14 [INFO] [stderr] | [INFO] [stderr] 5 | use shared::{Error, Result};//, Uuid}; [INFO] [stderr] | ^^^^^ ^^^^^^ no `Result` in the root [INFO] [stderr] | | [INFO] [stderr] | no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::tcp` [INFO] [stderr] --> src/client.rs:7:10 [INFO] [stderr] | [INFO] [stderr] 7 | use mio::tcp::TcpStream; [INFO] [stderr] | ^^^ could not find `tcp` in `mio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/client.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use shared::prelude::*; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved imports `mio::PollOpt`, `mio::Ready` [INFO] [stderr] --> src/server.rs:1:32 [INFO] [stderr] | [INFO] [stderr] 1 | use mio::{Events, Token, Poll, PollOpt, Ready}; [INFO] [stderr] | ^^^^^^^ ^^^^^ no `Ready` in the root [INFO] [stderr] | | [INFO] [stderr] | no `PollOpt` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::Error` [INFO] [stderr] --> src/server.rs:3:5 [INFO] [stderr] | [INFO] [stderr] 3 | use shared::Error; //, MessageReply}; [INFO] [stderr] | ^^^^^^^^^^^^^ no `Error` in the root [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `mio::tcp` [INFO] [stderr] --> src/server.rs:5:10 [INFO] [stderr] | [INFO] [stderr] 5 | use mio::tcp::TcpListener; [INFO] [stderr] | ^^^ could not find `tcp` in `mio` [INFO] [stderr] [INFO] [stderr] error[E0432]: unresolved import `shared::prelude` [INFO] [stderr] --> src/server.rs:8:13 [INFO] [stderr] | [INFO] [stderr] 8 | use shared::prelude::*; [INFO] [stderr] | ^^^^^^^ could not find `prelude` in `shared` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Message` [INFO] [stderr] --> src/server.rs:152:56 [INFO] [stderr] | [INFO] [stderr] 152 | ... messages_to_broadcast.push(Message::new_disconnected_client(name)); [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/server.rs:163:30 [INFO] [stderr] | [INFO] [stderr] 163 | .map(Value::String) [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Message` [INFO] [stderr] --> src/server.rs:166:41 [INFO] [stderr] | [INFO] [stderr] 166 | client.try_send(Message::new_emit("server.clients", |mut map| { [INFO] [stderr] | ^^^^^^^ use of undeclared type or module `Message` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: use of undeclared type or module `Value` [INFO] [stderr] --> src/server.rs:167:65 [INFO] [stderr] | [INFO] [stderr] 167 | ... map.insert(String::from("clients"), Value::Array(names)); [INFO] [stderr] | ^^^^^ use of undeclared type or module `Value` [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `IDENTIFY` in this scope [INFO] [stderr] --> src/client.rs:194:12 [INFO] [stderr] | [INFO] [stderr] 194 | if IDENTIFY.is(&message.channel){ [INFO] [stderr] | ^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `REGISTER_LISTENER` in this scope [INFO] [stderr] --> src/client.rs:196:19 [INFO] [stderr] | [INFO] [stderr] 196 | } else if REGISTER_LISTENER.is(&message.channel) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `FORGET_LISTENER` in this scope [INFO] [stderr] --> src/client.rs:198:19 [INFO] [stderr] | [INFO] [stderr] 198 | } else if FORGET_LISTENER.is(&message.channel) { [INFO] [stderr] | ^^^^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `LIST_CLIENTS` in this scope [INFO] [stderr] --> src/client.rs:200:19 [INFO] [stderr] | [INFO] [stderr] 200 | } else if LIST_CLIENTS.is(&message.channel) { [INFO] [stderr] | ^^^^^^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find function `now` in crate `time` [INFO] [stderr] --> src/server.rs:22:24 [INFO] [stderr] | [INFO] [stderr] 22 | let time = ::time::now(); [INFO] [stderr] | ^^^ not found in `time` [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Message` in this scope [INFO] [stderr] --> src/server.rs:127:38 [INFO] [stderr] | [INFO] [stderr] 127 | fn broadcast(&mut self, message: Message) { [INFO] [stderr] | ^^^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0425]: cannot find value `REPLY` in this scope [INFO] [stderr] --> src/server.rs:129:12 [INFO] [stderr] | [INFO] [stderr] 129 | if REPLY.is(&message.channel) { [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] [INFO] [stderr] error[E0412]: cannot find type `Value` in this scope [INFO] [stderr] --> src/server.rs:160:36 [INFO] [stderr] | [INFO] [stderr] 160 | let names: Vec = self.clients [INFO] [stderr] | ^^^^^ not found in this scope [INFO] [stderr] | [INFO] [stderr] help: possible candidates are found in other modules, you can import them into scope [INFO] [stderr] | [INFO] [stderr] 1 | use serde_json::Value; [INFO] [stderr] | [INFO] [stderr] 1 | use serde_json::value::Value; [INFO] [stderr] | [INFO] [stderr] [INFO] [stderr] error: aborting due to 21 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0412, E0425, E0432, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0412`. [INFO] [stderr] error: could not compile `server`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "ec6092ed991a6aae90296e80468e8b3bc15b484831da36dd8dea67b7ee98955b"` [INFO] running `"docker" "rm" "-f" "ec6092ed991a6aae90296e80468e8b3bc15b484831da36dd8dea67b7ee98955b"` [INFO] [stdout] ec6092ed991a6aae90296e80468e8b3bc15b484831da36dd8dea67b7ee98955b