[INFO] updating cached repository https://github.com/rory/tileigi [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] efbf8aeb54af8c3f224d618293b07507a29711bc [INFO] checking rory/tileigi against master#fe6d05a8b32f5c66c427ca524dbcce5a7145f87e for pr-64327 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Frory%2Ftileigi" "work/builds/worker-3/source"` [INFO] [stderr] Cloning into 'work/builds/worker-3/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/rory/tileigi on toolchain fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/rory/tileigi [INFO] finished tweaking git repo https://github.com/rory/tileigi [INFO] tweaked toml for git repo https://github.com/rory/tileigi written to work/builds/worker-3/source/Cargo.toml [INFO] crate git repo https://github.com/rory/tileigi already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+fe6d05a8b32f5c66c427ca524dbcce5a7145f87e-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 1f354ca803978a844e644b6600d53361067f4f68272ffa504b55a32e6155dd93 [INFO] running `"docker" "start" "-a" "1f354ca803978a844e644b6600d53361067f4f68272ffa504b55a32e6155dd93"` [INFO] [stderr] Compiling proc-macro2 v0.4.12 [INFO] [stderr] Compiling ryu v0.2.3 [INFO] [stderr] Checking protobuf v1.4.5 [INFO] [stderr] Compiling miniz-sys v0.1.10 [INFO] [stderr] Checking users v0.6.1 [INFO] [stderr] Checking rand v0.5.5 [INFO] [stderr] Compiling libsqlite3-sys v0.9.1 [INFO] [stderr] Checking base64 v0.6.0 [INFO] [stderr] Checking phf_shared v0.7.21 [INFO] [stderr] Checking socket2 v0.3.7 [INFO] [stderr] Checking log v0.4.3 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking phf v0.7.21 [INFO] [stderr] Checking backtrace-sys v0.1.24 [INFO] [stderr] Checking num-bigint v0.1.44 [INFO] [stderr] Checking cgmath v0.16.1 [INFO] [stderr] Checking backtrace v0.3.9 [INFO] [stderr] Checking sha2 v0.7.1 [INFO] [stderr] Checking hmac v0.5.0 [INFO] [stderr] Checking procinfo v0.4.2 [INFO] [stderr] Checking flate2 v1.0.2 [INFO] [stderr] Checking serde_json v1.0.26 [INFO] [stderr] Checking nalgebra v0.15.3 [INFO] [stderr] Checking rusqlite v0.13.0 [INFO] [stderr] Checking env_logger v0.5.12 [INFO] [stderr] error[E0119]: conflicting implementations of trait `std::convert::From<&_>` for type `types::to_sql::ToSqlOutput<'_>`: [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/rusqlite-0.13.0/src/types/to_sql.rs:26:1 [INFO] [stderr] | [INFO] [stderr] 18 | / impl<'a, T: ?Sized> From<&'a T> for ToSqlOutput<'a> [INFO] [stderr] 19 | | where &'a T: Into> [INFO] [stderr] 20 | | { [INFO] [stderr] 21 | | fn from(t: &'a T) -> Self { [INFO] [stderr] 22 | | ToSqlOutput::Borrowed(t.into()) [INFO] [stderr] 23 | | } [INFO] [stderr] 24 | | } [INFO] [stderr] | |_- first implementation here [INFO] [stderr] 25 | [INFO] [stderr] 26 | impl<'a, T: Into> From for ToSqlOutput<'a> { [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ conflicting implementation for `types::to_sql::ToSqlOutput<'_>` [INFO] [stderr] | [INFO] [stderr] = note: downstream crates may implement trait `std::convert::From<&_>` for type `types::value::Value` [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0119`. [INFO] [stderr] error: Could not compile `rusqlite`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] warning[E0502]: cannot borrow `*self` as immutable because it is also borrowed as mutable [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/nalgebra-0.15.3/src/base/cg.rs:292:44 [INFO] [stderr] | [INFO] [stderr] 292 | self[(j, i)] += shift[j] * self[(D::dim() - 1, i)]; [INFO] [stderr] | ---------------------------^^^^------------------- [INFO] [stderr] | | | [INFO] [stderr] | | immutable borrow occurs here [INFO] [stderr] | mutable borrow occurs here [INFO] [stderr] | mutable borrow later used here [INFO] [stderr] | [INFO] [stderr] = warning: this error has been downgraded to a warning for backwards compatibility with previous releases [INFO] [stderr] = warning: this represents potential undefined behavior in your code and this warning will become a hard error in the future [INFO] [stderr] = note: for more information, try `rustc --explain E0729` [INFO] [stderr] [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1f354ca803978a844e644b6600d53361067f4f68272ffa504b55a32e6155dd93"` [INFO] running `"docker" "rm" "-f" "1f354ca803978a844e644b6600d53361067f4f68272ffa504b55a32e6155dd93"` [INFO] [stdout] 1f354ca803978a844e644b6600d53361067f4f68272ffa504b55a32e6155dd93