[INFO] crate attribution 0.2.0 is already in cache [INFO] testing attribution-0.2.0 against beta-2019-09-28 for beta-1.39-1 [INFO] extracting crate attribution 0.2.0 into work/builds/worker-3/source [INFO] validating manifest of crates.io crate attribution 0.2.0 on toolchain beta-2019-09-28 [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "read-manifest" "--manifest-path" "Cargo.toml"` [INFO] started tweaking crates.io crate attribution 0.2.0 [INFO] removed 2 missing examples [INFO] finished tweaking crates.io crate attribution 0.2.0 [INFO] tweaked toml for crates.io crate attribution 0.2.0 written to work/builds/worker-3/source/Cargo.toml [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update"` [INFO] running `"/big/crater/work/cargo-home/bin/cargo" "+beta-2019-09-28" "fetch" "--locked" "--manifest-path" "Cargo.toml"` [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "build" "--frozen"` [INFO] [stdout] 080713a437cb5232e9940edab1b0458913b98e22603fc7ae79056f4288eb00f5 [INFO] running `"docker" "start" "-a" "080713a437cb5232e9940edab1b0458913b98e22603fc7ae79056f4288eb00f5"` [INFO] [stderr] Compiling shrinkwraprs v0.2.1 [INFO] [stderr] Compiling attribution-macros v0.2.0 [INFO] [stderr] Compiling attribution v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] Finished dev [unoptimized + debuginfo] target(s) in 3.33s [INFO] running `"docker" "inspect" "080713a437cb5232e9940edab1b0458913b98e22603fc7ae79056f4288eb00f5"` [INFO] running `"docker" "rm" "-f" "080713a437cb5232e9940edab1b0458913b98e22603fc7ae79056f4288eb00f5"` [INFO] [stdout] 080713a437cb5232e9940edab1b0458913b98e22603fc7ae79056f4288eb00f5 [INFO] running `"docker" "create" "-v" "/big/crater/work/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/big/crater/work/builds/worker-3/source:/opt/rustwide/workdir:ro,Z" "-v" "/big/crater/work/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/big/crater/work/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "MAP_USER_ID=1000" "-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" "--network" "none" "rustops/crates-build-env" "/opt/rustwide/cargo-home/bin/cargo" "+beta-2019-09-28" "test" "--frozen" "--no-run"` [INFO] [stdout] 1f3bb77f29a2bfc71fc26bbc2115aa7f942126e6affcc0e18867e5e8e234051b [INFO] running `"docker" "start" "-a" "1f3bb77f29a2bfc71fc26bbc2115aa7f942126e6affcc0e18867e5e8e234051b"` [INFO] [stderr] Compiling attribution v0.2.0 (/opt/rustwide/workdir) [INFO] [stderr] error: the `#[proc_macro_attribute]` attribute is only usable with crates of the `proc-macro` crate type [INFO] [stderr] --> examples/ez_trace.rs:14:1 [INFO] [stderr] | [INFO] [stderr] 14 | #[proc_macro_attribute] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `ez_trace` [INFO] [stderr] --> examples/ez_trace.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / extern crate proc_macro; [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | use attribution::attr_args; [INFO] [stderr] 4 | | use proc_macro::TokenStream; [INFO] [stderr] ... | [INFO] [stderr] 109 | | } [INFO] [stderr] 110 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/ez_trace.rs` [INFO] [stderr] [INFO] [stderr] error: the `#[proc_macro_attribute]` attribute is only usable with crates of the `proc-macro` crate type [INFO] [stderr] --> examples/gs.rs:21:1 [INFO] [stderr] | [INFO] [stderr] 21 | #[proc_macro_attribute] [INFO] [stderr] | ^^^^^^^^^^^^^^^^^^^^^^^ [INFO] [stderr] [INFO] [stderr] error[E0601]: `main` function not found in crate `gs` [INFO] [stderr] --> examples/gs.rs:1:1 [INFO] [stderr] | [INFO] [stderr] 1 | / extern crate proc_macro; [INFO] [stderr] 2 | | [INFO] [stderr] 3 | | use attribution::attr_args; [INFO] [stderr] 4 | | use attribution::DynamicParameters; [INFO] [stderr] ... | [INFO] [stderr] 152 | | } [INFO] [stderr] 153 | | } [INFO] [stderr] | |_^ consider adding a `main` function to `examples/gs.rs` [INFO] [stderr] [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `attribution`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: aborting due to 2 previous errors [INFO] [stderr] [INFO] [stderr] For more information about this error, try `rustc --explain E0601`. [INFO] [stderr] error: could not compile `attribution`. [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stderr] error: build failed [INFO] running `"docker" "inspect" "1f3bb77f29a2bfc71fc26bbc2115aa7f942126e6affcc0e18867e5e8e234051b"` [INFO] running `"docker" "rm" "-f" "1f3bb77f29a2bfc71fc26bbc2115aa7f942126e6affcc0e18867e5e8e234051b"` [INFO] [stdout] 1f3bb77f29a2bfc71fc26bbc2115aa7f942126e6affcc0e18867e5e8e234051b