[INFO] fetching crate graphannis 0.23.1... [INFO] checking graphannis-0.23.1 against nightly-2019-10-27 for pr-65897 [INFO] extracting crate graphannis 0.23.1 into /workspace/builds/worker-4/source [INFO] validating manifest of crates.io crate graphannis 0.23.1 on toolchain nightly-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate graphannis 0.23.1 [INFO] finished tweaking crates.io crate graphannis 0.23.1 [INFO] tweaked toml for crates.io crate graphannis 0.23.1 written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate crates.io crate graphannis 0.23.1 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+nightly-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded file_diff v1.0.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "MAP_USER_ID=0" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_INCREMENTAL=0" "-e" "RUST_BACKTRACE=full" "-e" "RUSTFLAGS=--cap-lints=allow" "-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" "+nightly-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 3b6781181d7c796812ac6163ab28624b6dd289199fe3de68dd1c825739252fd7 [INFO] running `"docker" "start" "-a" "3b6781181d7c796812ac6163ab28624b6dd289199fe3de68dd1c825739252fd7"` [INFO] [stderr] Compiling byte-tools v0.3.1 [INFO] [stderr] Compiling regex-syntax v0.6.12 [INFO] [stderr] Compiling precomputed-hash v0.1.1 [INFO] [stderr] Compiling opaque-debug v0.2.3 [INFO] [stderr] Compiling new_debug_unreachable v1.0.3 [INFO] [stderr] Compiling diff v0.1.11 [INFO] [stderr] Compiling lalrpop-util v0.17.2 [INFO] [stderr] Compiling file_diff v1.0.0 [INFO] [stderr] Checking itertools v0.4.19 [INFO] [stderr] Checking multimap v0.5.0 [INFO] [stderr] Checking graphannis-malloc_size_of v1.0.0 [INFO] [stderr] Compiling num-traits v0.2.8 [INFO] [stderr] Compiling num-integer v0.1.41 [INFO] [stderr] Compiling num-bigint v0.2.3 [INFO] [stderr] Compiling num-iter v0.1.39 [INFO] [stderr] Compiling sys-info v0.5.8 [INFO] [stderr] Compiling itertools v0.8.0 [INFO] [stderr] Compiling block-padding v0.1.4 [INFO] [stderr] Compiling libc v0.2.64 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking rand v0.4.6 [INFO] [stderr] Checking fs2 v0.4.3 [INFO] [stderr] Compiling regex-automata v0.1.8 [INFO] [stderr] Compiling generic-array v0.12.3 [INFO] [stderr] Compiling ena v0.13.1 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking rand_pcg v0.2.0 [INFO] [stderr] Compiling rand_os v0.1.3 [INFO] [stderr] Compiling dirs v1.0.5 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling indoc-impl v0.2.8 [INFO] [stderr] Compiling synstructure v0.11.0 [INFO] [stderr] Compiling digest v0.8.1 [INFO] [stderr] Compiling block-buffer v0.7.3 [INFO] [stderr] Checking rand v0.7.2 [INFO] [stderr] Checking rand v0.3.23 [INFO] [stderr] Compiling serde v1.0.101 [INFO] [stderr] Compiling rand v0.6.5 [INFO] [stderr] Compiling term v0.5.2 [INFO] [stderr] Checking num-complex v0.2.3 [INFO] [stderr] Compiling sha2 v0.8.0 [INFO] [stderr] Checking regex v1.3.1 [INFO] [stderr] Checking indoc v0.2.8 [INFO] [stderr] Compiling ascii-canvas v2.0.0 [INFO] [stderr] Checking tempfile v3.1.0 [INFO] [stderr] Compiling phf_generator v0.7.24 [INFO] [stderr] Checking boolean_expression v0.3.9 [INFO] [stderr] Compiling graphannis-malloc_size_of_derive v2.0.0 [INFO] [stderr] Checking rayon-core v1.6.0 [INFO] [stderr] Compiling string_cache_codegen v0.4.4 [INFO] [stderr] Checking rayon v1.2.0 [INFO] [stderr] Compiling string_cache v0.7.4 [INFO] [stderr] Checking num-rational v0.2.2 [INFO] [stderr] Checking num v0.2.0 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking bincode v1.2.0 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Compiling docopt v1.1.0 [INFO] [stderr] Compiling lalrpop v0.17.2 [INFO] [stderr] Compiling graphannis v0.23.1 (/opt/rustwide/workdir) [INFO] [stderr] error[E0463]: can't find crate for `criterion` [INFO] [stderr] --> benches/graphannis.rs:2:1 [INFO] [stderr] | [INFO] [stderr] 2 | extern crate criterion; [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stderr] [INFO] [stderr] error: aborting due to previous error [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0463`. [INFO] [stderr] error: could not compile `graphannis`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "3b6781181d7c796812ac6163ab28624b6dd289199fe3de68dd1c825739252fd7"` [INFO] running `"docker" "rm" "-f" "3b6781181d7c796812ac6163ab28624b6dd289199fe3de68dd1c825739252fd7"` [INFO] [stdout] 3b6781181d7c796812ac6163ab28624b6dd289199fe3de68dd1c825739252fd7