[INFO] updating cached repository https://github.com/Dengjianping/Actix-Blog [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] c19c1da8fcff35401af25a035c68c00b45a025bf [INFO] testing Dengjianping/Actix-Blog against beta-2019-09-28 for beta-1.39-1 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2FDengjianping%2FActix-Blog" "work/builds/worker-11/source"` [INFO] [stderr] Cloning into 'work/builds/worker-11/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Dengjianping/Actix-Blog on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Dengjianping/Actix-Blog [INFO] finished tweaking git repo https://github.com/Dengjianping/Actix-Blog [INFO] tweaked toml for git repo https://github.com/Dengjianping/Actix-Blog written to work/builds/worker-11/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-11/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" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] bbda8157cc2d656deefac4682de6e2f37f217b978ad28c96f5a9353e11c77a30 [INFO] running `"docker" "start" "-a" "bbda8157cc2d656deefac4682de6e2f37f217b978ad28c96f5a9353e11c77a30"` [INFO] [stderr] Compiling openssl v0.10.25 [INFO] [stderr] Compiling arc-swap v0.4.3 [INFO] [stderr] Compiling v_htmlescape v0.4.5 [INFO] [stderr] Compiling actix-service v0.4.2 [INFO] [stderr] Compiling brotli-sys v0.3.2 [INFO] [stderr] Compiling ring v0.14.6 [INFO] [stderr] Compiling encoding_rs v0.8.20 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling crossbeam-channel v0.3.9 [INFO] [stderr] Compiling pest_meta v2.1.2 [INFO] [stderr] Compiling bytes v0.4.12 [INFO] [stderr] Compiling mio v0.6.19 [INFO] [stderr] Compiling flate2 v1.0.12 [INFO] [stderr] Compiling derive_more v0.15.0 [INFO] [stderr] Compiling parse-zoneinfo v0.2.0 [INFO] [stderr] Compiling block-cipher-trait v0.6.2 [INFO] [stderr] Compiling diesel_derives v1.4.0 [INFO] [stderr] Compiling actix_derive v0.4.0 [INFO] [stderr] Compiling juniper_codegen v0.13.2 [INFO] [stderr] Compiling derive_more v0.14.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.101 [INFO] [stderr] Compiling v_escape_derive v0.5.6 [INFO] [stderr] Compiling blowfish v0.4.0 [INFO] [stderr] Compiling signal-hook-registry v1.1.1 [INFO] [stderr] Compiling tokio-io v0.1.12 [INFO] [stderr] Compiling http v0.1.18 [INFO] [stderr] Compiling string v0.2.1 [INFO] [stderr] Compiling pest_generator v2.1.1 [INFO] [stderr] error: could not compile `juniper_codegen`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --edition=2018 --crate-name juniper_codegen /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/juniper_codegen-0.13.2/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=8dbd2ff100fe0ca9 -C extra-filename=-8dbd2ff100fe0ca9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f408edb9ab31238d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6b63b49845ea559a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-cc58e35007e12ba4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d52277e69249c70e.rlib --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 `derive_more`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name derive_more /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/derive_more-0.15.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 -C metadata=6d97d1e474bace2d -C extra-filename=-6d97d1e474bace2d --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern lazy_static=/opt/rustwide/target/debug/deps/liblazy_static-955d54352a795d1f.rlib --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f408edb9ab31238d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6b63b49845ea559a.rlib --extern regex=/opt/rustwide/target/debug/deps/libregex-cc58e35007e12ba4.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d52277e69249c70e.rlib --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 `diesel_derives`. [INFO] [stderr] [INFO] [stderr] Caused by: [INFO] [stderr] process didn't exit successfully: `rustc --crate-name diesel_derives /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/diesel_derives-1.4.0/src/lib.rs --color never --crate-type proc-macro --emit=dep-info,link -C prefer-dynamic -C debuginfo=2 --cfg 'feature="default"' --cfg 'feature="postgres"' -C metadata=c3e037ba143d6fb9 -C extra-filename=-c3e037ba143d6fb9 --out-dir /opt/rustwide/target/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern proc_macro2=/opt/rustwide/target/debug/deps/libproc_macro2-f408edb9ab31238d.rlib --extern quote=/opt/rustwide/target/debug/deps/libquote-6b63b49845ea559a.rlib --extern syn=/opt/rustwide/target/debug/deps/libsyn-d52277e69249c70e.rlib --cap-lints allow --cap-lints=warn` (signal: 9, SIGKILL: kill) [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "bbda8157cc2d656deefac4682de6e2f37f217b978ad28c96f5a9353e11c77a30"` [INFO] running `"docker" "rm" "-f" "bbda8157cc2d656deefac4682de6e2f37f217b978ad28c96f5a9353e11c77a30"` [INFO] [stdout] bbda8157cc2d656deefac4682de6e2f37f217b978ad28c96f5a9353e11c77a30