[INFO] fetching crate eventific_postgres 0.1.3... [INFO] checking eventific_postgres-0.1.3 against beta-2019-10-27 for pr-65897 [INFO] extracting crate eventific_postgres 0.1.3 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate eventific_postgres 0.1.3 on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "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-2/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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-2019-10-27" "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] 3559f273a58054b2557e02df3fbedc87a1beeacfb8a2c88831e078ff9ee394d0 [INFO] running `"docker" "start" "-a" "3559f273a58054b2557e02df3fbedc87a1beeacfb8a2c88831e078ff9ee394d0"` [INFO] [stderr] Checking winapi v0.3.8 [INFO] [stderr] Compiling darling_core v0.8.6 [INFO] [stderr] Checking winconsole v0.10.0 [INFO] [stderr] Checking colored v1.8.0 [INFO] [stderr] Checking eventific v0.1.15 [INFO] [stderr] Compiling darling_macro v0.8.6 [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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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 type `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" "3559f273a58054b2557e02df3fbedc87a1beeacfb8a2c88831e078ff9ee394d0"` [INFO] running `"docker" "rm" "-f" "3559f273a58054b2557e02df3fbedc87a1beeacfb8a2c88831e078ff9ee394d0"` [INFO] [stdout] 3559f273a58054b2557e02df3fbedc87a1beeacfb8a2c88831e078ff9ee394d0