[INFO] fetching crate tesseract-plumbing 0.1.0... [INFO] testing tesseract-plumbing-0.1.0 against beta-2020-06-03 for beta-1.45-1 [INFO] extracting crate tesseract-plumbing 0.1.0 into /workspace/builds/worker-5/source [INFO] validating manifest of crates.io crate tesseract-plumbing 0.1.0 on toolchain beta-2020-06-03 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate tesseract-plumbing 0.1.0 [INFO] finished tweaking crates.io crate tesseract-plumbing 0.1.0 [INFO] tweaked toml for crates.io crate tesseract-plumbing 0.1.0 written to /workspace/builds/worker-5/source/Cargo.toml [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2020-06-03" "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-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "build" "--frozen"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 55e24f51661a94c42123b843167177d9fe1d46ad029ff3e5067b06ec8e35afd9 [INFO] running `"docker" "start" "-a" "55e24f51661a94c42123b843167177d9fe1d46ad029ff3e5067b06ec8e35afd9"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling proc-macro2 v1.0.18 [INFO] [stderr] Compiling bindgen v0.52.0 [INFO] [stderr] Compiling clang-sys v0.28.1 [INFO] [stderr] Compiling nom v4.2.3 [INFO] [stderr] Compiling quote v1.0.6 [INFO] [stderr] Compiling cexpr v0.3.6 [INFO] [stderr] Compiling leptonica-sys v0.3.1 [INFO] [stderr] Compiling tesseract-sys v0.5.2 [INFO] [stderr] Compiling tesseract-plumbing v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 52.66s [INFO] running `"docker" "inspect" "55e24f51661a94c42123b843167177d9fe1d46ad029ff3e5067b06ec8e35afd9"` [INFO] running `"docker" "rm" "-f" "55e24f51661a94c42123b843167177d9fe1d46ad029ff3e5067b06ec8e35afd9"` [INFO] [stdout] 55e24f51661a94c42123b843167177d9fe1d46ad029ff3e5067b06ec8e35afd9 [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-5/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=warn" "-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" "+beta-2020-06-03" "test" "--frozen" "--no-run"` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] 81e714b56a58a53b4d4468d24982afb1dec9288eac86ba06998d426c5dab6e33 [INFO] running `"docker" "start" "-a" "81e714b56a58a53b4d4468d24982afb1dec9288eac86ba06998d426c5dab6e33"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling tesseract-plumbing v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../../img.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:223:12 [INFO] [stderr] | [INFO] [stderr] 223 | Ok(include_str!("../../img.txt")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.tiff: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:233:13 [INFO] [stderr] | [INFO] [stderr] 233 | include_bytes!("../../img.tiff"), [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:242:12 [INFO] [stderr] | [INFO] [stderr] 242 | Ok(include_str!("../../img.txt")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.tiff: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:250:29 [INFO] [stderr] | [INFO] [stderr] 250 | let pix = Pix::read_mem(include_bytes!("../../img.tiff")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:260:12 [INFO] [stderr] | [INFO] [stderr] 260 | Ok(include_str!("../../img.txt")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.txt: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:276:12 [INFO] [stderr] | [INFO] [stderr] 276 | Ok(include_str!("../../img.txt")) [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: couldn't read src/../../img.tiff: No such file or directory (os error 2) [INFO] [stderr] --> src/lib.rs:283:29 [INFO] [stderr] | [INFO] [stderr] 283 | let pix = Pix::read_mem(include_bytes!("../../img.tiff")).unwrap(); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] | [INFO] [stderr] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 7 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `tesseract-plumbing`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "81e714b56a58a53b4d4468d24982afb1dec9288eac86ba06998d426c5dab6e33"` [INFO] running `"docker" "rm" "-f" "81e714b56a58a53b4d4468d24982afb1dec9288eac86ba06998d426c5dab6e33"` [INFO] [stdout] 81e714b56a58a53b4d4468d24982afb1dec9288eac86ba06998d426c5dab6e33