[INFO] cloning repository https://github.com/ivanceras/codegenta [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/ivanceras/codegenta" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fcodegenta"` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fcodegenta'... [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77d62c7cbdf25359ca1e2a53b7715ff771ccf03a [INFO] checking ivanceras/codegenta against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fcodegenta" "/workspace/builds/worker-9/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-9/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/ivanceras/codegenta on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/ivanceras/codegenta [INFO] removed path dependency rustorm from git repo https://github.com/ivanceras/codegenta [INFO] finished tweaking git repo https://github.com/ivanceras/codegenta [INFO] tweaked toml for git repo https://github.com/ivanceras/codegenta written to /workspace/builds/worker-9/source/Cargo.toml [INFO] crate git repo https://github.com/ivanceras/codegenta already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /workspace/builds/worker-9/source/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-9/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] a130bfc903f05b4661daa2cd9d75eb818bd017a4ed1357c89ec259e31f15f1b6 [INFO] running `"docker" "start" "-a" "a130bfc903f05b4661daa2cd9d75eb818bd017a4ed1357c89ec259e31f15f1b6"` [INFO] [stderr] Checking phf_shared v0.7.15 [INFO] [stderr] Checking uuid v0.4.0 [INFO] [stderr] Checking scheduled-thread-pool v0.1.0 [INFO] [stderr] Checking uuid v0.3.1 [INFO] [stderr] Checking serde_json v0.7.4 [INFO] [stderr] Checking chrono v0.2.25 [INFO] [stderr] Checking phf v0.7.15 [INFO] [stderr] Checking r2d2 v0.7.4 [INFO] [stderr] Checking postgres v0.11.12 [INFO] [stderr] Checking r2d2_postgres v0.10.1 [INFO] [stderr] Checking rustorm v0.5.6 [INFO] [stderr] error[E0277]: the trait bound `uuid::Uuid: postgres::types::ToSql` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustorm-0.5.6/src/platform/postgres.rs:78:51 [INFO] [stderr] | [INFO] [stderr] 78 | Value::Uuid(ref x) => params.push(x), [INFO] [stderr] | ^ the trait `postgres::types::ToSql` is not implemented for `uuid::Uuid` [INFO] [stderr] | [INFO] [stderr] = note: required for the cast to the object type `dyn postgres::types::ToSql` [INFO] [stderr] [INFO] [stderr] error[E0277]: the trait bound `uuid::Uuid: postgres::types::FromSql` is not satisfied [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rustorm-0.5.6/src/platform/postgres.rs:98:59 [INFO] [stderr] | [INFO] [stderr] 98 | ... Ok(value) => Some(Value::Uuid(value)), [INFO] [stderr] | ^^^^^ the trait `postgres::types::FromSql` is not implemented for `uuid::Uuid` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `rustorm`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a130bfc903f05b4661daa2cd9d75eb818bd017a4ed1357c89ec259e31f15f1b6"` [INFO] running `"docker" "rm" "-f" "a130bfc903f05b4661daa2cd9d75eb818bd017a4ed1357c89ec259e31f15f1b6"` [INFO] [stdout] a130bfc903f05b4661daa2cd9d75eb818bd017a4ed1357c89ec259e31f15f1b6