[INFO] fetching crate orgize 0.3.0... [INFO] checking orgize-0.3.0 against try#ea663bba38739867a4b75ac820991b4f5d093c3b for pr-62262-1 [INFO] extracting crate orgize 0.3.0 into /workspace/builds/worker-6/source [INFO] validating manifest of crates.io crate orgize 0.3.0 on toolchain ea663bba38739867a4b75ac820991b4f5d093c3b [INFO] running `"/workspace/cargo-home/bin/cargo" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded syntect v3.2.1 [INFO] [stderr] Downloaded serde_indextree v0.2.0 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+ea663bba38739867a4b75ac820991b4f5d093c3b" "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] 7212d7a96431ae08b031abd0cf62697e836f194e4ab59470997555eb5c45919c [INFO] running `"docker" "start" "-a" "7212d7a96431ae08b031abd0cf62697e836f194e4ab59470997555eb5c45919c"` [INFO] [stderr] Compiling cc v1.0.40 [INFO] [stderr] Compiling libc v0.2.61 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling rustc-demangle v0.1.15 [INFO] [stderr] Compiling lazy_static v1.3.0 [INFO] [stderr] Compiling regex-syntax v0.6.11 [INFO] [stderr] Compiling unicode-width v0.1.5 [INFO] [stderr] Compiling serde v1.0.98 [INFO] [stderr] Compiling bindgen v0.50.0 [INFO] [stderr] Compiling jetscii v0.4.4 [INFO] [stderr] Checking safemem v0.3.1 [INFO] [stderr] Checking indextree v4.0.0 [INFO] [stderr] Checking unidecode v0.3.0 [INFO] [stderr] Checking bytecount v0.5.1 [INFO] [stderr] Compiling nom v5.0.0 [INFO] [stderr] Compiling humantime v1.2.0 [INFO] [stderr] Compiling textwrap v0.11.0 [INFO] [stderr] Compiling thread_local v0.3.6 [INFO] [stderr] Checking line-wrap v0.1.1 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Compiling stackvector v1.0.6 [INFO] [stderr] Checking slugify v0.1.0 [INFO] [stderr] Compiling atty v0.2.13 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Compiling libloading v0.5.2 [INFO] [stderr] Compiling miniz-sys v0.1.12 [INFO] [stderr] Checking lexical-core v0.4.3 [INFO] [stderr] Compiling clap v2.33.0 [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 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 serde_json v1.0.40 [INFO] [stderr] Checking bincode v1.1.4 [INFO] [stderr] Checking serde_indextree v0.2.0 [INFO] [stderr] Checking plist v0.4.2 [INFO] [stderr] Checking onig v5.0.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" "7212d7a96431ae08b031abd0cf62697e836f194e4ab59470997555eb5c45919c"` [INFO] running `"docker" "rm" "-f" "7212d7a96431ae08b031abd0cf62697e836f194e4ab59470997555eb5c45919c"` [INFO] [stdout] 7212d7a96431ae08b031abd0cf62697e836f194e4ab59470997555eb5c45919c