[INFO] cloning repository https://github.com/dat2/rust-zeromq-playground [INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/dat2/rust-zeromq-playground" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Frust-zeromq-playground", kill_on_drop: false }` [INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Frust-zeromq-playground'... [INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }` [INFO] [stdout] 8a377801f9043acb16b49f3e0f191688608d169b [INFO] testing dat2/rust-zeromq-playground against beta-2022-04-10 for beta-1.61-1 [INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fdat2%2Frust-zeromq-playground" "/workspace/builds/worker-4/source", kill_on_drop: false }` [INFO] [stderr] Cloning into '/workspace/builds/worker-4/source'... [INFO] [stderr] done. [INFO] validating manifest of git repo https://github.com/dat2/rust-zeromq-playground on toolchain beta-2022-04-10 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking git repo https://github.com/dat2/rust-zeromq-playground [INFO] finished tweaking git repo https://github.com/dat2/rust-zeromq-playground [INFO] tweaked toml for git repo https://github.com/dat2/rust-zeromq-playground written to /workspace/builds/worker-4/source/Cargo.toml [INFO] crate git repo https://github.com/dat2/rust-zeromq-playground already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+beta-2022-04-10" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stderr] WARNING: Your kernel does not support swap limit capabilities or the cgroup is not mounted. Memory limited without swap. [INFO] [stdout] fe73298db8f55f19268c58dffd7abea93a12619f78750252afdfa25021526e61 [INFO] running `Command { std: "docker" "start" "-a" "fe73298db8f55f19268c58dffd7abea93a12619f78750252afdfa25021526e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "fe73298db8f55f19268c58dffd7abea93a12619f78750252afdfa25021526e61", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "fe73298db8f55f19268c58dffd7abea93a12619f78750252afdfa25021526e61", kill_on_drop: false }` [INFO] [stdout] fe73298db8f55f19268c58dffd7abea93a12619f78750252afdfa25021526e61 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4/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" "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:eaef2f80f755933c374d2ae5edccceec0c1312ceb8a4e0b6404e8ab76561e1e5" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2022-04-10" "build" "--frozen" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 276ba56d428313a1e847e44c1d3d12d1269a7f9d91260c72eee7984a93c9010e [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" "276ba56d428313a1e847e44c1d3d12d1269a7f9d91260c72eee7984a93c9010e", kill_on_drop: false }` [INFO] [stderr] Compiling libc v0.2.17 [INFO] [stderr] Compiling unicode-xid v0.0.3 [INFO] [stderr] Compiling quote v0.3.3 [INFO] [stderr] Compiling zmq v0.8.0 (https://github.com/erickt/rust-zmq.git#5cd311a6) [INFO] [stderr] Compiling serde v0.8.15 [INFO] [stderr] Compiling zmq-sys v0.8.0 (https://github.com/erickt/rust-zmq.git#5cd311a6) [INFO] [stderr] Compiling num-integer v0.1.32 [INFO] [stderr] Compiling num-iter v0.1.32 [INFO] [stderr] Compiling syn v0.9.2 [INFO] [stderr] Compiling num v0.1.36 [INFO] [stderr] Compiling time v0.1.35 [INFO] [stderr] Compiling termion v1.1.1 [INFO] [stderr] Compiling num_cpus v1.1.0 [INFO] [stderr] Compiling chrono v0.2.25 [INFO] [stderr] Compiling serde_codegen_internals v0.10.0 [INFO] [stderr] Compiling post-expansion v0.1.0 [INFO] [stderr] Compiling serde_codegen v0.8.15 [INFO] [stdout] error[E0463]: can't find crate for `syntax` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:21:1 [INFO] [stdout] | [INFO] [stdout] 21 | extern crate syntax; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0463]: can't find crate for `rustc_plugin` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:24:1 [INFO] [stdout] | [INFO] [stdout] 24 | extern crate rustc_plugin; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^ can't find crate [INFO] [stdout] | [INFO] [stdout] = help: maybe you need to install the missing components with: `rustup component add rust-src rustc-dev llvm-tools-preview` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared type `AttributeType` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:122:48 [INFO] [stdout] | [INFO] [stdout] 122 | reg.register_attribute("serde".to_owned(), AttributeType::Normal); [INFO] [stdout] | ^^^^^^^^^^^^^ use of undeclared type `AttributeType` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:148:18 [INFO] [stdout] | [INFO] [stdout] 148 | impl visit::Visitor for MarkSerdeAttributesUsed { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:149:54 [INFO] [stdout] | [INFO] [stdout] 149 | fn visit_attribute(&mut self, attr: &ast::Attribute) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | ast::MetaItemKind::List(ref name, _) if name == "serde" => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | attr::mark_used(attr); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | visit::walk_item(&mut MarkSerdeAttributesUsed, item); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pprust` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let s = pprust::item_to_string(item); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `pprust` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:176:29 [INFO] [stdout] | [INFO] [stdout] 176 | let impl_item = parse::parse_item_from_source_str(name, expanded, cfg, sess); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] ... [INFO] [stdout] 182 | shim!(Serialize ser::expand_derive_serialize); [INFO] [stdout] | --------------------------------------------- in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:148:18 [INFO] [stdout] | [INFO] [stdout] 148 | impl visit::Visitor for MarkSerdeAttributesUsed { [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:149:54 [INFO] [stdout] | [INFO] [stdout] 149 | fn visit_attribute(&mut self, attr: &ast::Attribute) { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `ast` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:151:25 [INFO] [stdout] | [INFO] [stdout] 151 | ast::MetaItemKind::List(ref name, _) if name == "serde" => { [INFO] [stdout] | ^^^ use of undeclared crate or module `ast` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `attr` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:152:29 [INFO] [stdout] | [INFO] [stdout] 152 | attr::mark_used(attr); [INFO] [stdout] | ^^^^ use of undeclared crate or module `attr` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `visit` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:158:13 [INFO] [stdout] | [INFO] [stdout] 158 | visit::walk_item(&mut MarkSerdeAttributesUsed, item); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `visit` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `pprust` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:161:21 [INFO] [stdout] | [INFO] [stdout] 161 | let s = pprust::item_to_string(item); [INFO] [stdout] | ^^^^^^ use of undeclared crate or module `pprust` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `parse` [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:176:29 [INFO] [stdout] | [INFO] [stdout] 176 | let impl_item = parse::parse_item_from_source_str(name, expanded, cfg, sess); [INFO] [stdout] | ^^^^^ use of undeclared crate or module `parse` [INFO] [stdout] ... [INFO] [stdout] 183 | shim!(Deserialize de::expand_derive_deserialize); [INFO] [stdout] | ------------------------------------------------ in this macro invocation [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `shim` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0554]: `#![feature]` may not be used on the beta release channel [INFO] [stdout] --> /opt/rustwide/cargo-home/registry/src/github.com-1ecc6299db9ec823/serde_codegen-0.8.15/src/lib.rs:5:43 [INFO] [stdout] | [INFO] [stdout] 5 | #![cfg_attr(not(feature = "with-syntex"), feature(rustc_private, plugin))] [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 18 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0433, E0463, E0554. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `serde_codegen` due to 19 previous errors [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] running `Command { std: "docker" "inspect" "276ba56d428313a1e847e44c1d3d12d1269a7f9d91260c72eee7984a93c9010e", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "276ba56d428313a1e847e44c1d3d12d1269a7f9d91260c72eee7984a93c9010e", kill_on_drop: false }` [INFO] [stdout] 276ba56d428313a1e847e44c1d3d12d1269a7f9d91260c72eee7984a93c9010e