[INFO] updating cached repository ivanceras/codegenta [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/ivanceras/codegenta [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/ivanceras/codegenta" "work/ex/beta-1.38-1/sources/1.37.0/gh/ivanceras/codegenta"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/1.37.0/gh/ivanceras/codegenta'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/ivanceras/codegenta" "work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanceras/codegenta"` [INFO] [stderr] Cloning into 'work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanceras/codegenta'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 77d62c7cbdf25359ca1e2a53b7715ff771ccf03a [INFO] sha for GitHub repo ivanceras/codegenta: 77d62c7cbdf25359ca1e2a53b7715ff771ccf03a [INFO] validating manifest of ivanceras/codegenta on toolchain 1.37.0 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of ivanceras/codegenta on toolchain beta-2019-08-13 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing ivanceras/codegenta [INFO] removed path dependency rustorm from ivanceras/codegenta [INFO] finished frobbing ivanceras/codegenta [INFO] frobbed toml for ivanceras/codegenta written to work/ex/beta-1.38-1/sources/1.37.0/gh/ivanceras/codegenta/Cargo.toml [INFO] started frobbing ivanceras/codegenta [INFO] removed path dependency rustorm from ivanceras/codegenta [INFO] finished frobbing ivanceras/codegenta [INFO] frobbed toml for ivanceras/codegenta written to work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanceras/codegenta/Cargo.toml [INFO] crate ivanceras/codegenta already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Updating crates.io index [INFO] [stderr] error: the lock file /mnt/big/crater/work/ex/beta-1.38-1/sources/1.37.0/gh/ivanceras/codegenta/Cargo.lock needs to be updated but --locked was passed to prevent this [INFO] the lockfile is outdated, regenerating it [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+1.37.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+beta-2019-08-13" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] testing ivanceras/codegenta against beta-2019-08-13 for beta-1.38-1 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/beta-1.38-1/worker-3/beta-2019-08-13:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/beta-1.38-1/sources/beta-2019-08-13/gh/ivanceras/codegenta:/opt/crater/workdir:ro,Z" "-v" "/mnt/big/crater/work/local/cargo-home:/opt/crater/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/local/rustup-home:/opt/crater/rustup-home:ro,Z" "-e" "USER_ID=1000" "-e" "SOURCE_DIR=/opt/crater/workdir" "-e" "MAP_USER_ID=1000" "-e" "CARGO_TARGET_DIR=/opt/crater/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=warn" "-e" "CARGO_HOME=/opt/crater/cargo-home" "-e" "RUSTUP_HOME=/opt/crater/rustup-home" "-w" "/opt/crater/workdir" "-m" "1536M" "--network" "none" "rustops/crates-build-env" "/opt/crater/cargo-home/bin/cargo" "+beta-2019-08-13" "build" "--frozen"` [INFO] [stdout] fff5bba6363d6db6c7d7af92123a3f6caf85ff5b47cc127ae89226426f207774 [INFO] running `"docker" "start" "-a" "fff5bba6363d6db6c7d7af92123a3f6caf85ff5b47cc127ae89226426f207774"` [INFO] [stderr] Compiling phf_shared v0.7.15 [INFO] [stderr] Compiling uuid v0.4.0 [INFO] [stderr] Compiling scheduled-thread-pool v0.1.0 [INFO] [stderr] Compiling uuid v0.3.1 [INFO] [stderr] Compiling serde_json v0.7.4 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling r2d2 v0.7.4 [INFO] [stderr] Compiling phf v0.7.15 [INFO] [stderr] Compiling postgres v0.11.12 [INFO] [stderr] Compiling r2d2_postgres v0.10.1 [INFO] [stderr] Compiling rustorm v0.5.6 [INFO] [stderr] error[E0277]: the trait bound `uuid::Uuid: postgres::types::ToSql` is not satisfied [INFO] [stderr] --> /opt/crater/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/crater/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" "fff5bba6363d6db6c7d7af92123a3f6caf85ff5b47cc127ae89226426f207774"` [INFO] running `"docker" "rm" "-f" "fff5bba6363d6db6c7d7af92123a3f6caf85ff5b47cc127ae89226426f207774"` [INFO] [stdout] fff5bba6363d6db6c7d7af92123a3f6caf85ff5b47cc127ae89226426f207774