[INFO] updating cached repository https://github.com/Paluth/super_parser [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] a0b8cefd153835898c96771ce876d2b56dd3b351 [INFO] checking Paluth/super_parser against beta-2019-10-27 for pr-65897 [INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FPaluth%2Fsuper_parser" "/workspace/builds/worker-2/source"` [INFO] [stderr] Cloning into '/workspace/builds/worker-2/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/Paluth/super_parser on toolchain beta-2019-10-27 [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking git repo https://github.com/Paluth/super_parser [INFO] finished tweaking git repo https://github.com/Paluth/super_parser [INFO] tweaked toml for git repo https://github.com/Paluth/super_parser written to /workspace/builds/worker-2/source/Cargo.toml [INFO] crate git repo https://github.com/Paluth/super_parser already has a lockfile, it will not be regenerated [INFO] running `"/workspace/cargo-home/bin/cargo" "+beta-2019-10-27" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2/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=allow" "-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-2019-10-27" "check" "--frozen" "--all" "--all-targets"` [INFO] [stdout] a3cac686520328161d5456acba584ecb86a20ddafb9a158f1e9c34dca83e0ad9 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `"docker" "start" "-a" "a3cac686520328161d5456acba584ecb86a20ddafb9a158f1e9c34dca83e0ad9"` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Checking super_parser v0.1.0 (/opt/rustwide/workdir) [INFO] [stderr] error[E0277]: can't compare `&str` with `std::result::Result, utils::Error>` [INFO] [stderr] --> src/utils.rs:170:9 [INFO] [stderr] | [INFO] [stderr] 170 | / assert_eq!("n͈̰̎u͔n͈̰̎i̙̮͚̦c͚̉o̼̩̰͗d͔̆̓ͥé\n\t \t\r\r", [INFO] [stderr] 171 | | triml(TEST_STRING)); [INFO] [stderr] | |_______________________________________^ no implementation for `&str == std::result::Result, utils::Error>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq, utils::Error>>` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&str` with `std::result::Result, utils::Error>` [INFO] [stderr] --> src/utils.rs:175:9 [INFO] [stderr] | [INFO] [stderr] 175 | / assert_eq!("\t\r \nn͈̰̎u͔n͈̰̎i̙̮͚̦c͚̉o̼̩̰͗d͔̆̓ͥé", [INFO] [stderr] 176 | | trimr(TEST_STRING)); [INFO] [stderr] | |_______________________________________^ no implementation for `&str == std::result::Result, utils::Error>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq, utils::Error>>` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error[E0277]: can't compare `&str` with `std::result::Result<&str, utils::Error>` [INFO] [stderr] --> src/utils.rs:180:9 [INFO] [stderr] | [INFO] [stderr] 180 | / assert_eq!("n͈̰̎u͔n͈̰̎i̙̮͚̦c͚̉o̼̩̰͗d͔̆̓ͥé", [INFO] [stderr] 181 | | trim(TEST_STRING)); [INFO] [stderr] | |______________________________________^ no implementation for `&str == std::result::Result<&str, utils::Error>` [INFO] [stderr] | [INFO] [stderr] = help: the trait `std::cmp::PartialEq>` is not implemented for `&str` [INFO] [stderr] = note: this error originates in a macro outside of the current crate (in Nightly builds, run with -Z external-macro-backtrace for more info) [INFO] [stderr] [INFO] [stderr] error: aborting due to 3 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0277`. [INFO] [stderr] error: could not compile `super_parser`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: type `parser::ParsingError` is private [INFO] [stderr] --> src/pdb_parser.rs:66:22 [INFO] [stderr] | [INFO] [stderr] 66 | let result = parser.parse(buffer); [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error: type `parser::ParsingError` is private [INFO] [stderr] --> src/pdb_parser.rs:68:15 [INFO] [stderr] | [INFO] [stderr] 68 | match result { [INFO] [stderr] | ^^^^^^ [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] error: could not compile `super_parser`. [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] running `"docker" "inspect" "a3cac686520328161d5456acba584ecb86a20ddafb9a158f1e9c34dca83e0ad9"` [INFO] running `"docker" "rm" "-f" "a3cac686520328161d5456acba584ecb86a20ddafb9a158f1e9c34dca83e0ad9"` [INFO] [stdout] a3cac686520328161d5456acba584ecb86a20ddafb9a158f1e9c34dca83e0ad9