[INFO] updating cached repository https://github.com/jacobmischka/corkboard-backend [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] 99d9e368662477147189945242963c1b4488c230 [INFO] testing jacobmischka/corkboard-backend against 1.38.0 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjacobmischka%2Fcorkboard-backend" "work/builds/worker-4/source"` [INFO] [stderr] Cloning into 'work/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/jacobmischka/corkboard-backend 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/jacobmischka/corkboard-backend [INFO] finished tweaking git repo https://github.com/jacobmischka/corkboard-backend [INFO] tweaked toml for git repo https://github.com/jacobmischka/corkboard-backend written to work/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/jacobmischka/corkboard-backend 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-4/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-4/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] cb3f39c25f3c1f4fa7ab33ad53041a80d61f81da6f621a726967b8fc7efdfaaf [INFO] running `"docker" "start" "-a" "cb3f39c25f3c1f4fa7ab33ad53041a80d61f81da6f621a726967b8fc7efdfaaf"` [INFO] [stderr] Compiling arc-swap v0.3.4 [INFO] [stderr] Compiling pdqselect v0.1.0 [INFO] [stderr] Compiling socket2 v0.3.8 [INFO] [stderr] Compiling actix-web v0.7.13 [INFO] [stderr] Compiling uuid v0.6.5 [INFO] [stderr] Compiling regex-syntax v0.6.2 [INFO] [stderr] Compiling mio v0.6.16 [INFO] [stderr] Compiling uuid v0.7.1 [INFO] [stderr] Compiling tokio-io v0.1.10 [INFO] [stderr] Compiling syn v0.15.18 [INFO] [stderr] Compiling crossbeam-epoch v0.6.0 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling indexmap v1.0.2 [INFO] [stderr] Compiling uom v0.20.1 [INFO] [stderr] Compiling backtrace v0.2.3 [INFO] [stderr] Compiling num-bigint v0.2.1 [INFO] [stderr] Compiling chrono v0.4.6 [INFO] [stderr] Compiling alga v0.7.2 [INFO] [stderr] Compiling cgmath v0.16.1 [INFO] [stderr] Compiling aho-corasick v0.6.9 [INFO] [stderr] Compiling serde_urlencoded v0.5.3 [INFO] [stderr] Compiling flate2 v1.0.4 [INFO] [stderr] Compiling cookie v0.11.0 [INFO] [stderr] Compiling signal-hook v0.1.5 [INFO] [stderr] Compiling error-chain v0.1.12 [INFO] [stderr] Compiling tokio-codec v0.1.1 [INFO] [stderr] Compiling mio-uds v0.6.7 [INFO] [stderr] Compiling tokio-threadpool v0.1.8 [INFO] [stderr] Compiling h2 v0.1.13 [INFO] [stderr] Compiling diesel v1.3.3 [INFO] [stderr] Compiling tokio-reactor v0.1.6 [INFO] [stderr] Compiling crossbeam-channel v0.2.6 [INFO] [stderr] Compiling num-rational v0.2.1 [INFO] [stderr] Compiling mime_guess v2.0.0-alpha.6 [INFO] [stderr] Compiling regex v1.0.5 [INFO] [stderr] Compiling nalgebra v0.16.8 [INFO] [stderr] Compiling tokio-fs v0.1.4 [INFO] [stderr] Compiling num v0.2.0 [INFO] [stderr] error: Could not compile `regex-syntax`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name regex_syntax /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/regex-syntax-0.6.2/src/lib.rs --error-format=json --json=diagnostic-rendered-ansi,artifacts --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 -C metadata=6aa1f164afad2ebc -C extra-filename=-6aa1f164afad2ebc --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern ucd_util=/opt/rustwide/target/debug/deps/libucd_util-b4c5a0c76b20ae6e.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `syn`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name syn /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syn-0.14.9/src/lib.rs --color never --crate-type lib --emit=dep-info,metadata,link -C debuginfo=2 --cfg 'feature="clone-impls"' --cfg 'feature="default"' --cfg 'feature="derive"' --cfg 'feature="extra-traits"' --cfg 'feature="full"' --cfg 'feature="parsing"' --cfg 'feature="printing"' --cfg 'feature="proc-macro"' --cfg 'feature="quote"' -C metadata=cc92496d9d74fbbd -C extra-filename=-cc92496d9d74fbbd --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-3ea5fb2c2cc91cbd.rmeta --extern quote=/opt/rustwide/target/debug/deps/libquote-dcfc28265f397b14.rmeta --extern unicode_xid=/opt/rustwide/target/debug/deps/libunicode_xid-db534cf3c78b3692.rmeta --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [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.16.8/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] error: build failed [INFO] running `"docker" "inspect" "cb3f39c25f3c1f4fa7ab33ad53041a80d61f81da6f621a726967b8fc7efdfaaf"` [INFO] running `"docker" "rm" "-f" "cb3f39c25f3c1f4fa7ab33ad53041a80d61f81da6f621a726967b8fc7efdfaaf"` [INFO] [stdout] cb3f39c25f3c1f4fa7ab33ad53041a80d61f81da6f621a726967b8fc7efdfaaf