[INFO] updating cached repository LOFI/kaizen [INFO] running `"git" "fetch" "--all"` [INFO] [stdout] Fetching origin [INFO] [stderr] From git://github.com/LOFI/kaizen [INFO] [stderr] * branch HEAD -> FETCH_HEAD [INFO] running `"git" "clone" "work/cache/sources/gh/LOFI/kaizen" "work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/LOFI/kaizen"` [INFO] [stderr] Cloning into 'work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/LOFI/kaizen'... [INFO] [stderr] done. [INFO] running `"git" "clone" "work/cache/sources/gh/LOFI/kaizen" "work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/LOFI/kaizen"` [INFO] [stderr] Cloning into 'work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/LOFI/kaizen'... [INFO] [stderr] done. [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] 0dbf3ead894b98a50db4264fd677fafa07356684 [INFO] sha for GitHub repo LOFI/kaizen: 0dbf3ead894b98a50db4264fd677fafa07356684 [INFO] validating manifest of LOFI/kaizen on toolchain master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] validating manifest of LOFI/kaizen on toolchain try#18481b65f318e0b4b20c0fc61340054701719d6c [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started frobbing LOFI/kaizen [INFO] finished frobbing LOFI/kaizen [INFO] frobbed toml for LOFI/kaizen written to work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/LOFI/kaizen/Cargo.toml [INFO] started frobbing LOFI/kaizen [INFO] finished frobbing LOFI/kaizen [INFO] frobbed toml for LOFI/kaizen written to work/ex/pr-62507/sources/try#18481b65f318e0b4b20c0fc61340054701719d6c/gh/LOFI/kaizen/Cargo.toml [INFO] crate LOFI/kaizen already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"/mnt/big/crater/work/local/cargo-home/bin/cargo" "+18481b65f318e0b4b20c0fc61340054701719d6c-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] checking LOFI/kaizen against master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7 for pr-62507 [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/local/target-dirs/pr-62507/worker-6/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7:/opt/crater/target:rw,Z" "-v" "/mnt/big/crater/work/ex/pr-62507/sources/master#78ca1bda3522b14bc0336bc01dd1d49fdba2cda7/gh/LOFI/kaizen:/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=forbid" "-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" "+78ca1bda3522b14bc0336bc01dd1d49fdba2cda7-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] 357d9333cd6305a75d2691b6b136b5add36dbac045acc39d1fe67888ce92e48c [INFO] running `"docker" "start" "-a" "357d9333cd6305a75d2691b6b136b5add36dbac045acc39d1fe67888ce92e48c"` [INFO] [stderr] Compiling pq-sys v0.4.3 [INFO] [stderr] Compiling libc v0.2.22 [INFO] [stderr] Checking unicode-xid v0.0.4 [INFO] [stderr] Compiling byteorder v1.0.0 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking serde v1.0.2 [INFO] [stderr] Checking getopts v0.2.14 [INFO] [stderr] Checking diff v0.1.10 [INFO] [stderr] Checking multimap v0.3.0 [INFO] [stderr] Checking openssl-probe v0.1.1 [INFO] [stderr] Compiling cmake v0.1.22 [INFO] [stderr] Compiling mysqlclient-sys v0.2.2 [INFO] [stderr] Compiling openssl-sys v0.9.11 [INFO] [stderr] Compiling libsqlite3-sys v0.7.1 [INFO] [stderr] warning[E0503]: cannot use `state` because it was mutably borrowed [INFO] [stderr] --> /opt/crater/cargo-home/registry/src/github.com-1ecc6299db9ec823/getopts-0.2.14/src/lib.rs:1008:33 [INFO] [stderr] | [INFO] [stderr] 955 | let mut machine = |cont: &mut bool, (i, c): (usize, char)| { [INFO] [stderr] | ---------------------------------------- borrow of `state` occurs here [INFO] [stderr] ... [INFO] [stderr] 959 | state = match (state, whitespace, limit) { [INFO] [stderr] | ----- borrow occurs due to use of `state` in closure [INFO] [stderr] ... [INFO] [stderr] 1008 | while cont && match state { B | C => true, A => false } { [INFO] [stderr] | ^ use of borrowed `state` [INFO] [stderr] 1009 | machine(&mut cont, (fake_i, ' ')); [INFO] [stderr] | ------- 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 libz-sys v1.0.13 [INFO] [stderr] Compiling curl-sys v0.3.11 [INFO] [stderr] Checking strings v0.0.1 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Checking syntex_pos v0.58.1 [INFO] [stderr] Checking itertools v0.5.10 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking thread-id v3.0.0 [INFO] [stderr] Checking num_cpus v1.4.0 [INFO] [stderr] Checking time v0.1.37 [INFO] [stderr] Checking rand v0.3.15 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Compiling memchr v0.1.11 [INFO] [stderr] Compiling libssh2-sys v0.2.5 [INFO] [stderr] Compiling libgit2-sys v0.6.8 [INFO] [stderr] Checking syntex_errors v0.58.1 [INFO] [stderr] Checking thread_local v0.3.3 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Compiling rustfmt v0.8.3 [INFO] [stderr] Checking backtrace-sys v0.1.10 [INFO] [stderr] Compiling derive-error-chain v0.10.0 [INFO] [stderr] Compiling serde_derive_internals v0.15.0 [INFO] [stderr] Compiling thread-id v2.0.0 [INFO] [stderr] Checking clap v2.23.3 [INFO] [stderr] Compiling aho-corasick v0.5.3 [INFO] [stderr] Checking rust-crypto v0.2.36 [INFO] [stderr] Checking regex v0.2.1 [INFO] [stderr] Checking backtrace v0.3.0 [INFO] [stderr] Checking syntex_syntax v0.58.1 [INFO] [stderr] Compiling thread_local v0.2.7 [INFO] [stderr] Checking hyper v0.10.9 [INFO] [stderr] Checking diesel v0.12.0 [INFO] [stderr] Checking env_logger v0.4.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Compiling regex v0.1.80 [INFO] [stderr] Compiling serde_derive v1.0.2 [INFO] [stderr] Checking serde_json v1.0.1 [INFO] [stderr] Checking pwhash v0.1.2 [INFO] [stderr] Checking dotenv v0.10.0 [INFO] [stderr] Checking iron v0.5.1 [INFO] [stderr] Checking persistent v0.3.0 [INFO] [stderr] Checking router v0.5.1 [INFO] [stderr] Checking bodyparser v0.7.0 [INFO] [stderr] Compiling dotenv v0.8.0 [INFO] [stderr] Compiling diesel_infer_schema v0.12.0 [INFO] [stderr] Compiling diesel_codegen v0.12.0 [INFO] [stderr] Checking git2 v0.6.4 [INFO] [stderr] Checking kaizen v0.1.0 (/opt/crater/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> server/src/schema.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: called `Result::unwrap()` on an `Err` value: "Failed to load environment variable DATABASE_URL: environment variable not found" [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> server/src/schema.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: called `Result::unwrap()` on an `Err` value: "Failed to load environment variable DATABASE_URL: environment variable not found" [INFO] [stderr] = note: this warning originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] error: Could not compile `kaizen`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `kaizen`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "357d9333cd6305a75d2691b6b136b5add36dbac045acc39d1fe67888ce92e48c"` [INFO] running `"docker" "rm" "-f" "357d9333cd6305a75d2691b6b136b5add36dbac045acc39d1fe67888ce92e48c"` [INFO] [stdout] 357d9333cd6305a75d2691b6b136b5add36dbac045acc39d1fe67888ce92e48c