[INFO] crate include-repo 0.1.0 is already in cache [INFO] checking include-repo-0.1.0 against try#c8bdaa84ec1b37f18f30375e196a65b7602f3790 for pr-73345 [INFO] extracting crate include-repo 0.1.0 into /workspace/builds/worker-3/source [INFO] validating manifest of crates.io crate include-repo 0.1.0 on toolchain c8bdaa84ec1b37f18f30375e196a65b7602f3790 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "read-manifest" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] started tweaking crates.io crate include-repo 0.1.0 [INFO] finished tweaking crates.io crate include-repo 0.1.0 [INFO] tweaked toml for crates.io crate include-repo 0.1.0 written to /workspace/builds/worker-3/source/Cargo.toml [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "generate-lockfile" "--manifest-path" "Cargo.toml" "-Zno-index-update", kill_on_drop: false }` [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] [stderr] Blocking waiting for file lock on package cache [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 39d949e14a7760ca98529ec3db88cd909ec45441f9afd34a5669f255d296a1c2 [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" "39d949e14a7760ca98529ec3db88cd909ec45441f9afd34a5669f255d296a1c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "39d949e14a7760ca98529ec3db88cd909ec45441f9afd34a5669f255d296a1c2", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "39d949e14a7760ca98529ec3db88cd909ec45441f9afd34a5669f255d296a1c2", kill_on_drop: false }` [INFO] [stdout] 39d949e14a7760ca98529ec3db88cd909ec45441f9afd34a5669f255d296a1c2 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3/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" "MAP_USER_ID=0" "-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" "--network" "none" "rustops/crates-build-env@sha256:6c9ffe128752d56c8d75334ed354142a5229917ed99767f56566dd8e857ad726" "/opt/rustwide/cargo-home/bin/cargo" "+c8bdaa84ec1b37f18f30375e196a65b7602f3790" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 0140ac92942a45ef6a90610db5d9f01b1fd70ee721703023ecf566be77930355 [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" "0140ac92942a45ef6a90610db5d9f01b1fd70ee721703023ecf566be77930355", kill_on_drop: false }` [INFO] [stderr] sudo: setrlimit(RLIMIT_CORE): Operation not permitted [INFO] [stderr] Compiling crc32fast v1.2.0 [INFO] [stderr] Compiling take_mut v0.2.2 [INFO] [stderr] Compiling adler32 v1.0.4 [INFO] [stderr] Compiling rle-decode-fast v1.0.1 [INFO] [stderr] Compiling proc-macro2 v0.4.30 [INFO] [stderr] Compiling libflate v0.1.27 [INFO] [stderr] Compiling quote v0.6.13 [INFO] [stderr] Compiling syn v0.14.9 [INFO] [stderr] Compiling include-repo-impl v0.1.0 [INFO] [stderr] Checking include-repo v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / proc_macro_item_decl! { [INFO] [stdout] 11 | | /// Create a tarball of the git repo for this project. [INFO] [stdout] 12 | | /// This macro must be passed a name which will be used to create a const byte array. [INFO] [stdout] 13 | | /// [INFO] [stdout] 14 | | /// That is to say, `include_repo!(FOO);` will become `const FOO: [u8; ...] = [...];` [INFO] [stdout] 15 | | include_repo! => include_repo_tarball [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: `(left == right)` [INFO] [stdout] left: `"#[allow(unused,"`, [INFO] [stdout] right: `"#"` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / proc_macro_item_decl! { [INFO] [stdout] 18 | | /// Create a gzipped tarball of the git repo for this project [INFO] [stdout] 19 | | /// This macro must be passed a name which will be used to create a const byte array. [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// That is to say, `include_repo_gz!(FOO);` will become `const FOO: [u8; ...] = [...];` [INFO] [stdout] 22 | | include_repo_gz! => include_repo_targz [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: `(left == right)` [INFO] [stdout] left: `"#[allow(unused,"`, [INFO] [stdout] right: `"#"` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: could not compile `include-repo`. [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/lib.rs:10:1 [INFO] [stdout] | [INFO] [stdout] 10 | / proc_macro_item_decl! { [INFO] [stdout] 11 | | /// Create a tarball of the git repo for this project. [INFO] [stdout] 12 | | /// This macro must be passed a name which will be used to create a const byte array. [INFO] [stdout] 13 | | /// [INFO] [stdout] 14 | | /// That is to say, `include_repo!(FOO);` will become `const FOO: [u8; ...] = [...];` [INFO] [stdout] 15 | | include_repo! => include_repo_tarball [INFO] [stdout] 16 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: `(left == right)` [INFO] [stdout] left: `"#[allow(unused,"`, [INFO] [stdout] right: `"#"` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] To learn more, run the command again with --verbose. [INFO] [stdout] error: proc-macro derive panicked [INFO] [stdout] --> src/lib.rs:17:1 [INFO] [stdout] | [INFO] [stdout] 17 | / proc_macro_item_decl! { [INFO] [stdout] 18 | | /// Create a gzipped tarball of the git repo for this project [INFO] [stdout] 19 | | /// This macro must be passed a name which will be used to create a const byte array. [INFO] [stdout] 20 | | /// [INFO] [stdout] 21 | | /// That is to say, `include_repo_gz!(FOO);` will become `const FOO: [u8; ...] = [...];` [INFO] [stdout] 22 | | include_repo_gz! => include_repo_targz [INFO] [stdout] 23 | | } [INFO] [stdout] | |_^ [INFO] [stdout] | [INFO] [stdout] = help: message: assertion failed: `(left == right)` [INFO] [stdout] left: `"#[allow(unused,"`, [INFO] [stdout] right: `"#"` [INFO] [stdout] = note: this error originates in a macro (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] warning: build failed, waiting for other jobs to finish... [INFO] [stdout] error: aborting due to 2 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "0140ac92942a45ef6a90610db5d9f01b1fd70ee721703023ecf566be77930355", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "0140ac92942a45ef6a90610db5d9f01b1fd70ee721703023ecf566be77930355", kill_on_drop: false }` [INFO] [stdout] 0140ac92942a45ef6a90610db5d9f01b1fd70ee721703023ecf566be77930355