Package Details: strace-analyzer 0.5.4-1

Git Clone URL: https://aur.archlinux.org/strace-analyzer.git (read-only, click to copy)
Package Base: strace-analyzer
Description: analyzes strace output
Upstream URL: https://github.com/wookietreiber/strace-analyzer
Licenses: GPL
Submitter: wookietreiber
Maintainer: wookietreiber
Last Packager: wookietreiber
Votes: 5
Popularity: 0.000000
First Submitted: 2016-01-14 13:50 (UTC)
Last Updated: 2024-04-24 08:50 (UTC)

Dependencies (2)

Required by (0)

Sources (1)

Latest Comments

wookietreiber commented on 2023-08-03 07:09 (UTC)

@fl0r1an Do you have both strace and dd installed? That test requires both of them.

fl0r1an commented on 2023-08-03 01:08 (UTC)

Hey there :)

I tried to build it with makepkg -sic and with a chroot with makechrootpkg. But on both systems I get the following error:

running 2 tests
test cli::test::verify_cli ... ok
test analysis::tests::analyze_dd ... FAILED

failures:

---- analysis::tests::analyze_dd stdout ----
thread 'analysis::tests::analyze_dd' panicked at 'Failed to spawn cd "/tmp/.tmp8H21mt" && "strace" "-s" "0" "-o" "/tmp/.tmp8H21mt/dd.strace" "dd" "if=/dev/zero" "of=/dev/null" "bs=1M" "count=1024" "status=none": No such file or directory (os error 2)', /build/.cargo/registry/src/index.crates.io-6f17d22bba15001f/assert_cmd-2.0.8/src/assert.rs:62:17
note: run with `RUST_BACKTRACE=1` environment variable to display a backtrace


failures:
    analysis::tests::analyze_dd

test result: FAILED. 1 passed; 1 failed; 0 ignored; 0 measured; 0 filtered out; finished in 0.00s

error: test failed, to rerun pass `--bin strace-analyzer`

Seems like there is something wrong with the dd test.