execsnoop 0.2.0

Watch process ID creation in Linux kernel with execsnoop-bpfcc
Build #800813 2023-04-26T00:23:40.848790+00:00
# rustc version
rustc 1.71.0-nightly (f5559e338 2023-04-24)# docs.rs version
docsrs 0.6.0 (77eaf077 2023-04-13)# build log
[INFO] running `Command { std: "docker" "create" "-v" "/home/cratesfyi/workspace/builds/execsnoop-0.2.0/target:/opt/rustwide/target:rw,Z" "-v" "/home/cratesfyi/workspace/builds/execsnoop-0.2.0/source:/opt/rustwide/workdir:ro,Z" "-v" "/home/cratesfyi/workspace/cargo-home:/opt/rustwide/cargo-home:ro,Z" "-v" "/home/cratesfyi/workspace/rustup-home:/opt/rustwide/rustup-home:ro,Z" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-e" "DOCS_RS=1" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-w" "/opt/rustwide/workdir" "-m" "3221225472" "--cpus" "3" "--user" "1001:1001" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:97d61d7686bf65f8ecb15491ab51835e82dc9176a96a831f143a431b191fc501" "/opt/rustwide/cargo-home/bin/cargo" "+nightly" "rustdoc" "--lib" "-Zrustdoc-map" "-Z" "unstable-options" "--config" "build.rustdocflags=[\"-Z\", \"unstable-options\", \"--emit=invocation-specific\", \"--resource-suffix\", \"-20230424-1.71.0-nightly-f5559e338\", \"--static-root-path\", \"/-/rustdoc.static/\", \"--cap-lints\", \"warn\", \"--disable-per-crate-search\", \"--extern-html-root-takes-precedence\"]" "--offline" "-Zunstable-options" "--config=doc.extern-map.registries.crates-io=\"https://docs.rs/{pkg_name}/{version}/x86_64-unknown-linux-gnu\"" "-Zrustdoc-scrape-examples" "-j3" "--target" "x86_64-unknown-linux-gnu", 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] 0f447549d5e5be1f6ca25c7c6428d7c57e0d770fbe0f98d02bf64073c92b8280
[INFO] running `Command { std: "docker" "start" "-a" "0f447549d5e5be1f6ca25c7c6428d7c57e0d770fbe0f98d02bf64073c92b8280", kill_on_drop: false }`
[INFO] [stderr]     Checking execsnoop v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to check lib in package `execsnoop` as a prerequisite for scraping examples from: example "execsnoop"
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `execsnoop` (lib) generated 1 warning
[INFO] [stderr]     Scraping execsnoop v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: failed to scan example "execsnoop" in package `execsnoop` for example code usage
[INFO] [stderr]     Try running with `--verbose` to see the error message.
[INFO] [stderr]     If an example should not be scanned, then consider adding `doc-scrape-examples = false` to its `[[example]]` definition in Cargo.toml
[INFO] [stderr] warning: `execsnoop` (example "execsnoop") generated 1 warning
[INFO] [stderr]  Documenting execsnoop v0.2.0 (/opt/rustwide/workdir)
[INFO] [stderr] error: must set EXECSNOOP_PATH env to execsnoop-bpfcc path
[INFO] [stderr]   --> src/lib.rs:81:18
[INFO] [stderr]    |
[INFO] [stderr] 81 |       Command::new(std::env!(
[INFO] [stderr]    |  __________________^
[INFO] [stderr] 82 | |         "EXECSNOOP_PATH",
[INFO] [stderr] 83 | |         "must set EXECSNOOP_PATH env to execsnoop-bpfcc path"
[INFO] [stderr] 84 | |     ))
[INFO] [stderr]    | |_____^
[INFO] [stderr]    |
[INFO] [stderr]    = note: this error originates in the macro `std::env` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] error: could not document `execsnoop`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `rustdoc --edition=2021 --crate-type lib --crate-name execsnoop src/lib.rs --target x86_64-unknown-linux-gnu -o /opt/rustwide/target/x86_64-unknown-linux-gnu/doc --error-format=json --json=diagnostic-rendered-ansi,artifacts,future-incompat -C metadata=20286e3a3c30e5a3 -Zunstable-options -L dependency=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps -L dependency=/opt/rustwide/target/debug/deps --extern atoi=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libatoi-0a70eaf2c9846d89.rmeta --extern bstr=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbstr-31ef17d351517bc3.rmeta --extern bytelines=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libbytelines-4bc6fada679eb88f.rmeta --extern tracing=/opt/rustwide/target/x86_64-unknown-linux-gnu/debug/deps/libtracing-d87c4acd046db49f.rmeta --extern-html-root-url 'atoi=https://docs.rs/atoi/2.0.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'bstr=https://docs.rs/bstr/1.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'bytelines=https://docs.rs/bytelines/2.4.0/x86_64-unknown-linux-gnu' --extern-html-root-url 'tracing=https://docs.rs/tracing/0.1.38/x86_64-unknown-linux-gnu' -Zunstable-options -Z unstable-options --emit=invocation-specific --resource-suffix -20230424-1.71.0-nightly-f5559e338 --static-root-path /-/rustdoc.static/ --cap-lints warn --disable-per-crate-search --extern-html-root-takes-precedence --crate-version 0.2.0` (exit status: 1)
[INFO] running `Command { std: "docker" "inspect" "0f447549d5e5be1f6ca25c7c6428d7c57e0d770fbe0f98d02bf64073c92b8280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "0f447549d5e5be1f6ca25c7c6428d7c57e0d770fbe0f98d02bf64073c92b8280", kill_on_drop: false }`
[INFO] [stdout] 0f447549d5e5be1f6ca25c7c6428d7c57e0d770fbe0f98d02bf64073c92b8280