[INFO] updating cached repository https://github.com/michiel/xds-rust [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] d072b76fbfd032ce856d3638247f051c46d0c5fa [INFO] checking michiel/xds-rust against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fmichiel%2Fxds-rust" "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/michiel/xds-rust on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/michiel/xds-rust [INFO] finished tweaking git repo https://github.com/michiel/xds-rust [INFO] tweaked toml for git repo https://github.com/michiel/xds-rust written to work/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/michiel/xds-rust already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-2/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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] f62e0c5c8f595790b5c498f30ec3dc452178754e999e3ec77e82a77dd09d54a3 [INFO] running `"docker" "start" "-a" "f62e0c5c8f595790b5c498f30ec3dc452178754e999e3ec77e82a77dd09d54a3"` [INFO] [stderr] Compiling serde v1.0.36 [INFO] [stderr] Checking ordermap v0.2.13 [INFO] [stderr] Checking parking_lot_core v0.2.13 [INFO] [stderr] Checking crossbeam-epoch v0.2.0 [INFO] [stderr] Checking chrono v0.4.1 [INFO] [stderr] Checking http v0.1.5 [INFO] [stderr] Checking mio-uds v0.6.4 [INFO] [stderr] Compiling diesel_derives v1.1.0 [INFO] [stderr] Compiling synstructure v0.6.1 [INFO] [stderr] Compiling actix_derive v0.2.0 [INFO] [stderr] Compiling juniper_codegen v0.9.2 [INFO] [stderr] Checking parking_lot v0.4.8 [INFO] [stderr] Compiling error-chain v0.10.0 [INFO] [stderr] Compiling rayon v0.8.2 [INFO] [stderr] Checking crossbeam-channel v0.1.2 [INFO] [stderr] Compiling dotenv v0.10.1 [INFO] [stderr] Checking juniper v0.9.2 [INFO] [stderr] Checking h2 v0.1.3 [INFO] [stderr] Checking trust-dns-proto v0.3.2 [INFO] [stderr] Checking tokio-signal v0.1.5 [INFO] [stderr] Compiling failure_derive v0.1.1 [INFO] [stderr] Compiling diesel v1.1.1 [INFO] [stderr] Compiling ring v0.12.1 [INFO] [stderr] Checking failure v0.1.1 [INFO] [stderr] Checking trust-dns-resolver v0.8.1 [INFO] [stderr] Compiling semver v0.8.0 [INFO] [stderr] Compiling serde_json v1.0.13 [INFO] [stderr] Checking cookie v0.10.1 [INFO] [stderr] Compiling cargo_metadata v0.3.3 [INFO] [stderr] Compiling skeptic v0.13.2 [INFO] [stderr] Compiling infer_schema_internals v1.1.0 [INFO] [stderr] Compiling infer_schema_macros v1.1.0 [INFO] [stderr] Compiling actix v0.5.5 [INFO] [stderr] Compiling actix-web v0.4.10 [INFO] [stderr] Checking diesel_infer_schema v1.1.0 [INFO] [stderr] Checking xds v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] error: proc-macro derive panicked [INFO] [stderr] --> src/db.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Could not load table names from database `todo.db`: DatabaseError(__Unknown, "disk I/O error") [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] --> src/db.rs:16:1 [INFO] [stderr] | [INFO] [stderr] 16 | infer_schema!("dotenv:DATABASE_URL"); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = help: message: Could not load table names from database `todo.db`: DatabaseError(__Unknown, "disk I/O error") [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 `xds`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: Could not compile `xds`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "f62e0c5c8f595790b5c498f30ec3dc452178754e999e3ec77e82a77dd09d54a3"` [INFO] running `"docker" "rm" "-f" "f62e0c5c8f595790b5c498f30ec3dc452178754e999e3ec77e82a77dd09d54a3"` [INFO] [stdout] f62e0c5c8f595790b5c498f30ec3dc452178754e999e3ec77e82a77dd09d54a3