[INFO] updating cached repository https://github.com/jamespharaoh/btrfs-dedupe
[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] 72c6a301d20f935827b994db210bf0a1e121273a
[INFO] checking jamespharaoh/btrfs-dedupe against master#bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc for pr-70917
[INFO] running `"git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fjamespharaoh%2Fbtrfs-dedupe" "/workspace/builds/worker-6/source"`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6/source'...
[INFO] [stderr] done.
[INFO] validating manifest of git repo https://github.com/jamespharaoh/btrfs-dedupe on toolchain bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "read-manifest" "--manifest-path" "Cargo.toml"`
[INFO] started tweaking git repo https://github.com/jamespharaoh/btrfs-dedupe
[INFO] finished tweaking git repo https://github.com/jamespharaoh/btrfs-dedupe
[INFO] tweaked toml for git repo https://github.com/jamespharaoh/btrfs-dedupe written to /workspace/builds/worker-6/source/Cargo.toml
[INFO] crate git repo https://github.com/jamespharaoh/btrfs-dedupe already has a lockfile, it will not be regenerated
[INFO] running `"/workspace/cargo-home/bin/cargo" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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-6/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6/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" "+bf1f2eedda4fa02b7c9347dd849ed73ddd43dedc" "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] 706a8fdcd81dda11d7a114697214e9cdf98ab7d4e83895d5f531c4be4f323d88
[INFO] running `"docker" "start" "-a" "706a8fdcd81dda11d7a114697214e9cdf98ab7d4e83895d5f531c4be4f323d88"`
[INFO] [stderr]    Compiling winapi v0.2.8
[INFO] [stderr]    Compiling rustc-serialize v0.3.22
[INFO] [stderr]    Compiling libc v0.2.18
[INFO] [stderr]    Compiling typenum v1.5.1
[INFO] [stderr]    Compiling quote v0.3.10
[INFO] [stderr]     Checking byte-tools v0.1.2
[INFO] [stderr]     Checking serde v0.8.21
[INFO] [stderr]     Checking uuid v0.3.1
[INFO] [stderr]     Checking minilzo-sys v0.1.0
[INFO] [stderr]     Checking termion v1.1.4
[INFO] [stderr]     Checking nodrop v0.1.8
[INFO] [stderr]    Compiling miniz-sys v0.1.7
[INFO] [stderr]     Checking crc v1.4.0
[INFO] [stderr]     Checking ioctl v0.3.3
[INFO] [stderr]     Checking minilzo v0.1.0
[INFO] [stderr]    Compiling syn v0.10.6
[INFO] [stderr]    Compiling kernel32-sys v0.2.2
[INFO] [stderr]     Checking output v0.4.1
[INFO] [stderr]     Checking time v0.1.35
[INFO] [stderr]    Compiling term v0.4.4
[INFO] [stderr]     Checking flate2 v0.2.14
[INFO] [stderr]     Checking btrfs v1.2.1
[INFO] [stderr]     Checking generic-array v0.6.0
[INFO] [stderr]    Compiling serde_codegen_internals v0.11.3
[INFO] [stderr]     Checking digest v0.4.0
[INFO] [stderr]     Checking digest-buffer v0.2.0
[INFO] [stderr]     Checking sha2 v0.4.0
[INFO] [stderr]    Compiling syntex_pos v0.52.0
[INFO] [stderr]     Checking serde_json v0.8.4
[INFO] [stderr]    Compiling syntex_errors v0.52.0
[INFO] [stderr]    Compiling syntex_syntax v0.52.0
[INFO] [stderr] error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name`
[INFO] [stderr]    --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.52.0/src/symbol.rs:146:27
[INFO] [stderr]     |
[INFO] [stderr] 146 |                       name: ast::Name($index),
[INFO] [stderr]     |                             ^^^^^^^^^
[INFO] [stderr] ...
[INFO] [stderr] 165 | / declare_keywords! {
[INFO] [stderr] 166 | |     // Invalid identifier
[INFO] [stderr] 167 | |     (0,  Invalid,        "")
[INFO] [stderr] 168 | |
[INFO] [stderr] ...   |
[INFO] [stderr] 228 | |     (55, Union,          "union")
[INFO] [stderr] 229 | | }
[INFO] [stderr]     | |_- in this macro invocation
[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 previous error
[INFO] [stderr] 
[INFO] [stderr] For more information about this error, try `rustc --explain E0423`.
[INFO] [stderr] error: could not compile `syntex_syntax`.
[INFO] [stderr] 
[INFO] [stderr] To learn more, run the command again with --verbose.
[INFO] running `"docker" "inspect" "706a8fdcd81dda11d7a114697214e9cdf98ab7d4e83895d5f531c4be4f323d88"`
[INFO] running `"docker" "rm" "-f" "706a8fdcd81dda11d7a114697214e9cdf98ab7d4e83895d5f531c4be4f323d88"`
[INFO] [stdout] 706a8fdcd81dda11d7a114697214e9cdf98ab7d4e83895d5f531c4be4f323d88
