[INFO] fetching crate libafl_inline_c 0.1.0... [INFO] checking libafl_inline_c-0.1.0 against master#ff1737bb00913444173658b4e0b274fd79aabf66 for pr-132712-1 [INFO] extracting crate libafl_inline_c 0.1.0 into /workspace/builds/worker-7-tc1/source [INFO] validating manifest of crates.io crate libafl_inline_c 0.1.0 on toolchain ff1737bb00913444173658b4e0b274fd79aabf66 [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate libafl_inline_c 0.1.0 [INFO] finished tweaking crates.io crate libafl_inline_c 0.1.0 [INFO] tweaked toml for crates.io crate libafl_inline_c 0.1.0 written to /workspace/builds/worker-7-tc1/source/Cargo.toml [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Updating crates.io index [INFO] [stderr] Locking 57 packages to latest compatible versions [INFO] [stderr] Adding assert_cmd v1.0.8 (available: v2.0.16) [INFO] [stderr] Adding predicates v2.1.5 (available: v3.1.2) [INFO] [stderr] Adding rustc_version v0.3.3 (available: v0.4.1) [INFO] [stderr] Adding target-lexicon v0.11.2 (available: v0.12.16) [INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] [stderr] Downloading crates ... [INFO] [stderr] Downloaded target-lexicon v0.11.2 [INFO] [stderr] Downloaded libafl_inline_c_macro v0.1.6 [INFO] [stderr] Downloaded assert_cmd v1.0.8 [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 9c070b7d36498e53b461e2ce9dd5a02e3d9a22b5edf239e75fd4727b4c067ecd [INFO] running `Command { std: "docker" "start" "-a" "9c070b7d36498e53b461e2ce9dd5a02e3d9a22b5edf239e75fd4727b4c067ecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "9c070b7d36498e53b461e2ce9dd5a02e3d9a22b5edf239e75fd4727b4c067ecd", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "9c070b7d36498e53b461e2ce9dd5a02e3d9a22b5edf239e75fd4727b4c067ecd", kill_on_drop: false }` [INFO] [stdout] 9c070b7d36498e53b461e2ce9dd5a02e3d9a22b5edf239e75fd4727b4c067ecd [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-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=allow" "-e" "RUSTDOCFLAGS=--cap-lints=allow" "-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:4a844ea9eb2546a2d2c7022eacef16ef2e8229c7fbb2c7d4d55a9ceca922f72d" "/opt/rustwide/cargo-home/bin/cargo" "+ff1737bb00913444173658b4e0b274fd79aabf66" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 29cd2350752894f2490089e00e0fecfacbee242c5c8a2cc03c65e5835983f0b3 [INFO] running `Command { std: "docker" "start" "-a" "29cd2350752894f2490089e00e0fecfacbee242c5c8a2cc03c65e5835983f0b3", kill_on_drop: false }` [INFO] [stderr] Compiling proc-macro2 v1.0.92 [INFO] [stderr] Compiling memchr v2.7.4 [INFO] [stderr] Compiling ucd-trie v0.1.7 [INFO] [stderr] Compiling thiserror v1.0.69 [INFO] [stderr] Checking predicates-core v1.0.8 [INFO] [stderr] Compiling doc-comment v0.3.3 [INFO] [stderr] Checking normalize-line-endings v0.3.0 [INFO] [stderr] Checking regex-automata v0.1.10 [INFO] [stderr] Checking termtree v0.4.1 [INFO] [stderr] Compiling num-traits v0.2.19 [INFO] [stderr] Checking difflib v0.4.0 [INFO] [stderr] Compiling target-lexicon v0.11.2 [INFO] [stderr] Checking wait-timeout v0.2.0 [INFO] [stderr] Checking shlex v1.3.0 [INFO] [stderr] Checking predicates-tree v1.0.11 [INFO] [stderr] Checking cc v1.2.1 [INFO] [stderr] Checking bstr v0.2.17 [INFO] [stderr] Compiling quote v1.0.37 [INFO] [stderr] Checking float-cmp v0.9.0 [INFO] [stderr] Checking predicates v2.1.5 [INFO] [stderr] Compiling syn v2.0.89 [INFO] [stderr] Checking assert_cmd v1.0.8 [INFO] [stderr] Compiling thiserror-impl v1.0.69 [INFO] [stderr] Compiling pest v2.7.14 [INFO] [stderr] Compiling semver-parser v0.10.3 [INFO] [stderr] Compiling semver v0.11.0 [INFO] [stderr] Compiling rustc_version v0.3.3 [INFO] [stderr] Compiling libafl_inline_c_macro v0.1.6 [INFO] [stderr] Compiling libafl_inline_c v0.1.0 (/opt/rustwide/workdir) [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 161 | | int main() { [INFO] [stdout] 162 | | int x = 1; [INFO] [stdout] 163 | | int y = 2; [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum through its public re-export [INFO] [stdout] | [INFO] [stdout] 153 + use crate::Language; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 175 | | #include [INFO] [stdout] 176 | | [INFO] [stdout] 177 | | int main() { [INFO] [stdout] ... | [INFO] [stdout] 181 | | } [INFO] [stdout] 182 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum through its public re-export [INFO] [stdout] | [INFO] [stdout] 153 + use crate::Language; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 192 | | // Those are env variables. [INFO] [stdout] 193 | | #inline_c_rs FOO: "bar baz qux" [INFO] [stdout] 194 | | #inline_c_rs HELLO: "World!" [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [INFO] [stdout] 212 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum through its public re-export [INFO] [stdout] | [INFO] [stdout] 153 + use crate::Language; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:232:10 [INFO] [stdout] | [INFO] [stdout] 232 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 233 | | #include [INFO] [stdout] 234 | | #include [INFO] [stdout] ... | [INFO] [stdout] 248 | | } [INFO] [stdout] 249 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] help: consider importing this enum through its public re-export [INFO] [stdout] | [INFO] [stdout] 153 + use crate::Language; [INFO] [stdout] | [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:160:10 [INFO] [stdout] | [INFO] [stdout] 160 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 161 | | int main() { [INFO] [stdout] 162 | | int x = 1; [INFO] [stdout] 163 | | int y = 2; [INFO] [stdout] ... | [INFO] [stdout] 166 | | } [INFO] [stdout] 167 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (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 `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:174:10 [INFO] [stdout] | [INFO] [stdout] 174 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 175 | | #include [INFO] [stdout] 176 | | [INFO] [stdout] 177 | | int main() { [INFO] [stdout] ... | [INFO] [stdout] 181 | | } [INFO] [stdout] 182 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (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 `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:191:10 [INFO] [stdout] | [INFO] [stdout] 191 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 192 | | // Those are env variables. [INFO] [stdout] 193 | | #inline_c_rs FOO: "bar baz qux" [INFO] [stdout] 194 | | #inline_c_rs HELLO: "World!" [INFO] [stdout] ... | [INFO] [stdout] 211 | | } [INFO] [stdout] 212 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (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 `libafl_inline_c` [INFO] [stdout] --> src/lib.rs:232:10 [INFO] [stdout] | [INFO] [stdout] 232 | (assert_c! { [INFO] [stdout] | __________^ [INFO] [stdout] 233 | | #include [INFO] [stdout] 234 | | #include [INFO] [stdout] ... | [INFO] [stdout] 248 | | } [INFO] [stdout] 249 | | }) [INFO] [stdout] | |_________^ use of undeclared crate or module `libafl_inline_c` [INFO] [stdout] | [INFO] [stdout] = note: this error originates in the macro `assert_c` (in Nightly builds, run with -Z macro-backtrace for more info) [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] For more information about this error, try `rustc --explain E0433`. [INFO] [stdout] [INFO] [stderr] error: could not compile `libafl_inline_c` (lib test) due to 8 previous errors [INFO] running `Command { std: "docker" "inspect" "29cd2350752894f2490089e00e0fecfacbee242c5c8a2cc03c65e5835983f0b3", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "29cd2350752894f2490089e00e0fecfacbee242c5c8a2cc03c65e5835983f0b3", kill_on_drop: false }` [INFO] [stdout] 29cd2350752894f2490089e00e0fecfacbee242c5c8a2cc03c65e5835983f0b3