[INFO] updating cached repository https://github.com/manuel-rhdt/vector_tiles [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/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] eef9bd27563c485d8368ae3f740bac3f4d43701f [INFO] testing manuel-rhdt/vector_tiles against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmanuel-rhdt%2Fvector_tiles" "work/builds/worker-2/source"` [INFO] [stderr] Cloning into 'work/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/manuel-rhdt/vector_tiles on toolchain 1.38.0 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/manuel-rhdt/vector_tiles [INFO] finished tweaking git repo https://github.com/manuel-rhdt/vector_tiles [INFO] tweaked toml for git repo https://github.com/manuel-rhdt/vector_tiles written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/manuel-rhdt/vector_tiles already has a lockfile, it will not be regenerated [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+1.38.0" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "build" "--frozen"` [INFO] [stdout] e2f5ab1f227f164b3022fecc53609779c2484b73d74a4f46d0091ef9c2e1810b [INFO] running `"docker" "start" "-a" "e2f5ab1f227f164b3022fecc53609779c2484b73d74a4f46d0091ef9c2e1810b"` [INFO] [stderr] Compiling rust-ini v0.12.2 [INFO] [stderr] Compiling crossbeam-utils v0.6.2 [INFO] [stderr] Compiling num-complex v0.2.1 [INFO] [stderr] Compiling termios v0.3.1 [INFO] [stderr] Compiling clicolors-control v0.3.1 [INFO] [stderr] Compiling backtrace-sys v0.1.24 [INFO] [stderr] Compiling toml v0.4.10 [INFO] [stderr] Compiling num-bigint v0.2.1 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling nom v4.1.1 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling phf_generator v0.7.23 [INFO] [stderr] Compiling synstructure v0.10.1 [INFO] [stderr] Compiling serde_derive v1.0.81 [INFO] [stderr] Compiling zip v0.5.0 [INFO] [stderr] Compiling serde-hjson v0.8.2 [INFO] [stderr] Compiling backtrace v0.3.9 [INFO] [stderr] Compiling console v0.7.1 [INFO] [stderr] Compiling crossbeam-epoch v0.6.1 [INFO] [stderr] Compiling tokio-reactor v0.1.7 [INFO] [stderr] Compiling tokio-timer v0.2.8 [INFO] [stderr] Compiling phf_codegen v0.7.23 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling crossbeam-deque v0.6.2 [INFO] [stderr] Compiling indicatif v0.10.3 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling tokio-tcp v0.1.2 [INFO] [stderr] Compiling tokio-udp v0.1.3 [INFO] [stderr] Compiling tokio-uds v0.2.4 [INFO] [stderr] Compiling config v0.9.1 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling tokio-threadpool v0.1.9 [INFO] [stderr] Compiling failure_derive v0.1.3 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] Compiling nalgebra v0.16.11 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling tokio v0.1.13 [INFO] [stderr] Compiling failure v0.1.3 [INFO] [stderr] Compiling hyper v0.12.17 [INFO] [stderr] Compiling hyper-tls v0.3.1 [INFO] [stderr] Compiling reqwest v0.9.5 [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.16.11/src/base/cg.rs:291:44 [INFO] [stderr] | [INFO] [stderr] 291 | 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] Compiling spade v1.6.0 [INFO] [stderr] Compiling geo-types v0.2.2 [INFO] [stderr] Compiling geo v0.10.3 [INFO] [stderr] Compiling geojson v0.13.0 [INFO] [stderr] Compiling maps v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 1m 01s [INFO] running `"docker" "inspect" "e2f5ab1f227f164b3022fecc53609779c2484b73d74a4f46d0091ef9c2e1810b"` [INFO] running `"docker" "rm" "-f" "e2f5ab1f227f164b3022fecc53609779c2484b73d74a4f46d0091ef9c2e1810b"` [INFO] [stdout] e2f5ab1f227f164b3022fecc53609779c2484b73d74a4f46d0091ef9c2e1810b [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "test" "--frozen" "--no-run"` [INFO] [stdout] 200495facd53056f371487f04a1c65f3d6d9f29730943061301709d8fe0f26e5 [INFO] running `"docker" "start" "-a" "200495facd53056f371487f04a1c65f3d6d9f29730943061301709d8fe0f26e5"` [INFO] [stderr] Compiling maps v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.16s [INFO] running `"docker" "inspect" "200495facd53056f371487f04a1c65f3d6d9f29730943061301709d8fe0f26e5"` [INFO] running `"docker" "rm" "-f" "200495facd53056f371487f04a1c65f3d6d9f29730943061301709d8fe0f26e5"` [INFO] [stdout] 200495facd53056f371487f04a1c65f3d6d9f29730943061301709d8fe0f26e5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-2/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/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=warn" "-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" "+1.38.0" "test" "--frozen"` [INFO] [stdout] dc967dc328d6004d8bb482e2acf5a407543a7a2bbd08b2639bbd46302cac56fc [INFO] running `"docker" "start" "-a" "dc967dc328d6004d8bb482e2acf5a407543a7a2bbd08b2639bbd46302cac56fc"` [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 0.14s [INFO] [stderr] Running /opt/rustwide/target/debug/deps/maps-578d218e550479ae [INFO] [stdout] [INFO] [stdout] running 1 test [INFO] [stdout] test test::test_tiles ... ok [INFO] [stdout] [INFO] [stdout] test result: ok. 1 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out [INFO] [stdout] [INFO] running `"docker" "inspect" "dc967dc328d6004d8bb482e2acf5a407543a7a2bbd08b2639bbd46302cac56fc"` [INFO] running `"docker" "rm" "-f" "dc967dc328d6004d8bb482e2acf5a407543a7a2bbd08b2639bbd46302cac56fc"` [INFO] [stdout] dc967dc328d6004d8bb482e2acf5a407543a7a2bbd08b2639bbd46302cac56fc