[INFO] fetching crate derive_display 0.0.3...
[INFO] testing derive_display-0.0.3 against 1.90.0 for beta-1.91-3
[INFO] extracting crate derive_display 0.0.3 into /workspace/builds/worker-2-tc1/source
[INFO] removed /workspace/builds/worker-2-tc1/source/rust-toolchain.toml
[INFO] started tweaking crates.io crate derive_display 0.0.3
[INFO] finished tweaking crates.io crate derive_display 0.0.3
[INFO] tweaked toml for crates.io crate derive_display 0.0.3 written to /workspace/builds/worker-2-tc1/source/Cargo.toml
[INFO] validating manifest of crates.io crate derive_display 0.0.3 on toolchain 1.90.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 5 packages to latest compatible versions
[INFO] [stderr]       Adding include_proc_macro v1.1.1 (available: v2.0.6)
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.90.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded include_proc_macro v1.1.1
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 104e578330a0c05752947416ccc6082912cedb4ae43a90796996abcf6483040b
[INFO] running `Command { std: "docker" "start" "-a" "104e578330a0c05752947416ccc6082912cedb4ae43a90796996abcf6483040b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "104e578330a0c05752947416ccc6082912cedb4ae43a90796996abcf6483040b", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "104e578330a0c05752947416ccc6082912cedb4ae43a90796996abcf6483040b", kill_on_drop: false }`
[INFO] [stdout] 104e578330a0c05752947416ccc6082912cedb4ae43a90796996abcf6483040b
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-2-tc1/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:e90291280db7d1fac5b66fc6dad9f9662629e7365a55743daf9bdf73ebc4ea79" "/opt/rustwide/cargo-home/bin/cargo" "+1.90.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 1c6bb893efcdd7f41967acc8401ee7bd640b94c1449a85b4f8a794b203f34abe
[INFO] running `Command { std: "docker" "start" "-a" "1c6bb893efcdd7f41967acc8401ee7bd640b94c1449a85b4f8a794b203f34abe", kill_on_drop: false }`
[INFO] [stderr] warning: only one of `license` or `license-file` is necessary
[INFO] [stderr] `license` should be used if the package license can be expressed with a standard SPDX expression.
[INFO] [stderr] `license-file` should be used if the package uses a non-standard license.
[INFO] [stderr] See https://doc.rust-lang.org/cargo/reference/manifest.html#the-license-and-license-file-fields for more information.
[INFO] [stderr]    Compiling include_proc_macro v1.1.1
[INFO] [stderr]    Compiling syn v2.0.106
[INFO] [stderr]    Compiling derive_display v0.0.3 (/opt/rustwide/workdir)
[INFO] [stdout] error: Since 1.1.0, the path should either explicitly start with a module name  (module_name = "dir/path_as_str_lit") or be entered without the string delims "" of a string literal (dir/path_as_str_lit).
[INFO] [stdout]  --> src/lib.rs:3:1
[INFO] [stdout]   |
[INFO] [stdout] 3 | include_proc_macro::named!("derive_display");
[INFO] [stdout]   | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
[INFO] [stdout]   |
[INFO] [stdout]   = note: this error originates in the macro `$crate::include_proc_macro` which comes from the expansion of the macro `include_proc_macro::named` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr] error: could not compile `derive_display` (lib) due to 1 previous error
[INFO] running `Command { std: "docker" "inspect" "1c6bb893efcdd7f41967acc8401ee7bd640b94c1449a85b4f8a794b203f34abe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "1c6bb893efcdd7f41967acc8401ee7bd640b94c1449a85b4f8a794b203f34abe", kill_on_drop: false }`
[INFO] [stdout] 1c6bb893efcdd7f41967acc8401ee7bd640b94c1449a85b4f8a794b203f34abe
