[INFO] updating cached repository https://github.com/denysvitali/gtfs-server [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "-c" "remote.origin.fetch=refs/heads/*:refs/heads/*" "fetch" "origin" "--force" "--prune"` [INFO] running `"git" "rev-parse" "HEAD"` [INFO] [stdout] ff5a814a952716f1461b33480bcc78021255a29f [INFO] checking denysvitali/gtfs-server against master#30ca215b4e38b32aa7abdd635c5e2d56f5724494 for pr-66037 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdenysvitali%2Fgtfs-server" "/workspace/builds/worker-13/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-13/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/denysvitali/gtfs-server on toolchain 30ca215b4e38b32aa7abdd635c5e2d56f5724494 [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/denysvitali/gtfs-server [INFO] finished tweaking git repo https://github.com/denysvitali/gtfs-server [INFO] tweaked toml for git repo https://github.com/denysvitali/gtfs-server written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate git repo https://github.com/denysvitali/gtfs-server already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "+30ca215b4e38b32aa7abdd635c5e2d56f5724494" "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] 8f23110ad0c4dbbec70b973c217025ebb49408443027ebf5450bba25c7ba9662 [INFO] running `"docker" "start" "-a" "8f23110ad0c4dbbec70b973c217025ebb49408443027ebf5450bba25c7ba9662"` [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling syn v0.15.44 [INFO] [stderr] Checking safemem v0.3.2 [INFO] [stderr] Compiling ident_case v1.0.1 [INFO] [stderr] Compiling version_check v0.9.1 [INFO] [stderr] Compiling yansi v0.5.0 [INFO] [stderr] Checking byte-tools v0.3.1 [INFO] [stderr] Compiling getrandom v0.1.11 [INFO] [stderr] Compiling untrusted v0.6.2 [INFO] [stderr] Compiling proc-macro2 v1.0.2 [INFO] [stderr] Checking opaque-debug v0.2.3 [INFO] [stderr] Checking arrayref v0.3.5 [INFO] [stderr] Checking constant_time_eq v0.1.4 [INFO] [stderr] Compiling indexmap v1.1.0 [INFO] [stderr] Checking rent_to_own v0.1.0 [INFO] [stderr] Checking fallible-iterator v0.2.0 [INFO] [stderr] Checking md5 v0.6.1 [INFO] [stderr] Checking md5 v0.3.8 [INFO] [stderr] Compiling syn v1.0.5 [INFO] [stderr] Checking fallible-iterator v0.1.6 [INFO] [stderr] Checking unicode-xid v0.1.0 [INFO] [stderr] Compiling gcc v0.3.55 [INFO] [stderr] Checking rle-decode-fast v1.0.1 [INFO] [stderr] Checking hex v0.2.0 [INFO] [stderr] Checking take_mut v0.2.2 [INFO] [stderr] Checking regex-syntax v0.6.11 [INFO] [stderr] Checking remove_dir_all v0.5.2 [INFO] [stderr] Checking runtime-fmt v0.4.0 [INFO] [stderr] Compiling typenum v1.11.2 [INFO] [stderr] Compiling ring v0.13.5 [INFO] [stderr] Compiling bzip2-sys v0.1.7 [INFO] [stderr] Checking tokio-service v0.1.0 [INFO] [stderr] Checking relay v0.1.1 [INFO] [stderr] error[E0599]: no method named `is_xid_start` found for type `char` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.0/src/fmt_macros.rs:422:34 [INFO] [stderr] | [INFO] [stderr] 422 | Some(&(pos, c)) if c.is_xid_start() => { [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `char` [INFO] [stderr] [INFO] [stderr] error[E0599]: no method named `is_xid_continue` found for type `char` in the current scope [INFO] [stderr] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/runtime-fmt-0.4.0/src/fmt_macros.rs:431:18 [INFO] [stderr] | [INFO] [stderr] 431 | if c.is_xid_continue() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `char` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: could not compile `runtime-fmt`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "8f23110ad0c4dbbec70b973c217025ebb49408443027ebf5450bba25c7ba9662"` [INFO] running `"docker" "rm" "-f" "8f23110ad0c4dbbec70b973c217025ebb49408443027ebf5450bba25c7ba9662"` [INFO] [stdout] 8f23110ad0c4dbbec70b973c217025ebb49408443027ebf5450bba25c7ba9662