[INFO] crate echomap 0.3.0 is already in cache [INFO] checking echomap-0.3.0 against try#d7b51666469c792a8a3f40849607739bae1e705e for pr-71665 [INFO] extracting crate echomap 0.3.0 into /workspace/builds/worker-1/source [INFO] validating manifest of crates.io crate echomap 0.3.0 on toolchain d7b51666469c792a8a3f40849607739bae1e705e [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate echomap 0.3.0 [INFO] finished tweaking crates.io crate echomap 0.3.0 [INFO] tweaked toml for crates.io crate echomap 0.3.0 written to /workspace/builds/worker-1/source/Cargo.toml [INFO] crate crates.io crate echomap 0.3.0 already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+d7b51666469c792a8a3f40849607739bae1e705e" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-1/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" "+d7b51666469c792a8a3f40849607739bae1e705e" "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] c9f792016606efe8f71e856f7caf969064c6e8555c7c90fa589e7edd43b49e1e [INFO] running `"docker" "start" "-a" "c9f792016606efe8f71e856f7caf969064c6e8555c7c90fa589e7edd43b49e1e"` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Checking cfg-if v0.1.9 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling serde v1.0.99 [INFO] [stderr] Compiling unicode-xid v0.1.0 [INFO] [stderr] Checking pdqselect v0.1.0 [INFO] [stderr] Compiling cc v1.0.41 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Compiling failure_derive v0.1.5 [INFO] [stderr] Compiling log v0.4.8 [INFO] [stderr] Checking regex-syntax v0.6.11 [INFO] [stderr] Checking thread_local v0.3.6 [INFO] [stderr] Checking memchr v2.2.1 [INFO] [stderr] Checking termios v0.3.1 [INFO] [stderr] Checking clicolors-control v1.0.1 [INFO] [stderr] Checking dbase v0.0.4 [INFO] [stderr] Checking number_prefix v0.2.8 [INFO] [stderr] Checking rstar v0.5.1 [INFO] [stderr] Checking threadpool v1.7.1 [INFO] [stderr] Checking clap v2.33.0 [INFO] [stderr] Checking parking_lot_core v0.6.2 [INFO] [stderr] Checking aho-corasick v0.7.6 [INFO] [stderr] Checking csv-core v0.1.6 [INFO] [stderr] Checking rstar v0.2.0 [INFO] [stderr] Checking parking_lot v0.9.0 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Checking geo-types v0.4.3 [INFO] [stderr] Checking shapefile v0.0.5 [INFO] [stderr] Compiling backtrace-sys v0.1.31 [INFO] [stderr] Checking backtrace v0.3.35 [INFO] [stderr] Checking regex v1.2.1 [INFO] [stderr] Checking console v0.8.0 [INFO] [stderr] Checking indicatif v0.11.0 [INFO] [stderr] Compiling synstructure v0.10.2 [INFO] [stderr] Checking serde_json v1.0.40 [INFO] [stderr] Checking bstr v0.2.8 [INFO] [stderr] Checking failure v0.1.5 [INFO] [stderr] Checking geo v0.12.2 [INFO] [stderr] Checking csv v1.1.1 [INFO] [stderr] Checking geojson v0.16.0 [INFO] [stderr] Checking topojson v0.2.0 [INFO] [stderr] Checking echomap v0.3.0 (/opt/rustwide/workdir) [INFO] [stderr] error: couldn't read src/../fixtures/input.geojson: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:277:25 [INFO] [stderr] | [INFO] [stderr] 277 | let input_str = include_str!("../fixtures/input.geojson").to_string(); [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/../fixtures/input.topojson: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:302:25 [INFO] [stderr] | [INFO] [stderr] 302 | let input_str = include_str!("../fixtures/input.topojson").to_string(); [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/../fixtures/input.csv: No such file or directory (os error 2) [INFO] [stderr] --> src/main.rs:327:25 [INFO] [stderr] | [INFO] [stderr] 327 | let input_str = include_str!("../fixtures/input.csv").to_string(); [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 3 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `echomap`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "c9f792016606efe8f71e856f7caf969064c6e8555c7c90fa589e7edd43b49e1e"` [INFO] running `"docker" "rm" "-f" "c9f792016606efe8f71e856f7caf969064c6e8555c7c90fa589e7edd43b49e1e"` [INFO] [stdout] c9f792016606efe8f71e856f7caf969064c6e8555c7c90fa589e7edd43b49e1e