[INFO] fetching crate oysterpack_log 0.1.0... [INFO] checking oysterpack_log-0.1.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate oysterpack_log 0.1.0 into /workspace/builds/worker-11/source [INFO] validating manifest of crates.io crate oysterpack_log 0.1.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate oysterpack_log 0.1.0 [INFO] finished tweaking crates.io crate oysterpack_log 0.1.0 [INFO] tweaked toml for crates.io crate oysterpack_log 0.1.0 written to /workspace/builds/worker-11/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded built v0.3.0 [INFO] [stderr] Downloaded crates-io v0.18.0 [INFO] [stderr] Downloaded cargo v0.30.0 [INFO] [stderr] Downloaded oysterpack_app_metadata_macros v0.1.0 [INFO] [stderr] Downloaded oysterpack_macros v0.1.0 [INFO] [stderr] Downloaded oysterpack_built v0.3.2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "1610612736" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 224467909bad23b6d4bc27ecbf72adf18b8b5f79ef8f3e9b029881c5ae29885e [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "224467909bad23b6d4bc27ecbf72adf18b8b5f79ef8f3e9b029881c5ae29885e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "224467909bad23b6d4bc27ecbf72adf18b8b5f79ef8f3e9b029881c5ae29885e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "224467909bad23b6d4bc27ecbf72adf18b8b5f79ef8f3e9b029881c5ae29885e", kill_on_drop: false }` [INFO] [stdout] 224467909bad23b6d4bc27ecbf72adf18b8b5f79ef8f3e9b029881c5ae29885e [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-11/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" "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" "--user" "0:0" "--network" "none" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 9c546e4444511cdc833d9dbcde1691361b3f85be9399c24347efac9cb94fb038 [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] running `Command { std: "docker" "start" "-a" "9c546e4444511cdc833d9dbcde1691361b3f85be9399c24347efac9cb94fb038", kill_on_drop: false }` [INFO] [stderr] Compiling autocfg v1.0.1 [INFO] [stderr] Compiling syn v1.0.63 [INFO] [stderr] Compiling pkg-config v0.3.19 [INFO] [stderr] Compiling log v0.4.14 [INFO] [stderr] Compiling memchr v2.3.4 [INFO] [stderr] Compiling tinyvec_macros v0.1.0 [INFO] [stderr] Compiling matches v0.1.8 [INFO] [stderr] Compiling ryu v1.0.5 [INFO] [stderr] Compiling adler v1.0.2 [INFO] [stderr] Compiling openssl-probe v0.1.2 [INFO] [stderr] Compiling gimli v0.23.0 [INFO] [stderr] Compiling failure_derive v0.1.8 [INFO] [stderr] Compiling curl v0.4.35 [INFO] [stderr] Compiling rustc-demangle v0.1.18 [INFO] [stderr] Compiling rustc-serialize v0.3.24 [INFO] [stderr] Compiling object v0.23.0 [INFO] [stderr] Compiling crc32fast v1.2.1 [INFO] [stderr] Compiling term v0.4.6 [INFO] [stderr] Compiling openssl v0.10.33 [INFO] [stderr] Compiling foreign-types-shared v0.1.1 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Compiling itoa v0.4.7 [INFO] [stderr] Compiling quick-error v1.2.3 [INFO] [stderr] Compiling same-file v1.0.6 [INFO] [stderr] Compiling semver-parser v0.7.0 [INFO] [stderr] Compiling bitflags v0.8.2 [INFO] [stderr] Compiling lazy_static v1.4.0 [INFO] [stderr] Compiling either v1.6.1 [INFO] [stderr] Compiling same-file v0.1.3 [INFO] [stderr] Compiling hex v0.3.2 [INFO] [stderr] Compiling termcolor v1.1.2 [INFO] [stderr] Compiling dot v0.1.4 [INFO] [stderr] Compiling shell-escape v0.1.5 [INFO] [stderr] Compiling rustc-workspace-hack v1.0.0 [INFO] [stderr] Compiling fixedbitset v0.1.9 [INFO] [stderr] Compiling crossbeam-utils v0.5.0 [INFO] [stderr] Compiling ordermap v0.3.5 [INFO] [stderr] Compiling home v0.3.4 [INFO] [stderr] Compiling lazycell v1.3.0 [INFO] [stderr] Compiling glob v0.2.11 [INFO] [stderr] Checking cfg-if v1.0.0 [INFO] [stderr] Compiling pulldown-cmark v0.1.2 [INFO] [stderr] Checking bitflags v0.9.1 [INFO] [stderr] Checking percent-encoding v1.0.1 [INFO] [stderr] Checking oysterpack_macros v0.1.0 [INFO] [stderr] Compiling thread_local v1.1.3 [INFO] [stderr] Compiling tinyvec v1.1.1 [INFO] [stderr] Compiling unicode-bidi v0.3.4 [INFO] [stderr] Compiling foreign-types v0.3.2 [INFO] [stderr] Compiling humantime v1.3.0 [INFO] [stderr] Compiling walkdir v2.3.1 [INFO] [stderr] Compiling itertools v0.5.10 [INFO] [stderr] Compiling walkdir v1.0.7 [INFO] [stderr] Compiling num-traits v0.2.14 [INFO] [stderr] Compiling miniz_oxide v0.4.4 [INFO] [stderr] Compiling num-integer v0.1.44 [INFO] [stderr] Compiling crossbeam-utils v0.8.3 [INFO] [stderr] Checking itertools v0.7.11 [INFO] [stderr] Compiling bitflags v1.2.1 [INFO] [stderr] Compiling openssl-sys v0.9.61 [INFO] [stderr] Compiling libz-sys v1.1.2 [INFO] [stderr] Compiling curl-sys v0.4.41+curl-7.75.0 [INFO] [stderr] Compiling libssh2-sys v0.2.21 [INFO] [stderr] Compiling libgit2-sys v0.7.11 [INFO] [stderr] Compiling socket2 v0.3.19 [INFO] [stderr] Compiling time v0.1.43 [INFO] [stderr] Compiling filetime v0.2.14 [INFO] [stderr] Compiling jobserver v0.1.21 [INFO] [stderr] Compiling fs2 v0.4.3 [INFO] [stderr] Compiling num_cpus v1.13.0 [INFO] [stderr] Compiling aho-corasick v0.7.15 [INFO] [stderr] Compiling bstr v0.2.15 [INFO] [stderr] Checking idna v0.1.5 [INFO] [stderr] Compiling clap v2.33.3 [INFO] [stderr] Compiling syntex_pos v0.58.1 [INFO] [stderr] Compiling tar v0.4.33 [INFO] [stderr] Compiling unicode-normalization v0.1.17 [INFO] [stderr] Compiling addr2line v0.14.1 [INFO] [stderr] Compiling rand v0.8.3 [INFO] [stderr] Compiling syntex_errors v0.58.1 [INFO] [stderr] Checking url v1.7.2 [INFO] [stderr] Compiling flate2 v1.0.20 [INFO] [stderr] Compiling backtrace v0.3.56 [INFO] [stderr] Compiling regex v1.4.4 [INFO] [stderr] Compiling tempfile v3.2.0 [INFO] [stderr] Compiling synstructure v0.12.4 [INFO] [stderr] Compiling crypto-hash v0.3.4 [INFO] [stderr] Compiling serde_derive v1.0.124 [INFO] [stderr] Compiling failure v0.1.8 [INFO] [stderr] Compiling serde v1.0.124 [INFO] [stderr] Checking chrono v0.4.19 [INFO] [stderr] Checking semver v0.9.0 [INFO] [stderr] Checking serde_json v1.0.64 [INFO] [stderr] Checking toml v0.4.10 [INFO] [stderr] Compiling serde_ignored v0.0.4 [INFO] [stderr] Compiling petgraph v0.4.13 [INFO] [stderr] Compiling log v0.3.9 [INFO] [stderr] Compiling globset v0.4.6 [INFO] [stderr] Compiling env_logger v0.5.13 [INFO] [stderr] Compiling syntex_syntax v0.58.1 [INFO] [stderr] Checking fern v0.5.9 [INFO] [stderr] Checking version-sync v0.5.0 [INFO] [stderr] Compiling ignore v0.4.17 [INFO] [stdout] error[E0423]: expected function, tuple struct or tuple variant, found struct `ast::Name` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/syntex_syntax-0.58.1/src/symbol.rs:146:27 [INFO] [stdout] | [INFO] [stdout] 146 | name: ast::Name($index), [INFO] [stdout] | ^^^^^^^^^ [INFO] [stdout] ... [INFO] [stdout] 165 | / declare_keywords! { [INFO] [stdout] 166 | | // Invalid identifier [INFO] [stdout] 167 | | (0, Invalid, "") [INFO] [stdout] 168 | | [INFO] [stdout] ... | [INFO] [stdout] 231 | | (56, CrateRoot, "{{root}}") [INFO] [stdout] 232 | | } [INFO] [stdout] | |_- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Compiling rustfix v0.4.6 [INFO] [stderr] Compiling crates-io v0.18.0 [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0423`. [INFO] [stdout] [INFO] [stderr] error: could not compile `syntex_syntax` [INFO] [stderr] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "9c546e4444511cdc833d9dbcde1691361b3f85be9399c24347efac9cb94fb038", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c546e4444511cdc833d9dbcde1691361b3f85be9399c24347efac9cb94fb038", kill_on_drop: false }` [INFO] [stdout] 9c546e4444511cdc833d9dbcde1691361b3f85be9399c24347efac9cb94fb038