[INFO] cloning repository https://github.com/JordiPolo/oatool [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/JordiPolo/oatool" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordiPolo%2Foatool", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordiPolo%2Foatool'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 4e5652d1a54042095dbe173d1fb53822c140e83d [INFO] checking JordiPolo/oatool against master#c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 for pr-86194 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2FJordiPolo%2Foatool" "/workspace/builds/worker-12/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-12/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/JordiPolo/oatool on toolchain c5fbcd35a8217a17f6b63a22217ace06cf8f5f02 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/JordiPolo/oatool [INFO] finished tweaking git repo https://github.com/JordiPolo/oatool [INFO] tweaked toml for git repo https://github.com/JordiPolo/oatool written to /workspace/builds/worker-12/source/Cargo.toml [INFO] crate git repo https://github.com/JordiPolo/oatool already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "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-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] aedfd7d0c2eee0f5e5509789c34ca61e5fbc61971504690379f7315e427e2d14 [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" "aedfd7d0c2eee0f5e5509789c34ca61e5fbc61971504690379f7315e427e2d14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "aedfd7d0c2eee0f5e5509789c34ca61e5fbc61971504690379f7315e427e2d14", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "aedfd7d0c2eee0f5e5509789c34ca61e5fbc61971504690379f7315e427e2d14", kill_on_drop: false }` [INFO] [stdout] aedfd7d0c2eee0f5e5509789c34ca61e5fbc61971504690379f7315e427e2d14 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-12/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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:20528e8c29e4536546f0102ce88568b16ea7538393a33fcca951030f7af10457" "/opt/rustwide/cargo-home/bin/cargo" "+c5fbcd35a8217a17f6b63a22217ace06cf8f5f02" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 1adbb4af116ace20c10d6082355ad4c02784f90f61fb2fd6dc16ee9ba348c2be [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" "1adbb4af116ace20c10d6082355ad4c02784f90f61fb2fd6dc16ee9ba348c2be", kill_on_drop: false }` [INFO] [stderr] Compiling gcc v0.3.51 [INFO] [stderr] Compiling unicode-xid v0.0.4 [INFO] [stderr] Checking rustc-demangle v0.1.4 [INFO] [stderr] Checking linked-hash-map v0.3.0 [INFO] [stderr] Compiling quote v0.3.15 [INFO] [stderr] Checking serde v1.0.10 [INFO] [stderr] Checking void v1.0.2 [INFO] [stderr] Checking itoa v0.3.1 [INFO] [stderr] Checking dtoa v0.4.1 [INFO] [stderr] Checking either v1.1.0 [INFO] [stderr] Checking vec_map v0.8.0 [INFO] [stderr] Checking strsim v0.6.0 [INFO] [stderr] Checking unicode-segmentation v1.1.0 [INFO] [stderr] Checking memchr v1.0.1 [INFO] [stderr] Checking term_size v0.3.0 [INFO] [stderr] Checking atty v0.2.2 [INFO] [stderr] Compiling synom v0.11.3 [INFO] [stderr] Checking unreachable v1.0.0 [INFO] [stderr] Checking textwrap v0.6.0 [INFO] [stderr] Checking itertools v0.6.1 [INFO] [stderr] Checking aho-corasick v0.6.3 [INFO] [stderr] Checking yaml-rust v0.3.5 [INFO] [stderr] Checking thread_local v0.3.4 [INFO] [stderr] Compiling syn v0.11.11 [INFO] [stderr] Checking clap v2.25.0 [INFO] [stderr] Checking regex v0.2.2 [INFO] [stderr] Compiling backtrace-sys v0.1.11 [INFO] [stderr] Compiling serde_derive_internals v0.15.1 [INFO] [stderr] Checking Inflector v0.10.1 (https://github.com/jordipolo/Inflector?rev=8d38a0a#8d38a0a7) [INFO] [stderr] Compiling serde_derive v1.0.10 [INFO] [stderr] Checking serde_yaml v0.7.1 [INFO] [stderr] Checking serde_json v1.0.2 [INFO] [stderr] Checking backtrace v0.3.2 [INFO] [stderr] Checking error-chain v0.10.0 [INFO] [stderr] Checking yaml-merge-keys v0.2.0 [INFO] [stderr] Checking openapi v0.1.5 (https://github.com/softprops/openapi?rev=bc778470#bc778470) [INFO] [stdout] error: expected non-macro attribute, found attribute macro `derive` [INFO] [stdout] --> /opt/rustwide/cargo-home/git/checkouts/openapi-672beb9d0115aab9/bc77847/src/schema.rs:164:7 [INFO] [stdout] | [INFO] [stdout] 164 | #[derive(Default)] [INFO] [stdout] | ^^^^^^ not a non-macro attribute [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] Checking google_discovery_spec v0.1.0 (/opt/rustwide/workdir/google_discovery_spec) [INFO] [stdout] error: aborting due to previous error [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `openapi` [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] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> google_discovery_spec/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | / error_chain!{ [INFO] [stdout] 27 | | foreign_links { [INFO] [stdout] 28 | | Io(::std::io::Error); [INFO] [stdout] 29 | | Yaml(::serde_yaml::Error); [INFO] [stdout] 30 | | Json(::serde_json::Error); [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: `#[warn(deprecated)]` on by default [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::description`: use the Display impl or to_string() [INFO] [stdout] --> google_discovery_spec/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | / error_chain!{ [INFO] [stdout] 27 | | foreign_links { [INFO] [stdout] 28 | | Io(::std::io::Error); [INFO] [stdout] 29 | | Yaml(::serde_yaml::Error); [INFO] [stdout] 30 | | Json(::serde_json::Error); [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: use of deprecated associated function `std::error::Error::cause`: replaced by Error::source, which can support downcasting [INFO] [stdout] --> google_discovery_spec/src/lib.rs:26:5 [INFO] [stdout] | [INFO] [stdout] 26 | / error_chain!{ [INFO] [stdout] 27 | | foreign_links { [INFO] [stdout] 28 | | Io(::std::io::Error); [INFO] [stdout] 29 | | Yaml(::serde_yaml::Error); [INFO] [stdout] 30 | | Json(::serde_json::Error); [INFO] [stdout] 31 | | } [INFO] [stdout] 32 | | } [INFO] [stdout] | |_____^ [INFO] [stdout] | [INFO] [stdout] = note: this warning originates in the macro `error_chain_processed` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] warning: 3 warnings emitted [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "1adbb4af116ace20c10d6082355ad4c02784f90f61fb2fd6dc16ee9ba348c2be", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "1adbb4af116ace20c10d6082355ad4c02784f90f61fb2fd6dc16ee9ba348c2be", kill_on_drop: false }` [INFO] [stdout] 1adbb4af116ace20c10d6082355ad4c02784f90f61fb2fd6dc16ee9ba348c2be