[INFO] updating cached repository https://github.com/ivanceras/codegenta
[INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"`
[INFO] running `"git" "rev-parse" "HEAD"`
[INFO] [stdout] 77d62c7cbdf25359ca1e2a53b7715ff771ccf03a
[INFO] checking ivanceras/codegenta against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fivanceras%2Fcodegenta" "/workspace/builds/worker-3/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/ivanceras/codegenta on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr] error: the lock file /workspace/builds/worker-3/source/Cargo.lock needs to be updated but --locked was passed to prevent this
[INFO] [stderr] If you want to try to generate the lock file without accessing the network, use the --offline flag.
[INFO] the lockfile is outdated, regenerating it
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"`
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "fetch" "--locked" "--manifest-path" "Cargo.toml"`
[INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "check" "--frozen" "--all" "--all-targets"`
[INFO] [stdout] 62193b1cbf545ff37b88f399bfa3e2922a5813d9a319ab7902033b45c8650190
[INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap.
[INFO] running `"docker" "start" "-a" "62193b1cbf545ff37b88f399bfa3e2922a5813d9a319ab7902033b45c8650190"`
[INFO] [stderr]     Checking uuid v0.4.0
[INFO] [stderr]     Checking serde v0.7.15
[INFO] [stderr]     Checking scheduled-thread-pool v0.1.0
[INFO] [stderr]     Checking memchr v0.1.11
[INFO] [stderr]     Checking uuid v0.3.1
[INFO] [stderr]     Checking thread-id v2.0.0
[INFO] [stderr]     Checking uuid v0.1.18
[INFO] [stderr]     Checking chrono v0.2.25
[INFO] [stderr]     Checking thread_local v0.2.7
[INFO] [stderr]     Checking r2d2 v0.7.4
[INFO] [stderr]     Checking aho-corasick v0.5.3
[INFO] [stderr]     Checking regex v0.1.80
[INFO] [stderr]     Checking postgres v0.11.12
[INFO] [stderr]     Checking env_logger v0.3.5
[INFO] [stderr]     Checking serde_json v0.7.4
[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:94:33
[INFO] [stderr]    |
[INFO] [stderr] 94 |                 let value = row.get_opt(index);
[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" "62193b1cbf545ff37b88f399bfa3e2922a5813d9a319ab7902033b45c8650190"`
[INFO] running `"docker" "rm" "-f" "62193b1cbf545ff37b88f399bfa3e2922a5813d9a319ab7902033b45c8650190"`
[INFO] [stdout] 62193b1cbf545ff37b88f399bfa3e2922a5813d9a319ab7902033b45c8650190
