[INFO] fetching crate daemonizer 0.4.2...
[INFO] testing daemonizer-0.4.2 against master#1871252fc8bb672d40787e67404e6eaae7059369 for pr-125151
[INFO] extracting crate daemonizer 0.4.2 into /workspace/builds/worker-7-tc1/source
[INFO] validating manifest of crates.io crate daemonizer 0.4.2 on toolchain 1871252fc8bb672d40787e67404e6eaae7059369
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate daemonizer 0.4.2
[INFO] finished tweaking crates.io crate daemonizer 0.4.2
[INFO] tweaked toml for crates.io crate daemonizer 0.4.2 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" "+1871252fc8bb672d40787e67404e6eaae7059369" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] d2e4e6bfe6780d7f61b4d9ac56d52fda427c5e24cb5343d0520dab3d68f76710
[INFO] running `Command { std: "docker" "start" "-a" "d2e4e6bfe6780d7f61b4d9ac56d52fda427c5e24cb5343d0520dab3d68f76710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "d2e4e6bfe6780d7f61b4d9ac56d52fda427c5e24cb5343d0520dab3d68f76710", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "d2e4e6bfe6780d7f61b4d9ac56d52fda427c5e24cb5343d0520dab3d68f76710", kill_on_drop: false }`
[INFO] [stdout] d2e4e6bfe6780d7f61b4d9ac56d52fda427c5e24cb5343d0520dab3d68f76710
[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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 45b3b405443a9e4747e0254676910c3d5543024effe03231cdac7d2eaaa58074
[INFO] running `Command { std: "docker" "start" "-a" "45b3b405443a9e4747e0254676910c3d5543024effe03231cdac7d2eaaa58074", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling daemonizer v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.69s
[INFO] running `Command { std: "docker" "inspect" "45b3b405443a9e4747e0254676910c3d5543024effe03231cdac7d2eaaa58074", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "45b3b405443a9e4747e0254676910c3d5543024effe03231cdac7d2eaaa58074", kill_on_drop: false }`
[INFO] [stdout] 45b3b405443a9e4747e0254676910c3d5543024effe03231cdac7d2eaaa58074
[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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 10bb3f372a2300d75a9165441fc5d5bb17e4ed5d175bc63628288a5f92e9d205
[INFO] running `Command { std: "docker" "start" "-a" "10bb3f372a2300d75a9165441fc5d5bb17e4ed5d175bc63628288a5f92e9d205", kill_on_drop: false }`
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling daemonizer v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.23s
[INFO] running `Command { std: "docker" "inspect" "10bb3f372a2300d75a9165441fc5d5bb17e4ed5d175bc63628288a5f92e9d205", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "10bb3f372a2300d75a9165441fc5d5bb17e4ed5d175bc63628288a5f92e9d205", kill_on_drop: false }`
[INFO] [stdout] 10bb3f372a2300d75a9165441fc5d5bb17e4ed5d175bc63628288a5f92e9d205
[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=forbid" "-e" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+1871252fc8bb672d40787e67404e6eaae7059369" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] e02ee98bd703aadc308280261a04d6d22dd4aee29f354973f8382350b6aa5a59
[INFO] running `Command { std: "docker" "start" "-a" "e02ee98bd703aadc308280261a04d6d22dd4aee29f354973f8382350b6aa5a59", kill_on_drop: false }`
[INFO] [stderr] warning: getting the inner pointer of a temporary `CString`
[INFO] [stderr]   --> src/lib.rs:10:65
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stderr]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stderr]    |
[INFO] [stderr]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stderr]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stderr]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: getting the inner pointer of a temporary `CString`
[INFO] [stderr]   --> src/lib.rs:11:66
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stderr]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stderr]    |
[INFO] [stderr]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stderr]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stderr] 
[INFO] [stderr] warning: `daemonizer` (lib) generated 2 warnings
[INFO] [stderr] warning: `daemonizer` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.00s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/daemonizer-4d1898252fd34395)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/daemonizer-4d1898252fd34395` (signal: 11, SIGSEGV: invalid memory reference)
[INFO] running `Command { std: "docker" "inspect" "e02ee98bd703aadc308280261a04d6d22dd4aee29f354973f8382350b6aa5a59", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "e02ee98bd703aadc308280261a04d6d22dd4aee29f354973f8382350b6aa5a59", kill_on_drop: false }`
[INFO] [stdout] e02ee98bd703aadc308280261a04d6d22dd4aee29f354973f8382350b6aa5a59
[INFO] testing daemonizer-0.4.2 against try#b642703cf9526da1e72c0b6755753b939a9c6b6d for pr-125151
[INFO] extracting crate daemonizer 0.4.2 into /workspace/builds/worker-7-tc2/source
[INFO] validating manifest of crates.io crate daemonizer 0.4.2 on toolchain b642703cf9526da1e72c0b6755753b939a9c6b6d
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] started tweaking crates.io crate daemonizer 0.4.2
[INFO] finished tweaking crates.io crate daemonizer 0.4.2
[INFO] tweaked toml for crates.io crate daemonizer 0.4.2 written to /workspace/builds/worker-7-tc2/source/Cargo.toml
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "generate-lockfile" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]     Updating crates.io index
[INFO] [stderr]      Locking 2 packages to latest compatible versions
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] [stdout] 6df8c52a01d646f4e08c89a04488b6076a33897510d050214ee69425cb6b1291
[INFO] running `Command { std: "docker" "start" "-a" "6df8c52a01d646f4e08c89a04488b6076a33897510d050214ee69425cb6b1291", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "6df8c52a01d646f4e08c89a04488b6076a33897510d050214ee69425cb6b1291", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "6df8c52a01d646f4e08c89a04488b6076a33897510d050214ee69425cb6b1291", kill_on_drop: false }`
[INFO] [stdout] 6df8c52a01d646f4e08c89a04488b6076a33897510d050214ee69425cb6b1291
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] 3539bbe78c48a4d54776ecfccab86deaae240b740dda34560015954c54ad0fd8
[INFO] running `Command { std: "docker" "start" "-a" "3539bbe78c48a4d54776ecfccab86deaae240b740dda34560015954c54ad0fd8", kill_on_drop: false }`
[INFO] [stderr]    Compiling libc v0.2.155
[INFO] [stderr]    Compiling daemonizer v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 0.66s
[INFO] running `Command { std: "docker" "inspect" "3539bbe78c48a4d54776ecfccab86deaae240b740dda34560015954c54ad0fd8", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "3539bbe78c48a4d54776ecfccab86deaae240b740dda34560015954c54ad0fd8", kill_on_drop: false }`
[INFO] [stdout] 3539bbe78c48a4d54776ecfccab86deaae240b740dda34560015954c54ad0fd8
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stdout] ba05ca129992dfb0c7e5186654aa71a6570d6276f23d7da55129267f358a5520
[INFO] running `Command { std: "docker" "start" "-a" "ba05ca129992dfb0c7e5186654aa71a6570d6276f23d7da55129267f358a5520", kill_on_drop: false }`
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]    Compiling daemonizer v0.4.2 (/opt/rustwide/workdir)
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:10:65
[INFO] [stdout]    |
[INFO] [stdout] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: getting the inner pointer of a temporary `CString`
[INFO] [stdout]   --> src/lib.rs:11:66
[INFO] [stdout]    |
[INFO] [stdout] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stdout]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stdout]    |                                     |
[INFO] [stdout]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stdout]    |
[INFO] [stdout]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stdout]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stdout] warning: 2 warnings emitted
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.25s
[INFO] running `Command { std: "docker" "inspect" "ba05ca129992dfb0c7e5186654aa71a6570d6276f23d7da55129267f358a5520", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "ba05ca129992dfb0c7e5186654aa71a6570d6276f23d7da55129267f358a5520", kill_on_drop: false }`
[INFO] [stdout] ba05ca129992dfb0c7e5186654aa71a6570d6276f23d7da55129267f358a5520
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/target:/opt/rustwide/target:rw,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-7-tc2/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" "RUSTDOCFLAGS=--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" "ghcr.io/rust-lang/crates-build-env/linux@sha256:59a85a07ab18ca8720692f8e61effa1c651d9e2ca591e072c2b212bb91a6b8b5" "/opt/rustwide/cargo-home/bin/cargo" "+b642703cf9526da1e72c0b6755753b939a9c6b6d" "test" "--frozen", kill_on_drop: false }`
[INFO] [stdout] b4034afe931bdcdb4e4b8bc3ab56ceb0a5ca30050cc4a45bd503b5edc3cf8fb2
[INFO] running `Command { std: "docker" "start" "-a" "b4034afe931bdcdb4e4b8bc3ab56ceb0a5ca30050cc4a45bd503b5edc3cf8fb2", kill_on_drop: false }`
[INFO] [stderr] warning: getting the inner pointer of a temporary `CString`
[INFO] [stderr]   --> src/lib.rs:10:65
[INFO] [stderr]    |
[INFO] [stderr] 10 |     let p = unsafe { libc::getpwnam(CString::new(name).unwrap().as_ptr()) };
[INFO] [stderr]    |                                     --------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stderr]    |
[INFO] [stderr]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stderr]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stderr]    = note: `#[warn(temporary_cstring_as_ptr)]` on by default
[INFO] [stderr] 
[INFO] [stderr] warning: getting the inner pointer of a temporary `CString`
[INFO] [stderr]   --> src/lib.rs:11:66
[INFO] [stderr]    |
[INFO] [stderr] 11 |     let g = unsafe { libc::getgrnam(CString::new(group).unwrap().as_ptr()) };
[INFO] [stderr]    |                                     ---------------------------- ^^^^^^ this pointer will be invalid
[INFO] [stderr]    |                                     |
[INFO] [stderr]    |                                     this `CString` is deallocated at the end of the statement, bind it to a variable to extend its lifetime
[INFO] [stderr]    |
[INFO] [stderr]    = note: pointers do not have a lifetime; when calling `as_ptr` the `CString` will be deallocated at the end of the statement because nothing is referencing it as far as the type system is concerned
[INFO] [stderr]    = help: for more information, see https://doc.rust-lang.org/reference/destructors.html
[INFO] [stderr] 
[INFO] [stderr] warning: `daemonizer` (lib) generated 2 warnings
[INFO] [stderr] warning: `daemonizer` (lib test) generated 2 warnings (2 duplicates)
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.01s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/daemonizer-4d1898252fd34395)
[INFO] [stdout] 
[INFO] [stdout] running 2 tests
[INFO] [stderr] error: test failed, to rerun pass `--lib`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/daemonizer-4d1898252fd34395` (signal: 11, SIGSEGV: invalid memory reference)
[INFO] running `Command { std: "docker" "inspect" "b4034afe931bdcdb4e4b8bc3ab56ceb0a5ca30050cc4a45bd503b5edc3cf8fb2", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "b4034afe931bdcdb4e4b8bc3ab56ceb0a5ca30050cc4a45bd503b5edc3cf8fb2", kill_on_drop: false }`
[INFO] [stdout] b4034afe931bdcdb4e4b8bc3ab56ceb0a5ca30050cc4a45bd503b5edc3cf8fb2
