Build Information
Successful build of jpeg, reference master (97e2e7
), with Swift 5.9 for Linux on 16 Jan 2025 07:13:17 UTC.
Swift 6 data race errors: 0
Build Command
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
Build Log
========================================
RunAll
========================================
Builder version: 4.60.1
Interrupt handler set up.
========================================
Checkout
========================================
Clone URL: https://github.com/stackotter/jpeg.git
Reference: master
Initialized empty Git repository in /host/spi-builder-workspace/.git/
hint: Using 'master' as the name for the initial branch. This default branch name
hint: is subject to change. To configure the initial branch name to use in all
hint: of your new repositories, which will suppress this warning, call:
hint:
hint: git config --global init.defaultBranch <name>
hint:
hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
hint: 'development'. The just-created branch can be renamed via this command:
hint:
hint: git branch -m <name>
From https://github.com/stackotter/jpeg
* branch master -> FETCH_HEAD
* [new branch] master -> origin/master
HEAD is now at 97e2e75 Update utils scripts to hopefully work on Linux again
Cloned https://github.com/stackotter/jpeg.git
Revision (git rev-parse @):
97e2e757ea7e7421be54f09345abf1019e12b519
SUCCESS checkout https://github.com/stackotter/jpeg.git at master
========================================
Build
========================================
Selected platform: linux
Swift version: 5.9
Building package at path: $PWD
https://github.com/stackotter/jpeg.git
Running build ...
bash -c docker run --pull=always --rm -v "checkouts-4609320-2":/host -w "$PWD" registry.gitlab.com/finestructure/spi-images:basic-5.9-latest swift build --triple x86_64-unknown-linux-gnu 2>&1
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/tests/fuzz/data': File not found.
Building for debugging...
[1/37] Compiling JPEG metadata.swift
[2/38] Compiling JPEG error.swift
[3/38] Compiling JPEG jpeg.swift
[4/38] Compiling JPEG os.swift
[5/38] Compiling JPEG encode.swift
[6/38] Compiling JPEG common.swift
[7/38] Compiling JPEG debug.swift
[8/38] Emitting module JPEG
[9/38] Compiling JPEG decode.swift
[11/40] Wrapping AST for JPEG for debugging
[13/66] Compiling encode_basic main.swift
[14/66] Emitting module encode_basic
[15/67] Compiling in_memory main.swift
[16/67] Emitting module in_memory
[21/70] Emitting module recompress
[22/70] Compiling recompress main.swift
[25/78] Compiling fuzzer main.swift
[26/78] Emitting module fuzzer
[27/78] Compiling fuzzer output.swift
[28/79] Compiling regression_test tests.swift
[29/79] Compiling regression_test result.swift
[30/79] Compiling decode_basic main.swift
[31/79] Emitting module decode_basic
[32/80] Compiling encode_advanced main.swift
[34/80] Emitting module encode_advanced
[35/81] Compiling rotate main.swift
[36/81] Emitting module rotate
[43/86] Wrapping AST for rotate for debugging
[44/88] Wrapping AST for recompress for debugging
[46/93] Emitting module integration_test
[47/93] Compiling integration_test main.swift
[48/93] Compiling regression_test main.swift
[49/93] Compiling integration_test result.swift
[50/93] Compiling integration_test tests.swift
[51/93] Emitting module unit_test
[52/93] Compiling unit_test main.swift
[53/93] Compiling unit_test output.swift
[54/93] Emitting module decode_online
[55/93] Compiling decode_online main.swift
[56/94] Compiling integration_test output.swift
[58/94] Emitting module regression_test
[59/95] Compiling regression_test output.swift
[60/97] Linking rotate
[64/99] Wrapping AST for in-memory for debugging
[67/99] Compiling decode_advanced main.swift
[68/99] Emitting module decode_advanced
[69/100] Emitting module custom_color
[70/100] Compiling custom_color main.swift
[71/101] Emitting module comparator
[71/101] Wrapping AST for integration-test for debugging
[73/101] Wrapping AST for fuzzer for debugging
[76/103] Wrapping AST for regression-test for debugging
[77/103] Linking recompress
[79/103] Linking in-memory
[80/103] Wrapping AST for encode-basic for debugging
[81/103] Wrapping AST for encode-advanced for debugging
[82/103] Wrapping AST for decode-online for debugging
[84/103] Compiling comparator output.swift
[85/103] Compiling comparator main.swift
[85/104] Wrapping AST for decode-basic for debugging
[87/105] Linking regression-test
[88/105] Linking integration-test
[90/105] Linking fuzzer
[91/105] Wrapping AST for decode-advanced for debugging
[92/105] Wrapping AST for custom-color for debugging
[93/105] Wrapping AST for comparator for debugging
[94/105] Linking encode-basic
[95/105] Linking decode-online
[96/105] Linking encode-advanced
[97/105] Linking decode-basic
[98/105] Linking decode-advanced
[99/105] Linking comparator
[100/105] Linking custom-color
[102/105] Compiling unit_test result.swift
[103/105] Compiling unit_test tests.swift
[105/107] Wrapping AST for unit-test for debugging
[106/107] Linking unit-test
Build complete! (33.89s)
Build complete.
{
"dependencies" : [
],
"manifest_display_name" : "jpeg",
"name" : "jpeg",
"path" : "/host/spi-builder-workspace",
"platforms" : [
],
"products" : [
{
"name" : "JPEG",
"targets" : [
"JPEG"
],
"type" : {
"library" : [
"automatic"
]
}
},
{
"name" : "unit-test",
"targets" : [
"unit-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "rotate",
"targets" : [
"rotate"
],
"type" : {
"executable" : null
}
},
{
"name" : "regression-test",
"targets" : [
"regression-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "recompress",
"targets" : [
"recompress"
],
"type" : {
"executable" : null
}
},
{
"name" : "integration-test",
"targets" : [
"integration-test"
],
"type" : {
"executable" : null
}
},
{
"name" : "in-memory",
"targets" : [
"in-memory"
],
"type" : {
"executable" : null
}
},
{
"name" : "fuzzer",
"targets" : [
"fuzzer"
],
"type" : {
"executable" : null
}
},
{
"name" : "encode-basic",
"targets" : [
"encode-basic"
],
"type" : {
"executable" : null
}
},
{
"name" : "encode-advanced",
"targets" : [
"encode-advanced"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-online",
"targets" : [
"decode-online"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-basic",
"targets" : [
"decode-basic"
],
"type" : {
"executable" : null
}
},
{
"name" : "decode-advanced",
"targets" : [
"decode-advanced"
],
"type" : {
"executable" : null
}
},
{
"name" : "custom-color",
"targets" : [
"custom-color"
],
"type" : {
"executable" : null
}
},
{
"name" : "comparator",
"targets" : [
"comparator"
],
"type" : {
"executable" : null
}
}
],
"swift_languages_versions" : [
"4.2",
"5"
],
"targets" : [
{
"c99name" : "unit_test",
"module_type" : "SwiftTarget",
"name" : "unit-test",
"path" : "tests/unit",
"product_memberships" : [
"unit-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "rotate",
"module_type" : "SwiftTarget",
"name" : "rotate",
"path" : "examples/rotate",
"product_memberships" : [
"rotate"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "regression_test",
"module_type" : "SwiftTarget",
"name" : "regression-test",
"path" : "tests/regression",
"product_memberships" : [
"regression-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "recompress",
"module_type" : "SwiftTarget",
"name" : "recompress",
"path" : "examples/recompress",
"product_memberships" : [
"recompress"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "integration_test",
"module_type" : "SwiftTarget",
"name" : "integration-test",
"path" : "tests/integration",
"product_memberships" : [
"integration-test"
],
"sources" : [
"main.swift",
"output.swift",
"result.swift",
"tests.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "in_memory",
"module_type" : "SwiftTarget",
"name" : "in-memory",
"path" : "examples/in-memory",
"product_memberships" : [
"in-memory"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "fuzzer",
"module_type" : "SwiftTarget",
"name" : "fuzzer",
"path" : "tests/fuzz",
"product_memberships" : [
"fuzzer"
],
"sources" : [
"main.swift",
"output.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "encode_basic",
"module_type" : "SwiftTarget",
"name" : "encode-basic",
"path" : "examples/encode-basic",
"product_memberships" : [
"encode-basic"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "encode_advanced",
"module_type" : "SwiftTarget",
"name" : "encode-advanced",
"path" : "examples/encode-advanced",
"product_memberships" : [
"encode-advanced"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_online",
"module_type" : "SwiftTarget",
"name" : "decode-online",
"path" : "examples/decode-online",
"product_memberships" : [
"decode-online"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_basic",
"module_type" : "SwiftTarget",
"name" : "decode-basic",
"path" : "examples/decode-basic",
"product_memberships" : [
"decode-basic"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "decode_advanced",
"module_type" : "SwiftTarget",
"name" : "decode-advanced",
"path" : "examples/decode-advanced",
"product_memberships" : [
"decode-advanced"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "custom_color",
"module_type" : "SwiftTarget",
"name" : "custom-color",
"path" : "examples/custom-color",
"product_memberships" : [
"custom-color"
],
"sources" : [
"main.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "comparator",
"module_type" : "SwiftTarget",
"name" : "comparator",
"path" : "tests/compare",
"product_memberships" : [
"comparator"
],
"sources" : [
"main.swift",
"output.swift"
],
"target_dependencies" : [
"JPEG"
],
"type" : "executable"
},
{
"c99name" : "JPEG",
"module_type" : "SwiftTarget",
"name" : "JPEG",
"path" : "sources/jpeg",
"product_memberships" : [
"JPEG",
"unit-test",
"rotate",
"regression-test",
"recompress",
"integration-test",
"in-memory",
"fuzzer",
"encode-basic",
"encode-advanced",
"decode-online",
"decode-basic",
"decode-advanced",
"custom-color",
"comparator"
],
"sources" : [
"common.swift",
"debug.swift",
"decode.swift",
"encode.swift",
"error.swift",
"jpeg.swift",
"metadata.swift",
"os.swift"
],
"type" : "library"
}
],
"tools_version" : "5.5"
}
basic-5.9-latest: Pulling from finestructure/spi-images
Digest: sha256:e6feefcc5d5d2f301fe47477cfe0928fc3b12c59579fdacf1d387095b6fee662
Status: Image is up to date for registry.gitlab.com/finestructure/spi-images:basic-5.9-latest
warning: 'spi-builder-workspace': Invalid Exclude '/host/spi-builder-workspace/tests/fuzz/data': File not found.
Done.