[INFO] cloning repository https://github.com/enokson/msg-store [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/enokson/msg-store" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenokson%2Fmsg-store", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenokson%2Fmsg-store'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 46900dccead6a882e48aa6a938c6117826ba1ca5 [INFO] testing enokson/msg-store against 1.60.0 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fenokson%2Fmsg-store" "/workspace/builds/worker-2/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/enokson/msg-store on toolchain 1.60.0 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/enokson/msg-store [INFO] finished tweaking git repo https://github.com/enokson/msg-store [INFO] tweaked toml for git repo https://github.com/enokson/msg-store written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/enokson/msg-store already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+1.60.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded bencher v0.1.5 [INFO] [stderr] Downloaded console v0.12.0 [INFO] [stderr] Downloaded leveldb v0.8.6 [INFO] [stderr] Downloaded db-key v0.0.5 [INFO] [stderr] Downloaded libc v0.2.83 [INFO] [stderr] Downloaded leveldb-sys v2.0.8 [INFO] [stderr] Downloaded laboratory v1.3.0 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 82a23a539b13431e1766d20a7c09c627e6cd6a020656034f1b45a3f411891272 [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" "82a23a539b13431e1766d20a7c09c627e6cd6a020656034f1b45a3f411891272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "82a23a539b13431e1766d20a7c09c627e6cd6a020656034f1b45a3f411891272", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "82a23a539b13431e1766d20a7c09c627e6cd6a020656034f1b45a3f411891272", kill_on_drop: false }` [INFO] [stdout] 82a23a539b13431e1766d20a7c09c627e6cd6a020656034f1b45a3f411891272 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "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] 167bec0b4384f6f7e4469a72ce114abf645939cf58c80d2450c127447e7032e3 [INFO] running `Command { std: "docker" "start" "-a" "167bec0b4384f6f7e4469a72ce114abf645939cf58c80d2450c127447e7032e3", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.83 [INFO] [stderr] Compiling cc v1.0.66 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling serde v1.0.123 [INFO] [stderr] Compiling db-key v0.0.5 [INFO] [stderr] Compiling byteorder v1.4.2 [INFO] [stderr] Compiling quote v1.0.8 [INFO] [stderr] Compiling cmake v0.1.45 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling leveldb-sys v2.0.8 [INFO] [stderr] Compiling leveldb v0.8.6 [INFO] [stderr] Compiling bincode v1.3.1 [INFO] [stderr] Compiling msg-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 19s [INFO] running `Command { std: "docker" "inspect" "167bec0b4384f6f7e4469a72ce114abf645939cf58c80d2450c127447e7032e3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "167bec0b4384f6f7e4469a72ce114abf645939cf58c80d2450c127447e7032e3", kill_on_drop: false }` [INFO] [stdout] 167bec0b4384f6f7e4469a72ce114abf645939cf58c80d2450c127447e7032e3 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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" "+1.60.0" "test" "--frozen" "--no-run" "--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] 86fd7174782d24cc6fdf735ea8a9291e49ef8182e172d79e59b3865f43224b63 [INFO] running `Command { std: "docker" "start" "-a" "86fd7174782d24cc6fdf735ea8a9291e49ef8182e172d79e59b3865f43224b63", kill_on_drop: false }` [INFO] [stderr] Compiling regex-syntax v0.6.22 [INFO] [stderr] Compiling serde_json v1.0.61 [INFO] [stderr] Compiling bencher v0.1.5 [INFO] [stderr] Compiling termios v0.3.3 [INFO] [stderr] Compiling terminal_size v0.1.16 [INFO] [stderr] Compiling rand v0.4.6 [INFO] [stderr] Compiling tempdir v0.3.7 [INFO] [stderr] Compiling regex v1.4.3 [INFO] [stderr] Compiling console v0.12.0 [INFO] [stderr] Compiling laboratory v1.3.0 [INFO] [stderr] Compiling msg-store v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msg_store_rs` [INFO] [stdout] --> tests/lib.rs:2:5 [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store_rs::{store::{Store}}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `msg_store_rs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::{store::{Store}}; [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `msg_store_rs` [INFO] [stdout] --> tests/lib.rs:3:5 [INFO] [stdout] | [INFO] [stdout] 3 | use msg_store_rs::config::{StoreConfig, CollectionConfig}; [INFO] [stdout] | ^^^^^^^^^^^^ use of undeclared crate or module `msg_store_rs` [INFO] [stdout] | [INFO] [stdout] help: there is a crate or module with a similar name [INFO] [stdout] | [INFO] [stdout] 3 | use msg_store::config::{StoreConfig, CollectionConfig}; [INFO] [stdout] | ~~~~~~~~~ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CollectionConfig` in this scope [INFO] [stdout] --> tests/lib.rs:12:20 [INFO] [stdout] | [INFO] [stdout] 12 | let priority_5 = CollectionConfig { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::config::CollectionConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StoreConfig` in this scope [INFO] [stdout] --> tests/lib.rs:16:16 [INFO] [stdout] | [INFO] [stdout] 16 | let config = StoreConfig { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::config::StoreConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/lib.rs:23:19 [INFO] [stdout] | [INFO] [stdout] 23 | let mut store = Store::new(config).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::store::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `CollectionConfig` in this scope [INFO] [stdout] --> tests/lib.rs:66:20 [INFO] [stdout] | [INFO] [stdout] 66 | let priority_5 = CollectionConfig { [INFO] [stdout] | ^^^^^^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::config::CollectionConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0422]: cannot find struct, variant or union type `StoreConfig` in this scope [INFO] [stdout] --> tests/lib.rs:70:16 [INFO] [stdout] | [INFO] [stdout] 70 | let config = StoreConfig { [INFO] [stdout] | ^^^^^^^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::config::StoreConfig; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `Store` [INFO] [stdout] --> tests/lib.rs:77:19 [INFO] [stdout] | [INFO] [stdout] 77 | let mut store = Store::new(config).unwrap(); [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] | [INFO] [stdout] help: consider importing this struct [INFO] [stdout] | [INFO] [stdout] 2 | use msg_store::store::Store; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 8 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0422, E0433. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0422`. [INFO] [stdout] [INFO] [stderr] error: could not compile `msg-store` due to 9 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "86fd7174782d24cc6fdf735ea8a9291e49ef8182e172d79e59b3865f43224b63", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "86fd7174782d24cc6fdf735ea8a9291e49ef8182e172d79e59b3865f43224b63", kill_on_drop: false }` [INFO] [stdout] 86fd7174782d24cc6fdf735ea8a9291e49ef8182e172d79e59b3865f43224b63