LLMs can vibe-code and win coding contests, but can they handle real-world software issues like dependency hell, legacy toolchains or weird compile errors?
We gave 19 state-of-the-art LLMs unmodified source code of open-source projects like curl (HTTP client), jq (command-line JSON processor) and tested them on 15 real-world tasks.
The goal is simple: build a working binary from source - but getting there is hard. The toughest challenges include cross-compiling to Windows or ARM64 and resurrecting source code from 2003 on modern systems. Agents sometimes need 135 commands and 15 minutes to produce a working binary.
# | Model, / Model | / |
---|---|---|
1 |
80% / 100%
|
80% / 100%
|
2 |
91% / 93%
|
91% / 93%
|
3 |
87% / 93%
|
87% / 93%
|
4 |
71% / 87%
|
71% / 87%
|
5 |
78% / 80%
|
78% / 80%
|
6 |
76% / 80%
|
76% / 80%
|
7 |
64% / 80%
|
64% / 80%
|
8 |
58% / 80%
|
58% / 80%
|
9 |
58% / 80%
|
58% / 80%
|
10 |
64% / 73%
|
64% / 73%
|
11 |
49% / 73%
|
49% / 73%
|
12 |
53% / 67%
|
53% / 67%
|
13 |
47% / 67%
|
47% / 67%
|
14 |
53% / 60%
|
53% / 60%
|
15 |
53% / 60%
|
53% / 60%
|
16 |
42% / 60%
|
42% / 60%
|
17 |
40% / 60%
|
40% / 60%
|
18 |
44% / 53%
|
44% / 53%
|
19 |
29% / 47%
|
29% / 47%
|
pass@1 |
|
success within a single attempt |
pass@3 |
|
success within 3 attempts |
Each CompileBench task gives the agent:
- Source code of an open‑source project (e.g.,
curl
) - An interactive Linux terminal (Docker)
- A clear build objective
The agent figures out the build system, patches if needed, resolves headers/libs, and picks compiler/linker flags; we then verify the binary works. Tasks range from easy builds to reviving 2003‑era code and cross‑compiling to Windows or ARM64, using projects like curl
, GNU Coreutils, and jq
.
# | Min. accuracy | Best model for price | Total price | Relative |
---|---|---|---|---|
1 | ≥ 100% |
|
$21.72 | 799.3x |
2 | ≥ 93% |
|
$1.99 | 73.3x |
3 | ≥ 80% |
|
$0.27 | 10.1x |
4 | ≥ 73% |
|
$0.10 | 3.5x |
5 | ≥ 47% |
|
$0.03 | 1x |
# | Min. accuracy | Best model for speed | Total time | Relative |
---|---|---|---|---|
1 | ≥ 100% |
|
58m48s | 7.2x |
2 | ≥ 93% |
|
45m40s | 5.6x |
3 | ≥ 80% |
|
17m16s | 2.1x |
4 | ≥ 67% |
|
11m18s | 1.4x |
5 | ≥ 60% |
|
8m10s | 1x |
# | Model | |||||
---|---|---|---|---|---|---|
1 |
Cost: $0.33
Time: 1h39m47s
LLM inference time: 28m23s · Command execution time: 1h01m09s
Tokens: 376k
|
$0.33 | 28m23s | 1h01m09s | 1h39m47s | 376k |
2 |
Cost: $0.71
Time: 2h39m11s
LLM inference time: 49m19s · Command execution time: 1h48m45s
Tokens: 771k
|
$0.71 | 49m19s | 1h48m45s | 2h39m11s | 771k |
3 |
Cost: $2.27
Time: 1h43m36s
LLM inference time: 21m23s · Command execution time: 1h21m02s
Tokens: 905k
|
$2.27 | 21m23s | 1h21m02s | 1h43m36s | 905k |
4 |
Cost: $2.30
Time: 2h09m57s
LLM inference time: 45m33s · Command execution time: 1h05m04s
Tokens: 726k
|
$2.30 | 45m33s | 1h05m04s | 2h09m57s | 726k |
5 |
Cost: $2.47
Time: 1h25m48s
LLM inference time: 43m19s · Command execution time: 41m21s
Tokens: 602k
|
$2.47 | 43m19s | 41m21s | 1h25m48s | 602k |
6 |
Cost: $2.73
Time: 4h51m51s
LLM inference time: 3h46m03s · Command execution time: 49m56s
Tokens: 1.4M
|
$2.73 | 3h46m03s | 49m56s | 4h51m51s | 1.4M |
7 |
Cost: $3.78
Time: 1h40m39s
LLM inference time: 34m3s · Command execution time: 1h00m14s
Tokens: 761k
|
$3.78 | 34m3s | 1h00m14s | 1h40m39s | 761k |
8 |
Cost: $3.86
Time: 1h23m46s
LLM inference time: 45m59s · Command execution time: 36m42s
Tokens: 527k
|
$3.86 | 45m59s | 36m42s | 1h23m46s | 527k |
9 |
Cost: $6.41
Time: 3h51m58s
LLM inference time: 1h18m03s · Command execution time: 2h31m22s
Tokens: 1.2M
|
$6.41 | 1h18m03s | 2h31m22s | 3h51m58s | 1.2M |
10 |
Cost: $8.38
Time: 3h59m26s
LLM inference time: 3h07m56s · Command execution time: 50m26s
Tokens: 1.1M
|
$8.38 | 3h07m56s | 50m26s | 3h59m26s | 1.1M |
11 |
Cost: $11.30
Time: 2h12m20s
LLM inference time: 1h17m53s · Command execution time: 53m28s
Tokens: 716k
|
$11.30 | 1h17m53s | 53m28s | 2h12m20s | 716k |
12 |
Cost: $11.71
Time: 1h08m19s
LLM inference time: 35m16s · Command execution time: 32m3s
Tokens: 708k
|
$11.71 | 35m16s | 32m3s | 1h08m19s | 708k |
13 |
Cost: $20.04
Time: 2h33m55s
LLM inference time: 1h28m29s · Command execution time: 49m32s
Tokens: 1.2M
|
$20.04 | 1h28m29s | 49m32s | 2h33m55s | 1.2M |
14 |
Cost: $21.28
Time: 1h50m33s
LLM inference time: 1h09m17s · Command execution time: 40m13s
Tokens: 1M
|
$21.28 | 1h09m17s | 40m13s | 1h50m33s | 1M |
15 |
Cost: $22.46
Time: 2h58m12s
LLM inference time: 2h05m18s · Command execution time: 51m48s
Tokens: 1.3M
|
$22.46 | 2h05m18s | 51m48s | 2h58m12s | 1.3M |
16 |
Cost: $26.42
Time: 2h09m14s
LLM inference time: 1h01m47s · Command execution time: 51m40s
Tokens: 723k
|
$26.42 | 1h01m47s | 51m40s | 2h09m14s | 723k |
17 |
Cost: $28.25
Time: 4h59m49s
LLM inference time: 3h26m13s · Command execution time: 1h23m19s
Tokens: 1M
|
$28.25 | 3h26m13s | 1h23m19s | 4h59m49s | 1M |
18 |
Cost: $55.08
Time: 1h53m57s
LLM inference time: 1h00m53s · Command execution time: 51m44s
Tokens: 1.1M
|
$55.08 | 1h00m53s | 51m44s | 1h53m57s | 1.1M |
19 |
Cost: $70.20
Time: 3h18m02s
LLM inference time: 2h28m14s · Command execution time: 48m45s
Tokens: 958k
|
$70.20 | 2h28m14s | 48m45s | 3h18m02s | 958k |
Total
Cost: $299.98
Time: 48h30m22s
LLM inference time: 27h13m22s · Command execution time: 19h28m34s
Tokens: 17.1M
|
$299.98 | 27h13m22s | 19h28m34s | 48h30m22s | 17.1M |
Model | Task | Status | Error |
---|---|---|---|
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Success | - |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version-alpine | Failure | task failed: No success reported by script: all-utils-exists.sh |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Success | - |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-old-version-alpine | Failure | exceeded max tool calls (200) |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | task failed: sha1sum binary does not exist |
|
cowsay | Failure | task failed: Cowsay binary does not exist |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
coreutils | Success | - |
|
coreutils | Failure | task failed: sha1sum binary does not exist |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | exceeded max tool calls (90) |
|
coreutils-old-version | Failure | task failed: chroot missing at /home/peter/result/chroot or not executable |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Failure | task failed: Cowsay does not contain expected string (eyes) |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Failure | task failed: jq binary does not exist |
|
jq | Failure | task failed: jq binary does not exist |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq.exe binary does not exist |
|
jq-windows | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version | Failure | context timeout: context deadline exceeded |
|
coreutils-old-version | Failure | context timeout: context deadline exceeded |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | LLM call failed: context deadline exceeded |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | exceeded max tool calls (150) |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | exceeded max tool calls (150) |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | exceeded max tool calls (50) |
|
jq-static | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Success | - |
|
jq-windows | Failure | task failed: jq.exe binary does not exist |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | exceeded max tool calls (90) |
|
coreutils-old-version | Failure | task failed: chroot missing at /home/peter/result/chroot or not executable |
|
coreutils-old-version | Failure | task failed: chroot missing at /home/peter/result/chroot or not executable |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Failure | task failed: curl binary does not exist |
|
curl | Failure | task failed: curl binary does not exist |
|
curl-ssl | Failure | task failed: curl binary does not exist |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Failure | task failed: jq binary does not exist |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Failure | task failed: groups missing at /home/peter/result/groups or not executable |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | task failed: kill missing at /home/peter/result/kill or not executable |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | exceeded max tool calls (90) |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | exceeded max tool calls (90) |
|
coreutils-old-version-alpine | Failure | exceeded max tool calls (200) |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Failure | task failed: Cowsay does not contain expected string (eyes) |
|
cowsay | Success | - |
|
cowsay | Failure | context timeout: context deadline exceeded |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version-alpine | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | exceeded max tool calls (50) |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Success | - |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: No success reported by script: all-utils-exists.sh |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static2 | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Failure | task failed: sha1sum binary does not exist |
|
coreutils | Failure | task failed: sha1sum binary does not exist |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Failure | task failed: sha1sum is not statically linked |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Failure | task failed: kill missing at /home/peter/result/kill or not executable |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Failure | context timeout: context deadline exceeded |
|
cowsay | Failure | context timeout: context deadline exceeded |
|
curl | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl | Failure | task failed: curl binary does not exist |
|
curl | Failure | task failed: curl binary does not exist |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq binary does not exist |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
coreutils | Failure | task failed: cat missing at /home/peter/result/cat or not executable |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-static | Success | - |
|
coreutils-static | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-static | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-static-alpine | Failure | task failed: kill missing at /home/peter/result/kill or not executable |
|
coreutils-static-alpine | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Failure | task failed: Cowsay help does not contain expected string |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq.exe is not an amd64 Windows executable |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static-alpine | Success | - |
|
cowsay | Failure | task failed: Cowsay binary does not exist |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl | Success | - |
|
curl | Failure | task failed: curl binary does not exist |
|
curl-ssl | Success | - |
|
curl-ssl | Failure | task failed: curl binary does not exist |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | context timeout: context deadline exceeded |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Failure | context timeout: context deadline exceeded |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl HTTPS request to google.com did not return content-type: text/html but instead: } [2 bytes data] * SSL... |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq binary does not exist |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows2 | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | task failed: install missing at /home/peter/result/install or not executable |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Failure | task failed: curl did not download the expected local file content, but instead: curl: (1) Protocol "file" not supported |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Failure | task failed: chroot missing at /home/peter/result/chroot or not executable |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-old-version-alpine | Failure | task failed: No success reported by script: all-utils-exists.sh |
|
coreutils-old-version-alpine | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Failure | task failed: sha1sum binary does not exist |
|
coreutils-static | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl binary does not exist |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
jq | Failure | task failed: jq binary does not exist |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static | Success | - |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Success | - |
|
jq-windows | Success | - |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils | Success | - |
|
coreutils-old-version | Failure | exceeded max cost dollars (max=$3.00, current=3.01) |
|
coreutils-old-version | Success | - |
|
coreutils-old-version | Success | - |
|
coreutils-old-version-alpine | Failure | task failed: df missing at /home/peter/result/df or not executable |
|
coreutils-old-version-alpine | Failure | exceeded max cost dollars (max=$10.00, current=10.25) |
|
coreutils-old-version-alpine | Failure | exceeded max cost dollars (max=$10.00, current=10.35) |
|
coreutils-static | Success | - |
|
coreutils-static | Failure | task failed: sha1sum is not statically linked |
|
coreutils-static | Failure | task failed: sha1sum is not statically linked |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
coreutils-static-alpine | Success | - |
|
cowsay | Success | - |
|
cowsay | Success | - |
|
cowsay | Failure | task failed: Cowsay does not contain expected string (eyes) |
|
curl | Success | - |
|
curl | Success | - |
|
curl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl | Success | - |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not aarch64 architecture |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | task failed: curl-arm64 is not statically linked |
|
curl-ssl-arm64-static2 | Failure | exceeded max cost dollars (max=$10.00, current=10.32) |
|
jq | Success | - |
|
jq | Success | - |
|
jq | Success | - |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static | Failure | task failed: jq is not statically linked |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-static-musl | Success | - |
|
jq-windows | Success | - |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows | Failure | task failed: jq help does not contain expected string |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |
|
jq-windows2 | Failure | task failed: jq.exe binary does not exist |