2025-08-23T17:50:04.268100403+02:00 stderr + item=113
2025-08-23T17:50:04.268100403+02:00 stderr + git clone https://codeberg.org/bimba/szczanieckiej.git
2025-08-23T17:50:04.320178418+02:00 stderr Cloning into 'szczanieckiej'...
2025-08-23T17:50:07.185092253+02:00 stderr + git clone https://codeberg.org/bimba/traffic.git
2025-08-23T17:50:07.186478504+02:00 stderr Cloning into 'traffic'...
2025-08-23T17:50:09.721200465+02:00 stderr + cd traffic
2025-08-23T17:50:09.723051152+02:00 stderr + git tag
2025-08-23T17:50:09.723051152+02:00 stderr + sort -V
2025-08-23T17:50:09.723051152+02:00 stderr + tail -n1
2025-08-23T17:50:09.724480864+02:00 stderr + TAG=plusB
2025-08-23T17:50:09.724514150+02:00 stderr + git checkout plusB
2025-08-23T17:50:09.728345459+02:00 stderr Note: switching to 'plusB'.
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr You are in 'detached HEAD' state. You can look around, make experimental
2025-08-23T17:50:09.728345459+02:00 stderr changes and commit them, and you can discard any commits you make in this
2025-08-23T17:50:09.728345459+02:00 stderr state without impacting any branches by switching back to a branch.
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr If you want to create a new branch to retain commits you create, you may
2025-08-23T17:50:09.728345459+02:00 stderr do so (now or later) by using -c with the switch command. Example:
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr git switch -c
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr Or undo this operation with:
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr git switch -
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr Turn off this advice by setting config variable advice.detachedHead to false
2025-08-23T17:50:09.728345459+02:00 stderr
2025-08-23T17:50:09.728345459+02:00 stderr HEAD is now at 552a365 add database indices
2025-08-23T17:50:09.729556172+02:00 stderr + cd szczanieckiej
2025-08-23T17:50:09.729556172+02:00 stderr + mk
2025-08-23T17:50:09.735073167+02:00 stdout bare-gen -p api ../traffic/api/api.bare api/structs_gen2.go
2025-08-23T17:50:09.735073167+02:00 stdout awk '!seen[$0]++ || $0 !~ /func \(_ StopV1\) IsUnion\(\) \{\}/' api/structs_gen2.go >api/structs_gen3.go
2025-08-23T17:50:09.735073167+02:00 stdout awk '!seen[$0]++ || $0 !~ /func \(_ StopV2\) IsUnion\(\) \{\}/' api/structs_gen3.go >api/structs_gen.go
2025-08-23T17:50:09.735073167+02:00 stdout rm api/structs_gen2.go api/structs_gen3.go
2025-08-23T17:50:09.805305358+02:00 stdout bare-gen -p traffic ../traffic/traffic.bare traffic/structs_gen.go
2025-08-23T17:50:09.822067634+02:00 stdout reuse lint
2025-08-23T17:50:09.822067634+02:00 stdout go test ./...
2025-08-23T17:50:13.557460066+02:00 stdout # SUMMARY
2025-08-23T17:50:13.557460066+02:00 stdout
2025-08-23T17:50:13.557460066+02:00 stdout * Bad licenses: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Deprecated licenses: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Licenses without file extension: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Missing licenses: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Unused licenses: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Used licenses: AGPL-3.0-or-later, Apache-2.0, CC-BY-4.0
2025-08-23T17:50:13.557460066+02:00 stdout * Read errors: 0
2025-08-23T17:50:13.557460066+02:00 stdout * Files with copyright information: 83 / 83
2025-08-23T17:50:13.557460066+02:00 stdout * Files with license information: 83 / 83
2025-08-23T17:50:13.557460066+02:00 stdout
2025-08-23T17:50:13.557460066+02:00 stdout Congratulations! Your project is compliant with version 3.3 of the REUSE Specification :-)
2025-08-23T17:50:15.561653737+02:00 stderr go: downloading github.com/JohannesKaufmann/html-to-markdown v1.5.0
2025-08-23T17:50:15.562024877+02:00 stderr go: downloading git.sr.ht/~sircmpwn/go-bare v0.0.0-20210406120253-ab86bc2846d9
2025-08-23T17:50:21.622142283+02:00 stderr go: downloading github.com/adrg/strutil v0.3.0
2025-08-23T17:50:21.898822927+02:00 stderr go: downloading github.com/dhconnelly/rtreego v1.1.0
2025-08-23T17:50:21.898822927+02:00 stderr go: downloading golang.org/x/text v0.19.0
2025-08-23T17:50:23.125404533+02:00 stderr go: downloading github.com/redis/go-redis/v9 v9.12.1
2025-08-23T17:50:23.674670363+02:00 stderr go: downloading github.com/BurntSushi/toml v1.3.2
2025-08-23T17:50:24.202155408+02:00 stderr go: downloading notabug.org/apiote/gott v1.1.2
2025-08-23T17:50:24.630896458+02:00 stderr go: downloading github.com/ulikunitz/xz v0.5.10
2025-08-23T17:50:25.238139275+02:00 stderr go: downloading google.golang.org/protobuf v1.26.0
2025-08-23T17:50:26.248583932+02:00 stderr go: downloading apiote.xyz/p/gott/v2 v2.0.3
2025-08-23T17:50:26.749051866+02:00 stderr go: downloading github.com/cjoudrey/gluahttp v0.0.0-20201111170219-25003d9adfa9
2025-08-23T17:50:26.818282444+02:00 stderr go: downloading github.com/lanrat/extsort v1.0.2
2025-08-23T17:50:26.944372348+02:00 stderr go: downloading github.com/mattn/go-sqlite3 v1.14.24
2025-08-23T17:50:27.073992980+02:00 stderr go: downloading github.com/sahilm/fuzzy v0.1.0
2025-08-23T17:50:28.044760795+02:00 stderr go: downloading github.com/yuin/gopher-lua v1.1.1
2025-08-23T17:50:28.120025227+02:00 stderr go: downloading golang.org/x/tools v0.26.0
2025-08-23T17:50:28.692040397+02:00 stderr go: downloading gopkg.in/yaml.v3 v3.0.1
2025-08-23T17:50:29.582131866+02:00 stderr go: downloading layeh.com/gopher-json v0.0.0-20201124131017-552bb3c4c3bf
2025-08-23T17:50:30.936704212+02:00 stderr go: downloading github.com/PuerkitoBio/goquery v1.8.1
2025-08-23T17:50:30.994357851+02:00 stderr go: downloading golang.org/x/net v0.30.0
2025-08-23T17:50:32.443141863+02:00 stderr go: downloading github.com/cespare/xxhash/v2 v2.3.0
2025-08-23T17:50:32.470822411+02:00 stderr go: downloading github.com/dgryski/go-rendezvous v0.0.0-20200823014737-9f7001d12a5f
2025-08-23T17:50:36.172807316+02:00 stderr go: downloading golang.org/x/sync v0.8.0
2025-08-23T17:50:41.201902238+02:00 stderr go: downloading github.com/andybalholm/cascadia v1.3.1
2025-08-23T17:59:44.744412743+02:00 stdout ? apiote.xyz/p/szczanieckiej [no test files]
2025-08-23T17:59:44.744412743+02:00 stdout ? apiote.xyz/p/szczanieckiej/api [no test files]
2025-08-23T17:59:44.744412743+02:00 stdout ? apiote.xyz/p/szczanieckiej/cache [no test files]
2025-08-23T17:59:44.744412743+02:00 stdout ? apiote.xyz/p/szczanieckiej/config [no test files]
2025-08-23T17:59:44.744678975+02:00 stdout ? apiote.xyz/p/szczanieckiej/file [no test files]
2025-08-23T17:59:44.744678975+02:00 stdout ? apiote.xyz/p/szczanieckiej/gtfs_rt [no test files]
2025-08-23T17:59:44.744678975+02:00 stdout ? apiote.xyz/p/szczanieckiej/gtfs_rt/transit_realtime [no test files]
2025-08-23T17:59:44.746525891+02:00 stdout ? apiote.xyz/p/szczanieckiej/server [no test files]
2025-08-23T18:00:13.811781206+02:00 stdout ? apiote.xyz/p/szczanieckiej/traffic/errors [no test files]
2025-08-23T18:00:13.811781206+02:00 stdout ? apiote.xyz/p/szczanieckiej/transformers [no test files]
2025-08-23T18:00:13.983134957+02:00 stdout ok apiote.xyz/p/szczanieckiej/traffic 0.141s
2025-08-23T18:00:14.947253647+02:00 stdout go build
2025-08-23T18:00:47.901120502+02:00 stderr + git show '--pretty=oneline' --abbrev-commit --name-only
2025-08-23T18:00:47.907120858+02:00 stderr + head -n1
2025-08-23T18:00:47.907120858+02:00 stderr + cut -d ' ' -f 1
2025-08-23T18:00:47.917383084+02:00 stderr + commit=8ee46fc
2025-08-23T18:00:47.918686153+02:00 stderr + date '+%Y%m%dT%H%M'
2025-08-23T18:00:47.921040426+02:00 stderr + timestamp=20250823T1600
2025-08-23T18:00:47.921142269+02:00 stderr + scp szczanieckiej deploy@host.containers.internal:toys/szczanieckiej/113/szczanieckiej_20250823T1600_8ee46fc
2025-08-23T18:00:53.221582107+02:00 stderr + ssh deploy@host.containers.internal 'cp ~/toys/szczanieckiej/113/szczanieckiej_20250823T1600_8ee46fc /tmp/szczanieckiej'
2025-08-23T18:00:54.583486218+02:00 stderr + ssh deploy@host.containers.internal 'chmod 755 /tmp/szczanieckiej'
2025-08-23T18:00:55.418068780+02:00 stderr + ssh deploy@host.containers.internal 'doas cp /tmp/szczanieckiej /usr/bin'
2025-08-23T18:00:56.475495891+02:00 stderr + ssh deploy@host.containers.internal 'doas -u www doas /etc/init.d/szczanieckiej restart'
2025-08-23T18:00:57.362772388+02:00 stdout * Stopping szczanieckiej ... [ ok ]
2025-08-23T18:00:57.466498841+02:00 stdout * Starting szczanieckiej ... [ ok ]
2025-08-23T18:00:57.512741328+02:00 stderr + ssh deploy@host.containers.internal 'rm /tmp/szczanieckiej'