[INFO] updating cached repository MegaBouncer/Server [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/MegaBouncer/Server [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/MegaBouncer/Server" "work/ex/beta-1.38-1/sources/1.37.0/gh/MegaBouncer/Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/MegaBouncer/Server'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/MegaBouncer/Server" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MegaBouncer/Server"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MegaBouncer/Server'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 4afe39caec14582fad9032fabbbdba97f4c85112 [INFO] sha for GitHub repo MegaBouncer/Server: 4afe39caec14582fad9032fabbbdba97f4c85112 [INFO] validating manifest of MegaBouncer/Server on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of MegaBouncer/Server on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing MegaBouncer/Server [INFO] removed path dependency shared from MegaBouncer/Server [INFO] finished frobbing MegaBouncer/Server [INFO] frobbed toml for MegaBouncer/Server written to work/ex/beta-1.38-1/sources/1.37.0/gh/MegaBouncer/Server/Cargo.toml [INFO] started frobbing MegaBouncer/Server [INFO] removed path dependency shared from MegaBouncer/Server [INFO] finished frobbing MegaBouncer/Server [INFO] frobbed toml for MegaBouncer/Server written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MegaBouncer/Server/Cargo.toml [INFO] crate MegaBouncer/Server already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/MegaBouncer/Server/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing MegaBouncer/Server against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-2/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/MegaBouncer/Server:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] 70063d957366c6a59c4823031fea36b19e51ce870572aea2eb6889657b301b15 [INFO] running `"docker" "start" "-a" "70063d957366c6a59c4823031fea36b19e51ce870572aea2eb6889657b301b15"` [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 stable_deref_trait v1.1.1 [INFO] [stderr] Compiling vcell v0.1.0 [INFO] [stderr] Compiling cortex-m v0.6.1 [INFO] [stderr] Compiling cortex-m v0.5.10 [INFO] [stderr] Compiling aligned v0.2.0 [INFO] [stderr] Compiling rangetree v0.1.2 [INFO] [stderr] Compiling bare-metal v0.2.4 [INFO] [stderr] Compiling as-slice v0.1.0 [INFO] [stderr] Compiling volatile-register v0.2.0 [INFO] [stderr] Compiling aligned v0.3.1 [INFO] [stderr] Compiling shared v0.1.2 [INFO] [stderr] Compiling server v0.1.0 (/opt/crater/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 `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 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 `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[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] help: there is an enum variant `serde_json::error::ErrorCode::Message`; try using the variant's enum [INFO] [stderr] | [INFO] [stderr] 127 | fn broadcast(&mut self, message: serde_json::error::ErrorCode) { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [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] 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] warning: unused import: `shared::prelude::*` [INFO] [stderr] --> src/client.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use shared::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] note: lint level defined here [INFO] [stderr] --> src/main.rs:1:9 [INFO] [stderr] | [INFO] [stderr] 1 | #![deny(warnings)] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] = note: `#[warn(unused_imports)]` implied by `#[warn(warnings)]` [INFO] [stderr] [INFO] [stderr] warning: unused import: `shared::prelude::*` [INFO] [stderr] --> src/server.rs:8:5 [INFO] [stderr] | [INFO] [stderr] 8 | use shared::prelude::*; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 17 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" "70063d957366c6a59c4823031fea36b19e51ce870572aea2eb6889657b301b15"` [INFO] running `"docker" "rm" "-f" "70063d957366c6a59c4823031fea36b19e51ce870572aea2eb6889657b301b15"` [INFO] [stdout] 70063d957366c6a59c4823031fea36b19e51ce870572aea2eb6889657b301b15