[INFO] cloning repository https://github.com/yuvaldolev/GOTHook
[INFO] running `Command { std: "git" "-c" "credential.helper=" "-c" "credential.helper=/workspace/cargo-home/bin/git-credential-null" "clone" "--bare" "https://github.com/yuvaldolev/GOTHook" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvaldolev%2FGOTHook", kill_on_drop: false }`
[INFO] [stderr] Cloning into bare repository '/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvaldolev%2FGOTHook'...
[INFO] running `Command { std: "git" "rev-parse" "HEAD", kill_on_drop: false }`
[INFO] [stdout] 818fdcca3b74cbf5d8e74db69807d5236c371224
[INFO] testing yuvaldolev/GOTHook against 1.97.0-beta.6 for beta-1.98-1
[INFO] running `Command { std: "git" "clone" "/workspace/cache/git-repos/https%3A%2F%2Fgithub.com%2Fyuvaldolev%2FGOTHook" "/workspace/builds/worker-3-tc1/source", kill_on_drop: false }`
[INFO] [stderr] Cloning into '/workspace/builds/worker-3-tc1/source'...
[INFO] [stderr] done.
[INFO] started tweaking git repo https://github.com/yuvaldolev/GOTHook
[INFO] finished tweaking git repo https://github.com/yuvaldolev/GOTHook
[INFO] tweaked toml for git repo https://github.com/yuvaldolev/GOTHook written to /workspace/builds/worker-3-tc1/source/Cargo.toml
[INFO] validating manifest of git repo https://github.com/yuvaldolev/GOTHook on toolchain 1.97.0-beta.6
[INFO] running `Command { std: CARGO_HOME="/workspace/cargo-home" RUSTUP_HOME="/workspace/rustup-home" "/workspace/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--manifest-path" "Cargo.toml" "--no-deps", kill_on_drop: false }`
[INFO] crate git repo https://github.com/yuvaldolev/GOTHook 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.97.0-beta.6" "fetch" "--manifest-path" "Cargo.toml", kill_on_drop: false }`
[INFO] [stderr]  Downloading crates ...
[INFO] [stderr]   Downloaded proc-macro2 v1.0.63
[INFO] [stderr]   Downloaded quote v1.0.29
[INFO] [stderr]   Downloaded ctor v0.2.2
[INFO] [stderr]   Downloaded iana-time-zone v0.1.57
[INFO] [stderr]   Downloaded ruzstd v0.3.1
[INFO] [stderr]   Downloaded procfs v0.15.1
[INFO] [stderr]   Downloaded chrono v0.4.26
[INFO] [stderr]   Downloaded syn v2.0.22
[INFO] [stderr]   Downloaded rustix v0.36.14
[INFO] running `Command { std: "docker" "create" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/source:/opt/rustwide/workdir:ro,Z" "-v" "/var/lib/crater-agent-workspace/builds/worker-3-tc1/target:/opt/rustwide/target:rw,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" "-m" "1610612736" "--network" "none" "ghcr.io/rust-lang/crates-build-env/linux@sha256:3d5ced03c013a94a2f102a4510f48a6e9184255caf5fd8244f58017bde7f5210" "sleep" "infinity", kill_on_drop: false }`
[INFO] [stdout] 4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e
[INFO] running `Command { std: "docker" "start" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-e" "CARGO_TARGET_DIR=/opt/rustwide/target" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "metadata" "--no-deps" "--format-version=1", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "inspect" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "build" "--frozen" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling proc-macro2 v1.0.63
[INFO] [stderr]    Compiling unicode-ident v1.0.9
[INFO] [stderr]    Compiling quote v1.0.29
[INFO] [stderr]    Compiling libc v0.2.147
[INFO] [stderr]    Compiling memoffset v0.7.1
[INFO] [stderr]    Compiling byteorder v1.4.3
[INFO] [stderr]    Compiling rustix v0.36.14
[INFO] [stderr]    Compiling memchr v2.5.0
[INFO] [stderr]    Compiling miniz_oxide v0.7.1
[INFO] [stderr]    Compiling twox-hash v1.6.3
[INFO] [stderr]    Compiling iana-time-zone v0.1.57
[INFO] [stderr]    Compiling procfs v0.15.1
[INFO] [stderr]    Compiling chrono v0.4.26
[INFO] [stderr]    Compiling flate2 v1.0.26
[INFO] [stderr]    Compiling syn v2.0.22
[INFO] [stderr]    Compiling io-lifetimes v1.0.11
[INFO] [stderr]    Compiling nix v0.26.2
[INFO] [stderr]    Compiling thiserror-impl v1.0.40
[INFO] [stderr]    Compiling ctor v0.2.2
[INFO] [stderr]    Compiling thiserror v1.0.40
[INFO] [stderr]    Compiling ruzstd v0.3.1
[INFO] [stderr]    Compiling object v0.31.1
[INFO] [stderr]    Compiling gothook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> src/main.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[ctor::ctor]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `ctor::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `dev` profile [unoptimized + debuginfo] target(s) in 19.97s
[INFO] running `Command { std: "docker" "inspect" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen" "--no-run" "--message-format=json", kill_on_drop: false }`
[INFO] [stderr]    Compiling gothook v0.1.0 (/opt/rustwide/workdir)
[INFO] [stdout] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stdout]   --> src/main.rs:43:1
[INFO] [stdout]    |
[INFO] [stdout] 43 | #[ctor::ctor]
[INFO] [stdout]    | ^^^^^^^^^^^^^
[INFO] [stdout]    |
[INFO] [stdout]    = note: no expected values for `feature`
[INFO] [stdout]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stdout]    = help: try referring to `ctor::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stdout]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stdout]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stdout]    = note: this warning originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stdout] 
[INFO] [stdout] 
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.47s
[INFO] running `Command { std: "docker" "inspect" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "exec" "-e" "SOURCE_DIR=/opt/rustwide/workdir" "-e" "CARGO_HOME=/opt/rustwide/cargo-home" "-e" "RUSTUP_HOME=/opt/rustwide/rustup-home" "-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" "-w" "/opt/rustwide/workdir" "--user" "0:0" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e" "/opt/rustwide/cargo-home/bin/cargo" "+1.97.0-beta.6" "test" "--frozen", kill_on_drop: false }`
[INFO] [stderr] warning: unexpected `cfg` condition value: `used_linker`
[INFO] [stderr]   --> src/main.rs:43:1
[INFO] [stderr]    |
[INFO] [stderr] 43 | #[ctor::ctor]
[INFO] [stderr]    | ^^^^^^^^^^^^^
[INFO] [stderr]    |
[INFO] [stderr]    = note: no expected values for `feature`
[INFO] [stderr]    = note: using a cfg inside a attribute macro will use the cfgs from the destination crate and not the ones from the defining crate
[INFO] [stderr]    = help: try referring to `ctor::ctor` crate for guidance on how handle this unexpected cfg
[INFO] [stderr]    = note: see <https://doc.rust-lang.org/nightly/rustc/check-cfg/cargo-specifics.html> for more information about checking conditional configuration
[INFO] [stderr]    = note: `#[warn(unexpected_cfgs)]` on by default
[INFO] [stderr]    = note: this warning originates in the attribute macro `ctor::ctor` (in Nightly builds, run with -Z macro-backtrace for more info)
[INFO] [stderr] 
[INFO] [stderr] warning: `gothook` (bin "gothook" test) generated 1 warning
[INFO] [stderr]     Finished `test` profile [unoptimized + debuginfo] target(s) in 0.09s
[INFO] [stderr]      Running unittests src/lib.rs (/opt/rustwide/target/debug/deps/gothook-ee30243aa85e7149)
[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] [stderr]      Running unittests src/main.rs (/opt/rustwide/target/debug/deps/gothook-87e038a3d2225272)
[INFO] [stdout] 
[INFO] [stdout] In constructor: hooking open with callback [0x5a0377d8e4d0]
[INFO] [stderr] 
[INFO] [stderr] thread '<unnamed>' (731) panicked at src/main.rs:48:63:
[INFO] [stderr] called `Result::unwrap()` on an `Err` value: ReadElfPltRelocationTable
[INFO] [stderr] stack backtrace:
[INFO] [stderr]    0:     0x5a0377e35b48 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::libunwind::trace
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/libunwind.rs:117:9
[INFO] [stderr]    1:     0x5a0377e35b48 - std[10d71ac2c42b111e]::backtrace_rs::backtrace::trace_unsynchronized::<std[10d71ac2c42b111e]::sys::backtrace::_print_fmt::{closure#1}>
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/../../backtrace/src/backtrace/mod.rs:66:14
[INFO] [stderr]    2:     0x5a0377e35b48 - std[10d71ac2c42b111e]::sys::backtrace::_print_fmt
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:74:9
[INFO] [stderr]    3:     0x5a0377e35b48 - <<std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print::DisplayBacktrace as core[8fb95b77d25ab6c8]::fmt::Display>::fmt
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:44:26
[INFO] [stderr]    4:     0x5a0377e4a2aa - <core[8fb95b77d25ab6c8]::fmt::rt::Argument>::fmt
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/fmt/rt.rs:152:76
[INFO] [stderr]    5:     0x5a0377e4a2aa - core[8fb95b77d25ab6c8]::fmt::write
[INFO] [stderr]    6:     0x5a0377e3af82 - std[10d71ac2c42b111e]::io::default_write_fmt::<std[10d71ac2c42b111e]::sys::stdio::unix::Stderr>
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:622:11
[INFO] [stderr]    7:     0x5a0377e3af82 - <std[10d71ac2c42b111e]::sys::stdio::unix::Stderr as std[10d71ac2c42b111e]::io::Write>::write_fmt
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/io/mod.rs:1977:13
[INFO] [stderr]    8:     0x5a0377e14ac6 - <std[10d71ac2c42b111e]::sys::backtrace::BacktraceLock>::print
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:47:9
[INFO] [stderr]    9:     0x5a0377e14ac6 - std[10d71ac2c42b111e]::panicking::default_hook::{closure#0}
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:292:27
[INFO] [stderr]   10:     0x5a0377e2e061 - std[10d71ac2c42b111e]::panicking::default_hook
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:319:9
[INFO] [stderr]   11:     0x5a0377e2e21b - std[10d71ac2c42b111e]::panicking::panic_with_hook
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:825:13
[INFO] [stderr]   12:     0x5a0377e14b82 - std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:698:13
[INFO] [stderr]   13:     0x5a0377e09d59 - std[10d71ac2c42b111e]::sys::backtrace::__rust_end_short_backtrace::<std[10d71ac2c42b111e]::panicking::panic_handler::{closure#0}, !>
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/sys/backtrace.rs:182:18
[INFO] [stderr]   14:     0x5a0377e1589d - __rustc[3be9ba60078d4c86]::rust_begin_unwind
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/std/src/panicking.rs:689:5
[INFO] [stderr]   15:     0x5a0377e4aa3c - core[8fb95b77d25ab6c8]::panicking::panic_fmt
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/panicking.rs:80:14
[INFO] [stderr]   16:     0x5a0377e4a7b2 - core[8fb95b77d25ab6c8]::result::unwrap_failed
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1867:5
[INFO] [stderr]   17:     0x5a0377d8c70d - <core[8fb95b77d25ab6c8]::result::Result<gothook[87d9eded68c3051b]::got_hook::GotHook, gothook[87d9eded68c3051b]::error::Error>>::unwrap
[INFO] [stderr]                                at /rustc/b2282dd5646a57d570fc86fbe8df0e8826665ef6/library/core/src/result.rs:1233:23
[INFO] [stderr]   18:     0x5a0377d8c70d - gothook[1fc328792e3e9c79]::init
[INFO] [stderr]                                at /opt/rustwide/workdir/src/main.rs:48:63
[INFO] [stderr]   19:     0x5a0377d8cbb6 - gothook[1fc328792e3e9c79]::init___rust_ctor___ctor::init___rust_ctor___ctor
[INFO] [stderr]                                at /opt/rustwide/workdir/src/main.rs:43:1
[INFO] [stderr]   20:     0x75c7e00b1304 - __libc_start_main
[INFO] [stderr]   21:     0x5a0377d8b3a5 - _start
[INFO] [stderr]   22:                0x0 - <unknown>
[INFO] [stderr] fatal runtime error: failed to initiate panic, error 5, aborting
[INFO] [stderr] error: test failed, to rerun pass `--bin gothook`
[INFO] [stderr] 
[INFO] [stderr] Caused by:
[INFO] [stderr]   process didn't exit successfully: `/opt/rustwide/target/debug/deps/gothook-87e038a3d2225272` (signal: 6, SIGABRT: process abort signal)
[INFO] running `Command { std: "docker" "inspect" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] running `Command { std: "docker" "rm" "-f" "4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e", kill_on_drop: false }`
[INFO] [stdout] 4a6a25b47c25cecfea57a343abc18b3c500f663e9f47778092aa32ffe903e60e
