[INFO] fetching crate wrapgen 0.2.0... [INFO] checking wrapgen-0.2.0 against try#8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 for pr-82565 [INFO] extracting crate wrapgen 0.2.0 into /workspace/builds/worker-13/source [INFO] validating manifest of crates.io crate wrapgen 0.2.0 on toolchain 8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8 [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }` [INFO] started tweaking crates.io crate wrapgen 0.2.0 [INFO] finished tweaking crates.io crate wrapgen 0.2.0 [INFO] tweaked toml for crates.io crate wrapgen 0.2.0 written to /workspace/builds/worker-13/source/Cargo.toml [INFO] crate crates.io crate wrapgen 0.2.0 already has a lockfile, it will not be regenerated [INFO] running `Command { std: "/workspace/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "fetch" "--locked" "--manifest-path" "Cargo.toml", kill_on_drop: false }` [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }` [INFO] [stdout] 60aaf809e064eb4263fd2721fdc6fe8d23c2cb8c4afe3d7a42e1903175550c7b [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" "60aaf809e064eb4263fd2721fdc6fe8d23c2cb8c4afe3d7a42e1903175550c7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "inspect" "60aaf809e064eb4263fd2721fdc6fe8d23c2cb8c4afe3d7a42e1903175550c7b", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "60aaf809e064eb4263fd2721fdc6fe8d23c2cb8c4afe3d7a42e1903175550c7b", kill_on_drop: false }` [INFO] [stdout] 60aaf809e064eb4263fd2721fdc6fe8d23c2cb8c4afe3d7a42e1903175550c7b [INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-13/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" "rustops/crates-build-env@sha256:f2f6bcd4b43ebee4e173f653a26493129bdb64017c85f916b780ca7fbdbaa79d" "/opt/rustwide/cargo-home/bin/cargo" "+8e3afc79c11f48cb3acd1be5b3b7de98fe3f93a8" "check" "--frozen" "--all" "--all-targets" "--message-format=json", kill_on_drop: false }` [INFO] [stdout] 34e232275bec3a87dc7119d79f59563c4f4e4058302a84b2aa8bbe43b39640e8 [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" "34e232275bec3a87dc7119d79f59563c4f4e4058302a84b2aa8bbe43b39640e8", kill_on_drop: false }` [INFO] [stderr] Checking thread_local v1.0.1 [INFO] [stderr] Checking aho-corasick v0.7.13 [INFO] [stderr] Checking regex v1.3.9 [INFO] [stderr] Checking wrapgen v0.2.0 (/opt/rustwide/workdir) [INFO] [stdout] error: free function without a body [INFO] [stdout] --> examples/to_wrap.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: free function without a body [INFO] [stdout] --> examples/to_wrap.rs:2:1 [INFO] [stdout] | [INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry; [INFO] [stdout] | ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: free function without a body [INFO] [stdout] --> examples/to_wrap.rs:3:1 [INFO] [stdout] | [INFO] [stdout] 3 | fn test_fn(); [INFO] [stdout] | ^^^^^^^^^^^^- [INFO] [stdout] | | [INFO] [stdout] | help: provide a definition for the function: `{ }` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cty` [INFO] [stdout] --> examples/to_wrap.rs:1:52 [INFO] [stdout] | [INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] | ^^^ use of undeclared crate or module `cty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cty` [INFO] [stdout] --> examples/to_wrap.rs:1:70 [INFO] [stdout] | [INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] | ^^^ use of undeclared crate or module `cty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0433]: failed to resolve: use of undeclared crate or module `cty` [INFO] [stdout] --> examples/to_wrap.rs:1:85 [INFO] [stdout] | [INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] | ^^^ use of undeclared crate or module `cty` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `inode` in this scope [INFO] [stdout] --> examples/to_wrap.rs:1:29 [INFO] [stdout] | [INFO] [stdout] 1 | fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] | ^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `dentry` in this scope [INFO] [stdout] --> examples/to_wrap.rs:2:24 [INFO] [stdout] | [INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0412]: cannot find type `dentry` in this scope [INFO] [stdout] --> examples/to_wrap.rs:2:40 [INFO] [stdout] | [INFO] [stdout] 2 | fn c_dget(dentry: *mut dentry) -> *mut dentry; [INFO] [stdout] | ^^^^^^ not found in this scope [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error[E0601]: `main` function not found in crate `to_wrap` [INFO] [stdout] --> examples/to_wrap.rs:1:1 [INFO] [stdout] | [INFO] [stdout] 1 | / fn page_symlink(inode: *mut inode, symname: *const cty::c_char, len: cty::c_int) -> cty::c_int; [INFO] [stdout] 2 | | fn c_dget(dentry: *mut dentry) -> *mut dentry; [INFO] [stdout] 3 | | fn test_fn(); [INFO] [stdout] | |_____________^ consider adding a `main` function to `examples/to_wrap.rs` [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] error: aborting due to 10 previous errors [INFO] [stdout] [INFO] [stdout] [INFO] [stdout] Some errors have detailed explanations: E0412, E0433, E0601. [INFO] [stdout] [INFO] [stdout] For more information about an error, try `rustc --explain E0412`. [INFO] [stdout] [INFO] [stderr] error: could not compile `wrapgen` [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] [stderr] error: build failed [INFO] running `Command { std: "docker" "inspect" "34e232275bec3a87dc7119d79f59563c4f4e4058302a84b2aa8bbe43b39640e8", kill_on_drop: false }` [INFO] running `Command { std: "docker" "rm" "-f" "34e232275bec3a87dc7119d79f59563c4f4e4058302a84b2aa8bbe43b39640e8", kill_on_drop: false }` [INFO] [stdout] 34e232275bec3a87dc7119d79f59563c4f4e4058302a84b2aa8bbe43b39640e8