[INFO] updating cached repository https://github.com/bittrance/cwppy [INFO] running `"git" "-c" "credential.helper=" "-c" "credential.helper=/mnt/big/crater/work/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] 5e51d15814cce81b7ebfc5352c5d7e1ed3745da5 [INFO] checking bittrance/cwppy against master#c9edc02e8320a9e5799d185910ece7d491f524e6 for pr-64398 [INFO] running `"git" "clone" "work/cache/git-repos/https%3A%2F%2Fgithub.com%2Fbittrance%2Fcwppy" "work/builds/worker-5/source"` [INFO] [stderr] Cloning into 'work/builds/worker-5/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/bittrance/cwppy on toolchain c9edc02e8320a9e5799d185910ece7d491f524e6-alt [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/bittrance/cwppy [INFO] finished tweaking git repo https://github.com/bittrance/cwppy [INFO] tweaked toml for git repo https://github.com/bittrance/cwppy written to work/builds/worker-5/source/Cargo.toml [INFO] crate git repo https://github.com/bittrance/cwppy already has a lockfile, it will not be regenerated [INFO] running `"/mnt/big/crater/work/cargo-home/bin/cargo" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/mnt/big/crater/work/builds/worker-5/target:/opt/rustwide/target:rw,Z" "-v" "/mnt/big/crater/work/builds/worker-5/source:/opt/rustwide/workdir:ro,Z" "-v" "/mnt/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/mnt/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "+c9edc02e8320a9e5799d185910ece7d491f524e6-alt" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] aa6d4742c59f0640d3a9b752fcf41bfbc9bb7c9939169579ff40d3555930af6a [INFO] running `"docker" "start" "-a" "aa6d4742c59f0640d3a9b752fcf41bfbc9bb7c9939169579ff40d3555930af6a"` [INFO] [stderr] Checking memchr v2.0.2 [INFO] [stderr] Checking inotify-sys v0.1.2 [INFO] [stderr] Checking regex-syntax v0.6.4 [INFO] [stderr] Checking bincode v0.9.2 [INFO] [stderr] Checking bincode v1.0.0 [INFO] [stderr] Checking coco v0.2.1 [INFO] [stderr] Checking crossbeam-epoch v0.4.1 [INFO] [stderr] Compiling rusoto_core v0.32.0 [INFO] [stderr] Compiling syn v0.15.22 [INFO] [stderr] Checking chrono v0.4.2 [INFO] [stderr] Checking inotify v0.5.1 [INFO] [stderr] Checking aho-corasick v0.6.9 [INFO] [stderr] Compiling speculate v0.1.0 [INFO] [stderr] Checking historian v3.0.4 [INFO] [stderr] Checking crossbeam-deque v0.3.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/speculate-0.1.0/src/block.rs:164:18 [INFO] [stderr] | [INFO] [stderr] 164 | if !first_ch.is_xid_start() { [INFO] [stderr] | ^^^^^^^^^^^^ method not found in `char` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use unicode_xid::UnicodeXID;` [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/speculate-0.1.0/src/block.rs:167:21 [INFO] [stderr] | [INFO] [stderr] 167 | if first_ch.is_xid_continue() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `char` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use unicode_xid::UnicodeXID;` [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/speculate-0.1.0/src/block.rs:177:15 [INFO] [stderr] | [INFO] [stderr] 177 | if ch.is_xid_continue() { [INFO] [stderr] | ^^^^^^^^^^^^^^^ method not found in `char` [INFO] [stderr] | [INFO] [stderr] = help: items from traits can only be used if the trait is in scope [INFO] [stderr] = note: the following trait is implemented but not in scope, perhaps add a `use` for it: [INFO] [stderr] `use unicode_xid::UnicodeXID;` [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0599`. [INFO] [stderr] error: Could not compile `speculate`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "aa6d4742c59f0640d3a9b752fcf41bfbc9bb7c9939169579ff40d3555930af6a"` [INFO] running `"docker" "rm" "-f" "aa6d4742c59f0640d3a9b752fcf41bfbc9bb7c9939169579ff40d3555930af6a"` [INFO] [stdout] aa6d4742c59f0640d3a9b752fcf41bfbc9bb7c9939169579ff40d3555930af6a