[INFO] cloning repository https://github.com/yuchangyuan/nephrite4 [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuchangyuan/nephrite4" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuchangyuan%2Fnephrite4", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuchangyuan%2Fnephrite4'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] b5b3a2974c350fc77887e7077afe85f409702f4e [INFO] checking yuchangyuan/nephrite4 against master#a5f164faad4a2fed606b8160fd7ecd2d5cbba381 for pr-84920 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuchangyuan%2Fnephrite4" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/yuchangyuan/nephrite4 on toolchain a5f164faad4a2fed606b8160fd7ecd2d5cbba381 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/yuchangyuan/nephrite4 [INFO] finished tweaking git repo https://github.com/yuchangyuan/nephrite4 [INFO] tweaked toml for git repo https://github.com/yuchangyuan/nephrite4 written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/yuchangyuan/nephrite4 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 89236af0faafd0ccb273379601b58335dfeecaabfad174d0b1a9ea336ded572b [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "89236af0faafd0ccb273379601b58335dfeecaabfad174d0b1a9ea336ded572b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "89236af0faafd0ccb273379601b58335dfeecaabfad174d0b1a9ea336ded572b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "89236af0faafd0ccb273379601b58335dfeecaabfad174d0b1a9ea336ded572b", kill_on_drop: false }` [INFO] [stdout] 89236af0faafd0ccb273379601b58335dfeecaabfad174d0b1a9ea336ded572b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/var/lib/crater-agent-workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-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" "--user" "0:0" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+a5f164faad4a2fed606b8160fd7ecd2d5cbba381" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 6ec16a8f7c160b85d7af85cd7245060db7dc67e9358089cb883f40611c37189e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "6ec16a8f7c160b85d7af85cd7245060db7dc67e9358089cb883f40611c37189e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.86 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Checking smallvec v1.6.1 [INFO] [stderr] Checking encoding_index_tests v0.1.4 [INFO] [stderr] Checking itoa v0.4.7 [INFO] [stderr] Compiling getrandom v0.2.2 [INFO] [stderr] Checking hashbrown v0.9.1 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking rustc-serialize v0.3.24 [INFO] [stderr] Compiling getrandom v0.1.16 [INFO] [stderr] Checking half v1.7.1 [INFO] [stderr] Checking glob v0.3.0 [INFO] [stderr] Checking futures-core v0.3.12 [INFO] [stderr] Checking futures-sink v0.3.12 [INFO] [stderr] Checking matches v0.1.8 [INFO] [stderr] Checking ppv-lite86 v0.2.10 [INFO] [stderr] Checking futures-io v0.3.12 [INFO] [stderr] Compiling opaque-debug v0.3.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Compiling cpuid-bool v0.1.2 [INFO] [stderr] Compiling zstd-safe v3.0.0+zstd.1.4.8 [INFO] [stderr] Checking ahash v0.3.8 [INFO] [stderr] Checking cesu8 v1.1.0 [INFO] [stderr] Checking jni-sys v0.3.0 [INFO] [stderr] Checking fs_extra v1.2.0 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Checking thread_local v1.1.3 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling tokio v1.2.0 [INFO] [stderr] Checking futures-task v0.3.12 [INFO] [stderr] Checking instant v0.1.9 [INFO] [stderr] Compiling hashbrown v0.7.2 [INFO] [stderr] Compiling substring v1.4.5 [INFO] [stderr] Checking libloading v0.6.7 [INFO] [stderr] Checking lock_api v0.4.2 [INFO] [stderr] Compiling itertools v0.9.0 [INFO] [stderr] Checking fxhash v0.2.1 [INFO] [stderr] Checking encoding-index-simpchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-japanese v1.20141219.5 [INFO] [stderr] Checking encoding-index-singlebyte v1.20141219.5 [INFO] [stderr] Checking encoding-index-tradchinese v1.20141219.5 [INFO] [stderr] Checking encoding-index-korean v1.20141219.5 [INFO] [stderr] Checking unicode-bidi v0.3.4 [INFO] [stderr] Compiling hashbrown v0.6.3 [INFO] [stderr] Checking futures-channel v0.3.12 [INFO] [stderr] Checking cedarwood v0.4.4 [INFO] [stderr] Compiling proc-macro2 v1.0.24 [INFO] [stderr] Compiling typenum v1.12.0 [INFO] [stderr] Compiling java-locator v0.1.2 [INFO] [stderr] Checking indexmap v1.6.1 [INFO] [stderr] Checking stringprep v0.1.2 [INFO] [stderr] Checking regex v1.4.3 [INFO] [stderr] Checking crypto-mac v0.10.0 [INFO] [stderr] Checking encoding v0.2.33 [INFO] [stderr] Checking hmac v0.10.1 [INFO] [stderr] Compiling quote v1.0.9 [INFO] [stderr] Compiling rust-crypto v0.2.36 [INFO] [stderr] Checking petgraph v0.5.1 [INFO] [stderr] Checking whatlang v0.11.1 [INFO] [stderr] Compiling syn v1.0.60 [INFO] [stderr] Compiling generic-array v0.14.4 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling dirs-sys v0.3.5 [INFO] [stderr] Compiling digest v0.9.0 [INFO] [stderr] Compiling block-buffer v0.9.0 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking parking_lot_core v0.7.2 [INFO] [stderr] Checking atty v0.2.14 [INFO] [stderr] Checking memchr v1.0.2 [INFO] [stderr] Checking time v0.1.44 [INFO] [stderr] Checking filetime v0.2.14 [INFO] [stderr] Checking mio v0.7.8 [INFO] [stderr] Checking parking_lot_core v0.8.3 [INFO] [stderr] Checking socket2 v0.3.19 [INFO] [stderr] Checking memmap v0.7.0 [INFO] [stderr] Checking nom v3.2.1 [INFO] [stderr] Compiling cc v1.0.67 [INFO] [stderr] Compiling rand_core v0.5.1 [INFO] [stderr] Checking clap v2.33.3 [INFO] [stderr] Compiling sha2 v0.9.3 [INFO] [stderr] Compiling dirs v3.0.1 [INFO] [stderr] Checking parking_lot v0.10.2 [INFO] [stderr] Compiling const-random-macro v0.1.13 [INFO] [stderr] Checking env_logger v0.8.3 [INFO] [stderr] Checking rand_core v0.6.2 [INFO] [stderr] Checking parking_lot v0.11.1 [INFO] [stderr] Compiling rand_chacha v0.2.2 [INFO] [stderr] Compiling rand_pcg v0.2.1 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Checking rand_chacha v0.3.0 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Compiling j4rs v0.13.0 [INFO] [stderr] Compiling rand v0.7.3 [INFO] [stderr] Checking rand v0.8.3 [INFO] [stderr] Checking const-random v0.1.13 [INFO] [stderr] Checking ahash v0.2.19 [INFO] [stderr] Checking tree_magic v0.2.3 [INFO] [stderr] Compiling zstd-sys v1.4.19+zstd.1.4.8 [INFO] [stderr] Compiling phf_generator v0.8.0 [INFO] [stderr] Checking postgres-protocol v0.6.0 [INFO] [stderr] Compiling phf_codegen v0.8.0 [INFO] [stderr] Checking notmecab v0.5.1 [INFO] [stderr] Compiling jieba-rs v0.6.2 [INFO] [stderr] Checking tokio-util v0.6.3 [INFO] [stderr] Compiling serde_derive v1.0.123 [INFO] [stderr] Compiling time-macros-impl v0.1.1 [INFO] [stderr] Compiling futures-macro v0.3.12 [INFO] [stderr] Compiling async-trait v0.1.42 [INFO] [stderr] Checking time-macros v0.1.1 [INFO] [stderr] Checking time v0.2.25 [INFO] [stderr] Checking futures-util v0.3.12 [INFO] [stderr] Checking futures-executor v0.3.12 [INFO] [stderr] Checking serde v1.0.123 [INFO] [stderr] Checking futures v0.3.12 [INFO] [stderr] Checking serde_json v1.0.62 [INFO] [stderr] Checking serde_cbor v0.11.1 [INFO] [stderr] Checking serde_yaml v0.8.17 [INFO] [stderr] Checking rust-stemmers v1.2.0 [INFO] [stderr] Checking nephrite4-common v0.1.0 (/opt/rustwide/workdir/common) [INFO] [stderr] Checking postgres-types v0.2.0 [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> common/src/store.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | use log::{debug, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: unused import: `info` [INFO] [stdout] --> common/src/store.rs:33:18 [INFO] [stdout] | [INFO] [stdout] 33 | use log::{debug, info, warn}; [INFO] [stdout] | ^^^^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_imports)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: variable does not need to be mutable [INFO] [stdout] --> common/src/util.rs:208:9 [INFO] [stdout] | [INFO] [stdout] 208 | let mut js1: serde_json::Value = [INFO] [stdout] | ----^^^ [INFO] [stdout] | | [INFO] [stdout] | help: remove this `mut` [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(unused_mut)]` on by default [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking tokio-postgres v0.7.0 [INFO] [stdout] warning: 1 warning emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking nephrite4-cli v0.1.0 (/opt/rustwide/workdir/cli) [INFO] [stdout] warning: 2 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking postgres v0.19.0 [INFO] [stderr] Checking zstd v0.6.0+zstd.1.4.8 [INFO] [stderr] Checking nephrite4-query v0.1.0 (/opt/rustwide/workdir/query) [INFO] [stdout] error: couldn't read query/src/index/../../../target/debug/jassets/j4rs-0.13.0-jar-with-dependencies.jar: No such file or directory (os error 2) [INFO] [stdout] --> query/src/index/tika.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | let buf = std::include_bytes!( [INFO] [stdout] | _______________________^ [INFO] [stdout] 58 | | std::concat!("../../../target/debug/jassets/", JAR_NAME!())); [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: couldn't read query/src/index/../../../target/debug/jassets/j4rs-0.13.0-jar-with-dependencies.jar: No such file or directory (os error 2) [INFO] [stdout] --> query/src/index/tika.rs:57:23 [INFO] [stdout] | [INFO] [stdout] 57 | let buf = std::include_bytes!( [INFO] [stdout] | _______________________^ [INFO] [stdout] 58 | | std::concat!("../../../target/debug/jassets/", JAR_NAME!())); [INFO] [stdout] | |____________________________________________________________________________^ [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `nephrite4-query` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "6ec16a8f7c160b85d7af85cd7245060db7dc67e9358089cb883f40611c37189e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "6ec16a8f7c160b85d7af85cd7245060db7dc67e9358089cb883f40611c37189e", kill_on_drop: false }` [INFO] [stdout] 6ec16a8f7c160b85d7af85cd7245060db7dc67e9358089cb883f40611c37189e