[INFO] cloning repository https://github.com/helixbass/test-build-script-cpp
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/helixbass/test-build-script-cpp" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelixbass%2Ftest-build-script-cpp", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelixbass%2Ftest-build-script-cpp'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 8e4306f6bab89f3445bd7064dbaaee0c877b16b3
[INFO] testing helixbass/test-build-script-cpp against 1.95.0 for beta-1.96-2
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fhelixbass%2Ftest-build-script-cpp" "/workspace/builds/worker-4-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-4-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/helixbass/test-build-script-cpp
[INFO] finished tweaking git repo https://github.com/helixbass/test-build-script-cpp
[INFO] tweaked toml for git repo https://github.com/helixbass/test-build-script-cpp written to /workspace/builds/worker-4-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/helixbass/test-build-script-cpp on toolchain 1.95.0
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/helixbass/test-build-script-cpp already has a lockfile, it will not be regenerated
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.95.0" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded cc v1.0.84
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d63b1eea5e84b4ec8d680e1c56d9480af19a9389a600610c21c37c673b6960fe
[INFO] running `Command { std: "docker" "start" "-a" "d63b1eea5e84b4ec8d680e1c56d9480af19a9389a600610c21c37c673b6960fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d63b1eea5e84b4ec8d680e1c56d9480af19a9389a600610c21c37c673b6960fe", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d63b1eea5e84b4ec8d680e1c56d9480af19a9389a600610c21c37c673b6960fe", kill_on_drop: false }`
[INFO] [stdout] d63b1eea5e84b4ec8d680e1c56d9480af19a9389a600610c21c37c673b6960fe
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] a5502594a89100fc3b7f57895c9a2da535aa55eb2d1de9a3923546ac24328280
[INFO] running `Command { std: "docker" "start" "-a" "a5502594a89100fc3b7f57895c9a2da535aa55eb2d1de9a3923546ac24328280", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.150
[INFO] [stderr]    Compiling cc v1.0.84
[INFO] [stderr]    Compiling test-build-script-cpp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc: In function 'int main()':
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:6:9: warning: 'str' is used uninitialized [-Wuninitialized]
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     6 |   strcat(str,"whee");
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |   ~~~~~~^~~~~~~~~~~~
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: <built-in>: note: by argument 1 of type 'const char*' to 'long unsigned int __builtin_strlen(const char*)' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:5:8: note: 'str' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     5 |   char str[80];
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |        ^~~
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 3.40s
[INFO] running `Command { std: "docker" "inspect" "a5502594a89100fc3b7f57895c9a2da535aa55eb2d1de9a3923546ac24328280", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "a5502594a89100fc3b7f57895c9a2da535aa55eb2d1de9a3923546ac24328280", kill_on_drop: false }`
[INFO] [stdout] a5502594a89100fc3b7f57895c9a2da535aa55eb2d1de9a3923546ac24328280
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 00a53025304f848e1ef32fedf386c8af52807c1dde32d21efba3d379297a195d
[INFO] running `Command { std: "docker" "start" "-a" "00a53025304f848e1ef32fedf386c8af52807c1dde32d21efba3d379297a195d", kill_on_drop: false }`
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc: In function 'int main()':
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:6:9: warning: 'str' is used uninitialized [-Wuninitialized]
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     6 |   strcat(str,"whee");
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |   ~~~~~~^~~~~~~~~~~~
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: <built-in>: note: by argument 1 of type 'const char*' to 'long unsigned int __builtin_strlen(const char*)' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:5:8: note: 'str' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     5 |   char str[80];
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |        ^~~
[INFO] [stderr]    Compiling test-build-script-cpp v0.1.0 (/opt/rustwide/workdir)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.34s
[INFO] running `Command { std: "docker" "inspect" "00a53025304f848e1ef32fedf386c8af52807c1dde32d21efba3d379297a195d", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "00a53025304f848e1ef32fedf386c8af52807c1dde32d21efba3d379297a195d", kill_on_drop: false }`
[INFO] [stdout] 00a53025304f848e1ef32fedf386c8af52807c1dde32d21efba3d379297a195d
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-tc1/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-4-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=warn" "-e" "RUSTDOCFLAGS=--cap-lints=warn" "-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:d429b63d4308055ea97f60fb1d3dfca48854a00942f1bd2ad806beaf015945ec" "/opt/rustwide/cargo-home/bin/cargo" "+1.95.0" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] 9134ddf216f4e0a67fc428e773f795834572fb522d38ddbeb89eeaf5de5765d9
[INFO] running `Command { std: "docker" "start" "-a" "9134ddf216f4e0a67fc428e773f795834572fb522d38ddbeb89eeaf5de5765d9", kill_on_drop: false }`
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc: In function 'int main()':
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:6:9: warning: 'str' is used uninitialized [-Wuninitialized]
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     6 |   strcat(str,"whee");
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |   ~~~~~~^~~~~~~~~~~~
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: <built-in>: note: by argument 1 of type 'const char*' to 'long unsigned int __builtin_strlen(const char*)' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0: src/scanner.cc:5:8: note: 'str' declared here
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:     5 |   char str[80];
[INFO] [stderr] warning: test-build-script-cpp@0.1.0:       |        ^~~
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.04s
[INFO] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/test_build_script_cpp-0f149a8f48b39cde)
[INFO] [stdout] 
[INFO] [stdout] running 0 tests
[INFO] [stdout] 
[INFO] [stdout] test result: ok. 0 passed; 0 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s
[INFO] [stdout] 
[INFO] running `Command { std: "docker" "inspect" "9134ddf216f4e0a67fc428e773f795834572fb522d38ddbeb89eeaf5de5765d9", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "9134ddf216f4e0a67fc428e773f795834572fb522d38ddbeb89eeaf5de5765d9", kill_on_drop: false }`
[INFO] [stdout] 9134ddf216f4e0a67fc428e773f795834572fb522d38ddbeb89eeaf5de5765d9
