[INFO] cloning repository https://github.com/kind-io/semantic_analysis
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/kind-io/semantic_analysis" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkind-io%2Fsemantic_analysis", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkind-io%2Fsemantic_analysis'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 94d2c1e3b7f9c0e8fccf2933e62222045b53b28e
[INFO] checking kind-io/semantic_analysis against 1.95.0-beta.7 for beta-1.95-4
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fkind-io%2Fsemantic_analysis" "/workspace/builds/worker-6-tc2/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-6-tc2/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/kind-io/semantic_analysis
[INFO] finished tweaking git repo https://github.com/kind-io/semantic_analysis
[INFO] tweaked toml for git repo https://github.com/kind-io/semantic_analysis written to /workspace/builds/worker-6-tc2/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/kind-io/semantic_analysis on toolchain 1.95.0-beta.7
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/kind-io/semantic_analysis already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0-beta.7" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Blocking waiting for file lock on package cache
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 0c181de691f7835401473d70d58342962f3583186cdb06eeaeab1211ae9c5798
[INFO] running `Command { std: "docker" "start" "-a" "0c181de691f7835401473d70d58342962f3583186cdb06eeaeab1211ae9c5798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "0c181de691f7835401473d70d58342962f3583186cdb06eeaeab1211ae9c5798", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0c181de691f7835401473d70d58342962f3583186cdb06eeaeab1211ae9c5798", kill_on_drop: false }`
[INFO] [stdout] 0c181de691f7835401473d70d58342962f3583186cdb06eeaeab1211ae9c5798
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-6-tc2/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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0-beta.7" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3a6fa99218110fbd24ba43fcea20d11c91f69ae98f8412514215eec6966ecec1
[INFO] running `Command { std: "docker" "start" "-a" "3a6fa99218110fbd24ba43fcea20d11c91f69ae98f8412514215eec6966ecec1", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.33
[INFO] [stderr]    Compiling unicode-xid v0.2.2
[INFO] [stderr]    Compiling autocfg v1.0.1
[INFO] [stderr]    Compiling syn v1.0.82
[INFO] [stderr]    Compiling libc v0.2.112
[INFO] [stderr]    Compiling serde_derive v1.0.131
[INFO] [stderr]    Compiling serde v1.0.131
[INFO] [stderr]    Compiling memchr v2.4.1
[INFO] [stderr]    Compiling version_check v0.9.3
[INFO] [stderr]    Compiling rutie v0.8.3
[INFO] [stderr]    Compiling log v0.4.14
[INFO] [stderr]     Checking regex-syntax v0.6.25
[INFO] [stderr]    Compiling anyhow v1.0.51
[INFO] [stderr]    Compiling serde_json v1.0.72
[INFO] [stderr]     Checking ryu v1.0.9
[INFO] [stderr]     Checking itoa v0.4.8
[INFO] [stderr]     Checking maplit v1.0.2
[INFO] [stderr]    Compiling num-traits v0.2.14
[INFO] [stderr]    Compiling num-integer v0.1.44
[INFO] [stderr]    Compiling unicase v2.6.0
[INFO] [stderr]     Checking aho-corasick v0.7.18
[INFO] [stderr]     Checking time v0.1.44
[INFO] [stderr]    Compiling quote v1.0.10
[INFO] [stderr]     Checking regex v1.5.4
[INFO] [stderr]     Checking vader_sentiment v0.1.1 (https://github.com/kind-io/vader-sentiment-rust#36095df1)
[INFO] [stderr]     Checking chrono v0.4.19
[INFO] [stderr]     Checking rutie-serde v0.3.0
[INFO] [stderr]     Checking semantic_analysis v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] error: imports need to be explicitly named
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / rutie_serde_methods!(
[INFO] [stdout] 22 | |     SemanticAnalyzer,
[INFO] [stdout] 23 | |     _rtself,
[INFO] [stdout] 24 | |     ruby_class!(Exception),
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `rutie_serde_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: try renaming it with a name
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rutie-serde-0.3.0/src/macros.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |             use $crate::{self as name, DeserializeWrapper, IntoAnyObject, IntoException, ResultExt};
[INFO] [stdout]    |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] error: imports need to be explicitly named
[INFO] [stdout]   --> src/lib.rs:21:1
[INFO] [stdout]    |
[INFO] [stdout] 21 | / rutie_serde_methods!(
[INFO] [stdout] 22 | |     SemanticAnalyzer,
[INFO] [stdout] 23 | |     _rtself,
[INFO] [stdout] 24 | |     ruby_class!(Exception),
[INFO] [stdout] ...  |
[INFO] [stdout] 37 | | );
[INFO] [stdout]    | |_^
[INFO] [stdout]    |
[INFO] [stdout]    = note: this error originates in the macro `rutie_serde_methods` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] help: try renaming it with a name
[INFO] [stdout]   --> /opt/rustwide/cargo-home/registry/src/index.crates.io-1949cf8c6b5b557f/rutie-serde-0.3.0/src/macros.rs:55:30
[INFO] [stdout]    |
[INFO] [stdout] 55 |             use $crate::{self as name, DeserializeWrapper, IntoAnyObject, IntoException, ResultExt};
[INFO] [stdout]    |                               +++++++
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `semantic_analysis` (lib test) due to 1 previous error
[INFO] [stderr] warning: build failed, waiting for other jobs to finish...
[INFO] [stderr] error: could not compile `semantic_analysis` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "3a6fa99218110fbd24ba43fcea20d11c91f69ae98f8412514215eec6966ecec1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3a6fa99218110fbd24ba43fcea20d11c91f69ae98f8412514215eec6966ecec1", kill_on_drop: false }`
[INFO] [stdout] 3a6fa99218110fbd24ba43fcea20d11c91f69ae98f8412514215eec6966ecec1
