[INFO] fetching crate orgize 0.3.0... [INFO] checking orgize-0.3.0 against master#2748a9fd93dd1a00a4521f4f16de5befbf77f6cd for pr-62262-1 [INFO] extracting crate orgize 0.3.0 into /workspace/builds/worker-2/source [INFO] validating manifest of crates.io crate orgize 0.3.0 on toolchain 2748a9fd93dd1a00a4521f4f16de5befbf77f6cd [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate orgize 0.3.0 [INFO] finished tweaking crates.io crate orgize 0.3.0 [INFO] tweaked toml for crates.io crate orgize 0.3.0 written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate crates.io crate orgize 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=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" "+2748a9fd93dd1a00a4521f4f16de5befbf77f6cd" "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] 5110c1fff3aaa05018992c4232e08a21fc7bf89c7e05852b0bc50792b7a163ac [INFO] running `"docker" "start" "-a" "5110c1fff3aaa05018992c4232e08a21fc7bf89c7e05852b0bc50792b7a163ac"` [INFO] [stderr] Compiling libc v0.2.61 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling bindgen v0.50.0 [INFO] [stderr] Compiling autocfg v0.1.5 [INFO] [stderr] Checking safemem v0.3.1 [INFO] [stderr] Compiling jetscii v0.4.4 [INFO] [stderr] Checking indextree v4.0.0 [INFO] [stderr] Checking unidecode v0.3.0 [INFO] [stderr] Checking bytecount v0.5.1 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling bincode v1.1.4 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Checking slugify v0.1.0 [INFO] [stderr] Checking lexical-core v0.4.3 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Checking flate2 v1.0.9 [INFO] [stderr] Compiling backtrace v0.3.34 [INFO] [stderr] Compiling clap v2.33.0 [INFO] [stderr] Compiling failure v0.1.5 [INFO] [stderr] Compiling which v2.0.1 [INFO] [stderr] Compiling regex v1.2.1 [INFO] [stderr] Compiling env_logger v0.6.2 [INFO] [stderr] Compiling serde_derive v1.0.98 [INFO] [stderr] Compiling onig_sys v69.2.0 [INFO] [stderr] Checking onig v5.0.0 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking serde_indextree v0.2.0 [INFO] [stderr] Checking orgize v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] Checking syntect v3.2.1 [INFO] [stderr] error: couldn't read benches/org-syntax.org: No such file or directory (os error 2) [INFO] [stderr] --> benches/parse.rs:12:20 [INFO] [stderr] | [INFO] [stderr] 12 | Org::parse(include_str!("org-syntax.org")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read benches/doc.org: No such file or directory (os error 2) [INFO] [stderr] --> benches/parse.rs:20:20 [INFO] [stderr] | [INFO] [stderr] 20 | Org::parse(include_str!("doc.org")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: couldn't read benches/org-faq.org: No such file or directory (os error 2) [INFO] [stderr] --> benches/parse.rs:28:20 [INFO] [stderr] | [INFO] [stderr] 28 | Org::parse(include_str!("org-faq.org")); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `orgize`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "5110c1fff3aaa05018992c4232e08a21fc7bf89c7e05852b0bc50792b7a163ac"` [INFO] running `"docker" "rm" "-f" "5110c1fff3aaa05018992c4232e08a21fc7bf89c7e05852b0bc50792b7a163ac"` [INFO] [stdout] 5110c1fff3aaa05018992c4232e08a21fc7bf89c7e05852b0bc50792b7a163ac