[INFO] crate eventific_postgres 0.1.3 is already in cache
[INFO] checking eventific_postgres-0.1.3 against master#209b2be09fcaff937480d1fbbe8b31646e361c7a for pr-70917
[INFO] extracting crate eventific_postgres 0.1.3 into /workspace/builds/worker-5/source
[INFO] validating manifest of crates.io crate eventific_postgres 0.1.3 on toolchain 209b2be09fcaff937480d1fbbe8b31646e361c7a
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking crates.io crate eventific_postgres 0.1.3
[INFO] finished tweaking crates.io crate eventific_postgres 0.1.3
[INFO] tweaked toml for crates.io crate eventific_postgres 0.1.3 written to /workspace/builds/worker-5/source/Cargo.toml
[INFO] running `"/workspace/cargo-home/bin/cargo" "+209b2be09fcaff937480d1fbbe8b31646e361c7a" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[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] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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] c3285aa1c5c54bd75d17fec799e9a1762349cbfd64aca6a3138db4a7f294663e
[INFO] running `"docker" "start" "-a" "c3285aa1c5c54bd75d17fec799e9a1762349cbfd64aca6a3138db4a7f294663e"`
[INFO] [stderr]    Compiling protobuf v2.8.2
[INFO] [stderr]    Compiling prometheus v0.7.0
[INFO] [stderr]     Checking rent_to_own v0.1.0
[INFO] [stderr]     Checking stringprep v0.1.2
[INFO] [stderr]     Checking uuid v0.7.4
[INFO] [stderr]     Checking bb8 v0.3.1
[INFO] [stderr]     Checking chrono v0.4.11
[INFO] [stderr]    Compiling darling_core v0.8.6
[INFO] [stderr]     Checking postgres-protocol v0.4.1
[INFO] [stderr]    Compiling darling_macro v0.8.6
[INFO] [stderr]     Checking eventific v0.1.18
[INFO] [stderr]    Compiling darling v0.8.6
[INFO] [stderr]    Compiling derive_state_machine_future v0.2.0
[INFO] [stderr]     Checking state_machine_future v0.2.0
[INFO] [stderr]     Checking tokio-postgres v0.4.0-rc.3
[INFO] [stderr]     Checking bb8-postgres v0.3.1
[INFO] [stderr]     Checking eventific_postgres v0.1.3 (/opt/rustwide/workdir)
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]   --> tests/postgres_store.rs:39:20
[INFO] [stderr]    |
[INFO] [stderr] 39 |     let id = Uuid::new_v4();
[INFO] [stderr]    |                    ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]   --> tests/postgres_store.rs:94:33
[INFO] [stderr]    |
[INFO] [stderr] 94 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]    |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:103:33
[INFO] [stderr]     |
[INFO] [stderr] 103 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:112:33
[INFO] [stderr]     |
[INFO] [stderr] 112 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:145:33
[INFO] [stderr]     |
[INFO] [stderr] 145 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:154:33
[INFO] [stderr]     |
[INFO] [stderr] 154 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:163:33
[INFO] [stderr]     |
[INFO] [stderr] 163 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:196:33
[INFO] [stderr]     |
[INFO] [stderr] 196 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:205:33
[INFO] [stderr]     |
[INFO] [stderr] 205 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:214:33
[INFO] [stderr]     |
[INFO] [stderr] 214 |             aggregate_id: Uuid::new_v4(),
[INFO] [stderr]     |                                 ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error[E0599]: no function or associated item named `new_v4` found for struct `uuid::Uuid` in the current scope
[INFO] [stderr]    --> tests/postgres_store.rs:245:20
[INFO] [stderr]     |
[INFO] [stderr] 245 |     let id = Uuid::new_v4();
[INFO] [stderr]     |                    ^^^^^^ function or associated item not found in `uuid::Uuid`
[INFO] [stderr] 
[INFO] [stderr] error: aborting due to 11 previous errors
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0599`.
[INFO] [stderr] error: could not compile `eventific_postgres`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "c3285aa1c5c54bd75d17fec799e9a1762349cbfd64aca6a3138db4a7f294663e"`
[INFO] running `"docker" "rm" "-f" "c3285aa1c5c54bd75d17fec799e9a1762349cbfd64aca6a3138db4a7f294663e"`
[INFO] [stdout] c3285aa1c5c54bd75d17fec799e9a1762349cbfd64aca6a3138db4a7f294663e
