[INFO] crate orma 0.2.0 is already in cache
[INFO] checking orma-0.2.0 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate orma 0.2.0 into /workspace/builds/worker-6/source
[INFO] validating manifest of crates.io crate orma 0.2.0 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate orma 0.2.0
[INFO] finished tweaking crates.io crate orma 0.2.0
[INFO] tweaked toml for crates.io crate orma 0.2.0 written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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=forbid" "-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" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] [stdout] d7b0950972e8d81a6500db15a7571850604710529232378db236a5bd4aec3456
[INFO] running `"docker" "start" "-a" "d7b0950972e8d81a6500db15a7571850604710529232378db236a5bd4aec3456"`
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking phf v0.8.0
[INFO] [stderr]    Compiling tokio-macros v0.2.5
[INFO] [stderr]     Checking futures-util v0.3.4
[INFO] [stderr]     Checking crypto-mac v0.7.0
[INFO] [stderr]     Checking sha2 v0.8.1
[INFO] [stderr]     Checking serde_json v1.0.51
[INFO] [stderr]     Checking uuid v0.8.1
[INFO] [stderr]     Checking hmac v0.7.1
[INFO] [stderr]     Checking postgres-protocol v0.5.1
[INFO] [stderr]     Checking tokio v0.2.17
[INFO] [stderr]     Checking postgres-types v0.1.1
[INFO] [stderr]     Checking futures-executor v0.3.4
[INFO] [stderr]     Checking futures v0.3.4
[INFO] [stderr]     Checking tokio-util v0.3.1
[INFO] [stderr]     Checking tokio-postgres v0.5.3
[INFO] [stderr]     Checking orma v0.2.0 (/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:37:11
[INFO] [stderr]    |
[INFO] [stderr] 37 |     user: &DbEntity<User>,
[INFO] [stderr]    |           ^^^^^^^^^^^^^^^ the trait `orma::dbentity::DbData` is not implemented for `user::User`
[INFO] [stderr]    |
[INFO] [stderr]    = note: required by `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] running `"docker" "inspect" "d7b0950972e8d81a6500db15a7571850604710529232378db236a5bd4aec3456"`
[INFO] running `"docker" "rm" "-f" "d7b0950972e8d81a6500db15a7571850604710529232378db236a5bd4aec3456"`
[INFO] [stdout] d7b0950972e8d81a6500db15a7571850604710529232378db236a5bd4aec3456
