[INFO] fetching crate orma 0.3.1... [INFO] testing orma-0.3.1 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate orma 0.3.1 into /workspace/builds/worker-0/source [INFO] validating manifest of crates.io crate orma 0.3.1 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate orma 0.3.1 [INFO] finished tweaking crates.io crate orma 0.3.1 [INFO] tweaked toml for crates.io crate orma 0.3.1 written to /workspace/builds/worker-0/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded orma-derive v0.3.1 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "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] 9bd86c785f2bd4a9c2550606572e43e282463dc464e46c829b489d1759e15d21 [INFO] running `"docker" "start" "-a" "9bd86c785f2bd4a9c2550606572e43e282463dc464e46c829b489d1759e15d21"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling siphasher v0.3.3 [INFO] [stderr] Compiling futures-channel v0.3.5 [INFO] [stderr] Compiling stringprep v0.1.2 [INFO] [stderr] Compiling futures-macro v0.3.5 [INFO] [stderr] Compiling async-trait v0.1.33 [INFO] [stderr] Compiling serde_json v1.0.53 [INFO] [stderr] Compiling tokio v0.2.21 [INFO] [stderr] Compiling uuid v0.8.1 [INFO] [stderr] Compiling phf_shared v0.8.0 [INFO] [stderr] Compiling postgres-protocol v0.5.1 [INFO] [stderr] Compiling phf v0.8.0 [INFO] [stderr] Compiling postgres-types v0.1.1 [INFO] [stderr] Compiling futures-util v0.3.5 [INFO] [stderr] Compiling tokio-util v0.3.1 [INFO] [stderr] Compiling futures-executor v0.3.5 [INFO] [stderr] Compiling futures v0.3.5 [INFO] [stderr] Compiling tokio-postgres v0.5.4 [INFO] [stderr] Compiling orma v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 39.37s [INFO] running `"docker" "inspect" "9bd86c785f2bd4a9c2550606572e43e282463dc464e46c829b489d1759e15d21"` [INFO] running `"docker" "rm" "-f" "9bd86c785f2bd4a9c2550606572e43e282463dc464e46c829b489d1759e15d21"` [INFO] [stdout] 9bd86c785f2bd4a9c2550606572e43e282463dc464e46c829b489d1759e15d21 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-0/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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] de7db4085f17720ba483e83bd1f50e746f7bb8044aa81abcb32781a1f9d5538c [INFO] running `"docker" "start" "-a" "de7db4085f17720ba483e83bd1f50e746f7bb8044aa81abcb32781a1f9d5538c"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling orma v0.3.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `orma` [INFO] [stderr] --> tests/test.rs:79:9 [INFO] [stderr] | [INFO] [stderr] 79 | #[orma::test] [INFO] [stderr] | ^^^^ could not find `test` in `orma` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `orma` [INFO] [stderr] --> tests/test.rs:116:9 [INFO] [stderr] | [INFO] [stderr] 116 | #[orma::test] [INFO] [stderr] | ^^^^ could not find `test` in `orma` [INFO] [stderr] [INFO] [stderr] error[E0433]: failed to resolve: could not find `test` in `orma` [INFO] [stderr] --> tests/test.rs:150:9 [INFO] [stderr] | [INFO] [stderr] 150 | #[orma::test] [INFO] [stderr] | ^^^^ could not find `test` in `orma` [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `orma_obj` in this scope [INFO] [stderr] --> tests/group/mod.rs:4:3 [INFO] [stderr] | [INFO] [stderr] 4 | #[orma_obj(table = "intrared.groups")] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: cannot find attribute `orma_obj` in this scope [INFO] [stderr] --> tests/user/mod.rs:6:3 [INFO] [stderr] | [INFO] [stderr] 6 | #[orma_obj(table = "intrared.users")] [INFO] [stderr] | ^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `user::User: orma::dbentity::DbData` is not satisfied [INFO] [stderr] --> tests/user/mod.rs:36:26 [INFO] [stderr] | [INFO] [stderr] 36 | pub fn user_groups(user: &DbEntity) -> Result { [INFO] [stderr] | ^^^^^^^^^^^^^^^ the trait `orma::dbentity::DbData` is not implemented for `user::User` [INFO] [stderr] | [INFO] [stderr] ::: /opt/rustwide/workdir/src/dbentity.rs:76:8 [INFO] [stderr] | [INFO] [stderr] 76 | T: DbData + Serialize + DeserializeOwned, [INFO] [stderr] | ------ required by this bound in `orma::dbentity::DbEntity` [INFO] [stderr] [INFO] [stderr] error: aborting due to 6 previous errors [INFO] [stderr] [INFO] [stderr] Some errors have detailed explanations: E0277, E0433. [INFO] [stderr] For more information about an error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `orma`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "de7db4085f17720ba483e83bd1f50e746f7bb8044aa81abcb32781a1f9d5538c"` [INFO] running `"docker" "rm" "-f" "de7db4085f17720ba483e83bd1f50e746f7bb8044aa81abcb32781a1f9d5538c"` [INFO] [stdout] de7db4085f17720ba483e83bd1f50e746f7bb8044aa81abcb32781a1f9d5538c