Created
February 29, 2024 10:17
-
-
Save johnstcn/65e289d4d7d5645bc0157081d1dc2cab to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
2024-02-29T10:05:19.7563508Z Current runner version: '2.312.0' | |
2024-02-29T10:05:19.7566955Z Runner name: 'buildjet.com_535e1c79-ec10-4804-a0c5-6c7449681dc5' | |
2024-02-29T10:05:19.7567486Z Runner group name: 'Default' | |
2024-02-29T10:05:19.7567937Z Machine name: 'ubuntu' | |
2024-02-29T10:05:19.7569309Z ##[group]GITHUB_TOKEN Permissions | |
2024-02-29T10:05:19.7570290Z Contents: read | |
2024-02-29T10:05:19.7570543Z Metadata: read | |
2024-02-29T10:05:19.7570769Z Packages: write | |
2024-02-29T10:05:19.7571027Z ##[endgroup] | |
2024-02-29T10:05:19.7573387Z Secret source: Actions | |
2024-02-29T10:05:19.7573724Z Prepare workflow directory | |
2024-02-29T10:05:19.7941630Z Prepare all required actions | |
2024-02-29T10:05:19.8033443Z Getting action download info | |
2024-02-29T10:05:20.0190045Z Download action repository 'actions/checkout@v4' (SHA:b4ffde65f46336ab88eb53be808477a3936bae11) | |
2024-02-29T10:05:20.4489534Z Download action repository 'codecov/codecov-action@v4' (SHA:54bcd8715eee62d40e33596ef5e8f0f48dbbccab) | |
2024-02-29T10:05:20.9121670Z Complete job name: test-go-pg | |
2024-02-29T10:05:20.9782100Z ##[group]Run actions/checkout@v4 | |
2024-02-29T10:05:20.9782388Z with: | |
2024-02-29T10:05:20.9782603Z fetch-depth: 1 | |
2024-02-29T10:05:20.9782792Z repository: coder/coder | |
2024-02-29T10:05:20.9783151Z token: *** | |
2024-02-29T10:05:20.9783362Z ssh-strict: true | |
2024-02-29T10:05:20.9783570Z persist-credentials: true | |
2024-02-29T10:05:20.9783801Z clean: true | |
2024-02-29T10:05:20.9783990Z sparse-checkout-cone-mode: true | |
2024-02-29T10:05:20.9784231Z fetch-tags: false | |
2024-02-29T10:05:20.9784460Z show-progress: true | |
2024-02-29T10:05:20.9784667Z lfs: false | |
2024-02-29T10:05:20.9784849Z submodules: false | |
2024-02-29T10:05:20.9785055Z set-safe-directory: true | |
2024-02-29T10:05:20.9785267Z ##[endgroup] | |
2024-02-29T10:05:21.1627101Z Syncing repository: coder/coder | |
2024-02-29T10:05:21.1630188Z ##[group]Getting Git version info | |
2024-02-29T10:05:21.1630935Z Working directory is '/home/runner/actions-runner/_work/coder/coder' | |
2024-02-29T10:05:21.1631787Z [command]/usr/bin/git version | |
2024-02-29T10:05:21.1632308Z git version 2.41.0 | |
2024-02-29T10:05:21.1636392Z ##[endgroup] | |
2024-02-29T10:05:21.1659836Z Temporarily overriding HOME='/home/runner/actions-runner/_work/_temp/63f39e4f-3904-4385-a130-9734b951bffe' before making global git config changes | |
2024-02-29T10:05:21.1661049Z Adding repository directory to the temporary git global config as a safe directory | |
2024-02-29T10:05:21.1662391Z [command]/usr/bin/git config --global --add safe.directory /home/runner/actions-runner/_work/coder/coder | |
2024-02-29T10:05:21.1682369Z Deleting the contents of '/home/runner/actions-runner/_work/coder/coder' | |
2024-02-29T10:05:21.1684651Z ##[group]Initializing the repository | |
2024-02-29T10:05:21.1686287Z [command]/usr/bin/git init /home/runner/actions-runner/_work/coder/coder | |
2024-02-29T10:05:21.1768453Z hint: Using 'master' as the name for the initial branch. This default branch name | |
2024-02-29T10:05:21.1769049Z hint: is subject to change. To configure the initial branch name to use in all | |
2024-02-29T10:05:21.1769522Z hint: of your new repositories, which will suppress this warning, call: | |
2024-02-29T10:05:21.1769847Z hint: | |
2024-02-29T10:05:21.1770134Z hint: git config --global init.defaultBranch <name> | |
2024-02-29T10:05:21.1770411Z hint: | |
2024-02-29T10:05:21.1770708Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and | |
2024-02-29T10:05:21.1771159Z hint: 'development'. The just-created branch can be renamed via this command: | |
2024-02-29T10:05:21.1771476Z hint: | |
2024-02-29T10:05:21.1771674Z hint: git branch -m <name> | |
2024-02-29T10:05:21.1778236Z Initialized empty Git repository in /home/runner/actions-runner/_work/coder/coder/.git/ | |
2024-02-29T10:05:21.1783540Z [command]/usr/bin/git remote add origin https://github.com/coder/coder | |
2024-02-29T10:05:21.1808095Z ##[endgroup] | |
2024-02-29T10:05:21.1808760Z ##[group]Disabling automatic garbage collection | |
2024-02-29T10:05:21.1810006Z [command]/usr/bin/git config --local gc.auto 0 | |
2024-02-29T10:05:21.1830239Z ##[endgroup] | |
2024-02-29T10:05:21.1830830Z ##[group]Setting up auth | |
2024-02-29T10:05:21.1833963Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand | |
2024-02-29T10:05:21.1851394Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" | |
2024-02-29T10:05:21.2115747Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2024-02-29T10:05:21.2135420Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" | |
2024-02-29T10:05:21.2283168Z [command]/usr/bin/git config --local http.https://github.com/.extraheader AUTHORIZATION: basic *** | |
2024-02-29T10:05:21.2309708Z ##[endgroup] | |
2024-02-29T10:05:21.2310362Z ##[group]Fetching the repository | |
2024-02-29T10:05:21.2317661Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +1b4576f900075395e18017ebbe877432f32571f1:refs/remotes/pull/12353/merge | |
2024-02-29T10:05:25.0983461Z From https://github.com/coder/coder | |
2024-02-29T10:05:25.0984497Z * [new ref] 1b4576f900075395e18017ebbe877432f32571f1 -> pull/12353/merge | |
2024-02-29T10:05:25.0998136Z ##[endgroup] | |
2024-02-29T10:05:25.0998762Z ##[group]Determining the checkout info | |
2024-02-29T10:05:25.0999403Z ##[endgroup] | |
2024-02-29T10:05:25.0999958Z ##[group]Checking out the ref | |
2024-02-29T10:05:25.1001161Z [command]/usr/bin/git checkout --progress --force refs/remotes/pull/12353/merge | |
2024-02-29T10:05:25.3286920Z Note: switching to 'refs/remotes/pull/12353/merge'. | |
2024-02-29T10:05:25.3287349Z | |
2024-02-29T10:05:25.3287735Z You are in 'detached HEAD' state. You can look around, make experimental | |
2024-02-29T10:05:25.3288595Z changes and commit them, and you can discard any commits you make in this | |
2024-02-29T10:05:25.3289235Z state without impacting any branches by switching back to a branch. | |
2024-02-29T10:05:25.3289623Z | |
2024-02-29T10:05:25.3289858Z If you want to create a new branch to retain commits you create, you may | |
2024-02-29T10:05:25.3290484Z do so (now or later) by using -c with the switch command. Example: | |
2024-02-29T10:05:25.3290792Z | |
2024-02-29T10:05:25.3290927Z git switch -c <new-branch-name> | |
2024-02-29T10:05:25.3291079Z | |
2024-02-29T10:05:25.3291190Z Or undo this operation with: | |
2024-02-29T10:05:25.3291342Z | |
2024-02-29T10:05:25.3291435Z git switch - | |
2024-02-29T10:05:25.3291540Z | |
2024-02-29T10:05:25.3291727Z Turn off this advice by setting config variable advice.detachedHead to false | |
2024-02-29T10:05:25.3292004Z | |
2024-02-29T10:05:25.3292729Z HEAD is now at 1b4576f Merge 8a6fa649ad7d184f39815810bc90f8cfb3bee72f into b17fcd9cff65faa0dd7dcdbfc5ce712c7114ecb1 | |
2024-02-29T10:05:25.3297622Z ##[endgroup] | |
2024-02-29T10:05:25.3325527Z [command]/usr/bin/git log -1 --format='%H' | |
2024-02-29T10:05:25.3345074Z '1b4576f900075395e18017ebbe877432f32571f1' | |
2024-02-29T10:05:25.3689271Z Prepare all required actions | |
2024-02-29T10:05:25.3689826Z Getting action download info | |
2024-02-29T10:05:25.5483503Z Download action repository 'buildjet/setup-go@v4' (SHA:78375e30a2f771dcfd4af12334999a9ce35a95d1) | |
2024-02-29T10:05:25.9137167Z ##[group]Run ./.github/actions/setup-go | |
2024-02-29T10:05:25.9137590Z with: | |
2024-02-29T10:05:25.9137881Z version: 1.21.5 | |
2024-02-29T10:05:25.9138177Z ##[endgroup] | |
2024-02-29T10:05:25.9362930Z ##[group]Run buildjet/setup-go@v4 | |
2024-02-29T10:05:25.9363372Z with: | |
2024-02-29T10:05:25.9363672Z go-version: 1.21.5 | |
2024-02-29T10:05:25.9363999Z check-latest: false | |
2024-02-29T10:05:25.9364510Z token: *** | |
2024-02-29T10:05:25.9364827Z cache: true | |
2024-02-29T10:05:25.9365141Z ##[endgroup] | |
2024-02-29T10:05:26.0764491Z Setup go version spec 1.21.5 | |
2024-02-29T10:05:26.0776650Z Attempting to download 1.21.5... | |
2024-02-29T10:05:26.5023422Z matching 1.21.5... | |
2024-02-29T10:05:26.5055035Z Acquiring 1.21.5 from https://github.com/actions/go-versions/releases/download/1.21.5-7112568416/go-1.21.5-linux-x64.tar.gz | |
2024-02-29T10:05:27.6586165Z Extracting Go... | |
2024-02-29T10:05:27.6654179Z [command]/usr/bin/tar xz --warning=no-unknown-keyword --overwrite -C /home/runner/actions-runner/_work/_temp/0f73ba7b-3516-4243-9278-1578a8512e5f -f /home/runner/actions-runner/_work/_temp/e42b3816-de82-4aec-a2c0-3ccf2edb6a4c | |
2024-02-29T10:05:28.5778712Z Successfully extracted go to /home/runner/actions-runner/_work/_temp/0f73ba7b-3516-4243-9278-1578a8512e5f | |
2024-02-29T10:05:28.5779509Z Adding to the cache ... | |
2024-02-29T10:05:30.3042968Z Successfully cached go to /opt/hostedtoolcache/go/1.21.5/x64 | |
2024-02-29T10:05:30.3045024Z Added go to the path | |
2024-02-29T10:05:30.3047451Z Successfully set up Go version 1.21.5 | |
2024-02-29T10:05:30.3174372Z [command]/opt/hostedtoolcache/go/1.21.5/x64/bin/go env GOMODCACHE | |
2024-02-29T10:05:30.3210293Z [command]/opt/hostedtoolcache/go/1.21.5/x64/bin/go env GOCACHE | |
2024-02-29T10:05:30.3238515Z /home/runner/go/pkg/mod | |
2024-02-29T10:05:30.3247774Z /home/runner/.cache/go-build | |
2024-02-29T10:05:31.6544652Z Received 93964284 of 724783082 (13.0%), 89.6 MBs/sec | |
2024-02-29T10:05:32.6538653Z Received 212973564 of 724783082 (29.4%), 101.6 MBs/sec | |
2024-02-29T10:05:33.6536873Z Received 330819580 of 724783082 (45.6%), 105.2 MBs/sec | |
2024-02-29T10:05:34.6538803Z Received 446375932 of 724783082 (61.6%), 106.5 MBs/sec | |
2024-02-29T10:05:35.6537085Z Received 565506037 of 724783082 (78.0%), 107.9 MBs/sec | |
2024-02-29T10:05:36.6537481Z Received 678063601 of 724783082 (93.6%), 107.8 MBs/sec | |
2024-02-29T10:05:37.1528499Z Received 724783082 of 724783082 (100.0%), 106.4 MBs/sec | |
2024-02-29T10:05:37.1530548Z Cache Size: ~691 MB (724783082 B) | |
2024-02-29T10:05:37.1554071Z [command]/usr/bin/tar -xf /home/runner/actions-runner/_work/_temp/db7527ee-299d-44e2-8db6-623cc6f330b0/cache.tzst -P -C /home/runner/actions-runner/_work/coder/coder --use-compress-program unzstd | |
2024-02-29T10:05:39.0434381Z Cache restored successfully | |
2024-02-29T10:05:39.2558415Z Cache restored from key: setup-go-Linux-go-1.21.5-13c2a919cbd0b8f1aaaba8237aa084ab859b48a9fba8a7550b64df59bbca42ee | |
2024-02-29T10:05:39.2589057Z go version go1.21.5 linux/amd64 | |
2024-02-29T10:05:39.2589427Z | |
2024-02-29T10:05:39.2589923Z ##[group]go env | |
2024-02-29T10:05:39.2723602Z GO111MODULE='' | |
2024-02-29T10:05:39.2724039Z GOARCH='amd64' | |
2024-02-29T10:05:39.2724462Z GOBIN='' | |
2024-02-29T10:05:39.2725006Z GOCACHE='/home/runner/.cache/go-build' | |
2024-02-29T10:05:39.2725679Z GOENV='/home/runner/.config/go/env' | |
2024-02-29T10:05:39.2726433Z GOEXE='' | |
2024-02-29T10:05:39.2726869Z GOEXPERIMENT='' | |
2024-02-29T10:05:39.2727279Z GOFLAGS='' | |
2024-02-29T10:05:39.2727918Z GOHOSTARCH='amd64' | |
2024-02-29T10:05:39.2728432Z GOHOSTOS='linux' | |
2024-02-29T10:05:39.2729111Z GOINSECURE='' | |
2024-02-29T10:05:39.2729750Z GOMODCACHE='/home/runner/go/pkg/mod' | |
2024-02-29T10:05:39.2730538Z GONOPROXY='' | |
2024-02-29T10:05:39.2731313Z GONOSUMDB='' | |
2024-02-29T10:05:39.2733467Z GOOS='linux' | |
2024-02-29T10:05:39.2734126Z GOPATH='/home/runner/go' | |
2024-02-29T10:05:39.2734758Z GOPRIVATE='' | |
2024-02-29T10:05:39.2735526Z GOPROXY='https://proxy.golang.org,direct' | |
2024-02-29T10:05:39.2736396Z GOROOT='/opt/hostedtoolcache/go/1.21.5/x64' | |
2024-02-29T10:05:39.2737128Z GOSUMDB='sum.golang.org' | |
2024-02-29T10:05:39.2754973Z GOTMPDIR='' | |
2024-02-29T10:05:39.2757591Z GOTOOLCHAIN='auto' | |
2024-02-29T10:05:39.2758259Z GOTOOLDIR='/opt/hostedtoolcache/go/1.21.5/x64/pkg/tool/linux_amd64' | |
2024-02-29T10:05:39.2758843Z GOVCS='' | |
2024-02-29T10:05:39.2759217Z GOVERSION='go1.21.5' | |
2024-02-29T10:05:39.2759599Z GCCGO='gccgo' | |
2024-02-29T10:05:39.2759973Z GOAMD64='v1' | |
2024-02-29T10:05:39.2760331Z AR='ar' | |
2024-02-29T10:05:39.2760630Z CC='gcc' | |
2024-02-29T10:05:39.2760970Z CXX='g++' | |
2024-02-29T10:05:39.2761412Z CGO_ENABLED='1' | |
2024-02-29T10:05:39.2762416Z GOMOD='/home/runner/actions-runner/_work/coder/coder/go.mod' | |
2024-02-29T10:05:39.2763117Z GOWORK='' | |
2024-02-29T10:05:39.2763575Z CGO_CFLAGS='-O2 -g' | |
2024-02-29T10:05:39.2763972Z CGO_CPPFLAGS='' | |
2024-02-29T10:05:39.2764386Z CGO_CXXFLAGS='-O2 -g' | |
2024-02-29T10:05:39.2764820Z CGO_FFLAGS='-O2 -g' | |
2024-02-29T10:05:39.2767288Z CGO_LDFLAGS='-O2 -g' | |
2024-02-29T10:05:39.2767731Z PKG_CONFIG='pkg-config' | |
2024-02-29T10:05:39.2768799Z GOGCCFLAGS='-fPIC -m64 -pthread -Wl,--no-gc-sections -fmessage-length=0 -ffile-prefix-map=/tmp/go-build2419103572=/tmp/go-build -gno-record-gcc-switches' | |
2024-02-29T10:05:39.2769570Z | |
2024-02-29T10:05:39.2770559Z ##[endgroup] | |
2024-02-29T10:05:39.2853962Z ##[group]Run go install gotest.tools/gotestsum@latest | |
2024-02-29T10:05:39.2854871Z [36;1mgo install gotest.tools/gotestsum@latest[0m | |
2024-02-29T10:05:39.2908002Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} | |
2024-02-29T10:05:39.2908559Z ##[endgroup] | |
2024-02-29T10:05:40.8545475Z ##[group]Run go mod download -x | |
2024-02-29T10:05:40.8545928Z [36;1mgo mod download -x[0m | |
2024-02-29T10:05:40.8578268Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} | |
2024-02-29T10:05:40.8578802Z ##[endgroup] | |
2024-02-29T10:05:40.9079128Z Prepare all required actions | |
2024-02-29T10:05:40.9079586Z Getting action download info | |
2024-02-29T10:05:41.0876671Z Download action repository 'hashicorp/setup-terraform@v3' (SHA:a1502cd9e758c50496cc9ac5308c4843bcd56d36) | |
2024-02-29T10:05:41.4625709Z ##[group]Run ./.github/actions/setup-tf | |
2024-02-29T10:05:41.4626091Z ##[endgroup] | |
2024-02-29T10:05:41.4663047Z ##[group]Run hashicorp/setup-terraform@v3 | |
2024-02-29T10:05:41.4663999Z with: | |
2024-02-29T10:05:41.4664369Z terraform_version: 1.5.7 | |
2024-02-29T10:05:41.4664858Z terraform_wrapper: false | |
2024-02-29T10:05:41.4665435Z cli_config_credentials_hostname: app.terraform.io | |
2024-02-29T10:05:41.4666056Z ##[endgroup] | |
2024-02-29T10:05:41.8378798Z [command]/usr/bin/unzip -o -q /home/runner/actions-runner/_work/_temp/3eead025-6b90-41e4-b592-c7f6f849fb2a | |
2024-02-29T10:05:42.1419951Z ##[group]Run export TS_DEBUG_DISCO=true | |
2024-02-29T10:05:42.1420203Z [36;1mexport TS_DEBUG_DISCO=true[0m | |
2024-02-29T10:05:42.1420415Z [36;1mmake test-postgres[0m | |
2024-02-29T10:05:42.1442967Z shell: /usr/bin/bash -e {0} | |
2024-02-29T10:05:42.1443185Z ##[endgroup] | |
2024-02-29T10:05:42.1922429Z fatal: No names found, cannot describe anything. | |
2024-02-29T10:05:42.3468560Z Error: No such container: test-postgres-docker | |
2024-02-29T10:05:42.3603721Z Unable to find image 'gcr.io/coder-dev-1/postgres:13' locally | |
2024-02-29T10:05:43.1139625Z 13: Pulling from coder-dev-1/postgres | |
2024-02-29T10:05:43.1146321Z f03b40093957: Pulling fs layer | |
2024-02-29T10:05:43.1147451Z 9d674c93414d: Pulling fs layer | |
2024-02-29T10:05:43.1148144Z de781e8e259a: Pulling fs layer | |
2024-02-29T10:05:43.1148556Z 5ea6efaf51f6: Pulling fs layer | |
2024-02-29T10:05:43.1149062Z b078d5f4ac82: Pulling fs layer | |
2024-02-29T10:05:43.1149424Z 97f84fb2a918: Pulling fs layer | |
2024-02-29T10:05:43.1149825Z 5a6bf2f43fb8: Pulling fs layer | |
2024-02-29T10:05:43.1150163Z f1a40e88fea4: Pulling fs layer | |
2024-02-29T10:05:43.1150488Z 753543888088: Pulling fs layer | |
2024-02-29T10:05:43.1150805Z 58c8d2771e3b: Pulling fs layer | |
2024-02-29T10:05:43.1151130Z 7eaef0c50f45: Pulling fs layer | |
2024-02-29T10:05:43.1151449Z 336b5ddd23ec: Pulling fs layer | |
2024-02-29T10:05:43.1151776Z f6e00973c54b: Pulling fs layer | |
2024-02-29T10:05:43.1152079Z f1a40e88fea4: Waiting | |
2024-02-29T10:05:43.1152364Z 5ea6efaf51f6: Waiting | |
2024-02-29T10:05:43.1152638Z 7eaef0c50f45: Waiting | |
2024-02-29T10:05:43.1152903Z 753543888088: Waiting | |
2024-02-29T10:05:43.1153171Z b078d5f4ac82: Waiting | |
2024-02-29T10:05:43.1153436Z f6e00973c54b: Waiting | |
2024-02-29T10:05:43.1154672Z 97f84fb2a918: Waiting | |
2024-02-29T10:05:43.1154934Z 336b5ddd23ec: Waiting | |
2024-02-29T10:05:43.2958596Z 9d674c93414d: Verifying Checksum | |
2024-02-29T10:05:43.2959033Z 9d674c93414d: Download complete | |
2024-02-29T10:05:43.3559410Z de781e8e259a: Verifying Checksum | |
2024-02-29T10:05:43.3560075Z de781e8e259a: Download complete | |
2024-02-29T10:05:43.5104541Z 5ea6efaf51f6: Verifying Checksum | |
2024-02-29T10:05:43.5106660Z 5ea6efaf51f6: Download complete | |
2024-02-29T10:05:43.6488643Z b078d5f4ac82: Verifying Checksum | |
2024-02-29T10:05:43.6491235Z b078d5f4ac82: Download complete | |
2024-02-29T10:05:43.7099008Z 97f84fb2a918: Verifying Checksum | |
2024-02-29T10:05:43.7102841Z 97f84fb2a918: Download complete | |
2024-02-29T10:05:43.8157837Z 5a6bf2f43fb8: Verifying Checksum | |
2024-02-29T10:05:43.8160336Z 5a6bf2f43fb8: Download complete | |
2024-02-29T10:05:43.8720154Z f1a40e88fea4: Verifying Checksum | |
2024-02-29T10:05:43.8720861Z f1a40e88fea4: Download complete | |
2024-02-29T10:05:44.0480437Z 58c8d2771e3b: Verifying Checksum | |
2024-02-29T10:05:44.0480924Z 58c8d2771e3b: Download complete | |
2024-02-29T10:05:44.2172114Z 7eaef0c50f45: Verifying Checksum | |
2024-02-29T10:05:44.2172442Z 7eaef0c50f45: Download complete | |
2024-02-29T10:05:44.3789457Z 336b5ddd23ec: Verifying Checksum | |
2024-02-29T10:05:44.3790555Z 336b5ddd23ec: Download complete | |
2024-02-29T10:05:44.5432982Z f6e00973c54b: Verifying Checksum | |
2024-02-29T10:05:44.5434742Z f6e00973c54b: Download complete | |
2024-02-29T10:05:44.8988635Z f03b40093957: Download complete | |
2024-02-29T10:05:45.3655855Z f03b40093957: Pull complete | |
2024-02-29T10:05:46.7279607Z 9d674c93414d: Pull complete | |
2024-02-29T10:05:46.8707988Z de781e8e259a: Pull complete | |
2024-02-29T10:05:46.9376178Z 5ea6efaf51f6: Pull complete | |
2024-02-29T10:05:47.0820125Z 753543888088: Verifying Checksum | |
2024-02-29T10:05:47.0820473Z 753543888088: Download complete | |
2024-02-29T10:05:47.1145567Z b078d5f4ac82: Pull complete | |
2024-02-29T10:05:47.1597687Z 97f84fb2a918: Pull complete | |
2024-02-29T10:05:47.2066334Z 5a6bf2f43fb8: Pull complete | |
2024-02-29T10:05:47.2409743Z f1a40e88fea4: Pull complete | |
2024-02-29T10:05:48.4521958Z 753543888088: Pull complete | |
2024-02-29T10:05:48.4826051Z 58c8d2771e3b: Pull complete | |
2024-02-29T10:05:48.5117716Z 7eaef0c50f45: Pull complete | |
2024-02-29T10:05:48.5454385Z 336b5ddd23ec: Pull complete | |
2024-02-29T10:05:48.5736969Z f6e00973c54b: Pull complete | |
2024-02-29T10:05:48.5778715Z Digest: sha256:573d0dbcdde4522c6db0a0c50e4f68653c3ba1e70d081cca42d0fee87f67455f | |
2024-02-29T10:05:48.5796996Z Status: Downloaded newer image for gcr.io/coder-dev-1/postgres:13 | |
2024-02-29T10:05:48.5940976Z 7887a300243aa3b5884d7933f23b6adc615929ebdc616474a3a64ceb28430d35 | |
2024-02-29T10:05:48.8705298Z 127.0.0.1:5432 - no response | |
2024-02-29T10:05:48.8708758Z - waiting for database to start | |
2024-02-29T10:05:49.3944881Z 127.0.0.1:5432 - no response | |
2024-02-29T10:05:49.3945611Z - waiting for database to start | |
2024-02-29T10:05:49.9186626Z 127.0.0.1:5432 - accepting connections | |
2024-02-29T10:06:09.3664343Z [33m∅[0m agent/agentproc/agentproctest | |
2024-02-29T10:06:09.3691748Z [32m✓[0m agent/agentproc (3ms) | |
2024-02-29T10:06:10.3772538Z [32m✓[0m agent/agentscripts (264ms) | |
2024-02-29T10:06:10.8778354Z [33m∅[0m agent/agenttest | |
2024-02-29T10:06:10.8779042Z [33m∅[0m agent/reconnectingpty | |
2024-02-29T10:06:10.8823242Z [32m✓[0m apiversion (3ms) | |
2024-02-29T10:06:10.8824120Z [32m✓[0m agent/proto (4ms) | |
2024-02-29T10:06:10.8826821Z [32m✓[0m buildinfo (4ms) | |
2024-02-29T10:06:10.8830631Z [32m✓[0m agent/reaper (5ms) | |
2024-02-29T10:06:10.8904840Z [32m✓[0m agent/usershell (6ms) | |
2024-02-29T10:06:11.6283817Z [32m✓[0m agent/agentssh (1.206s) | |
2024-02-29T10:06:25.9928781Z [32m✓[0m agent (16.617s) | |
2024-02-29T10:06:29.9327178Z [32m✓[0m cli/clibase (64ms) | |
2024-02-29T10:06:29.9427408Z [32m✓[0m cli/clilog (69ms) | |
2024-02-29T10:06:29.9746454Z [32m✓[0m cli/clistat (106ms) | |
2024-02-29T10:06:30.0498325Z [32m✓[0m cli/clitest (182ms) | |
2024-02-29T10:06:30.4110750Z [33m∅[0m cli/telemetry | |
2024-02-29T10:06:30.4133156Z [32m✓[0m cli/cliutil (2ms) | |
2024-02-29T10:06:30.4233694Z [32m✓[0m cli/config (13ms) | |
2024-02-29T10:06:30.4248088Z [32m✓[0m cli/gitauth (13ms) | |
2024-02-29T10:06:30.4314368Z [32m✓[0m cli/cliutil/levenshtein (21ms) | |
2024-02-29T10:06:30.5152042Z [33m∅[0m cmd/cliui | |
2024-02-29T10:06:30.9626421Z [33m∅[0m cmd/coder | |
2024-02-29T10:06:31.4914994Z [32m✓[0m cli/cliui (1.077s) | |
2024-02-29T10:06:37.5257303Z [33m∅[0m coderd/apidoc | |
2024-02-29T10:06:37.5259740Z [33m∅[0m coderd/appearance | |
2024-02-29T10:06:37.5483377Z [32m✓[0m coderd/apikey (17ms) | |
2024-02-29T10:06:37.5595124Z [32m✓[0m coderd/audit (29ms) | |
2024-02-29T10:06:38.4178403Z [32m✓[0m coderd/awsidentity (13ms) | |
2024-02-29T10:06:38.4315977Z [32m✓[0m coderd/autobuild/notify (26ms) | |
2024-02-29T10:06:38.4352993Z [32m✓[0m coderd/azureidentity (30ms) | |
2024-02-29T10:06:41.2349492Z [32m✓[0m coderd/agentapi (3.709s) | |
2024-02-29T10:06:41.6456381Z [32m✓[0m coderd/batchstats (365ms) | |
2024-02-29T10:06:43.7539981Z [32m✓[0m coderd/coderdtest/oidctest (116ms) | |
2024-02-29T10:06:44.5918321Z [32m✓[0m coderd/autobuild (6.187s) | |
2024-02-29T10:06:44.8345831Z [32m✓[0m coderd/database/db2sdk (197ms) | |
2024-02-29T10:06:44.9996600Z [32m✓[0m coderd/database (408ms) | |
2024-02-29T10:06:45.4695767Z [32m✓[0m coderd/coderdtest (2.193s) | |
2024-02-29T10:06:47.2578609Z [33m∅[0m coderd/database/dbfake | |
2024-02-29T10:06:47.2597990Z [33m∅[0m coderd/database/dbmetrics | |
2024-02-29T10:06:47.2598283Z [33m∅[0m coderd/database/dbmock | |
2024-02-29T10:06:47.3066197Z [32m✓[0m coderd/database/dbgen (46ms) | |
2024-02-29T10:06:47.3345835Z [32m✓[0m coderd/database/dbmem (74ms) | |
2024-02-29T10:06:47.4976984Z [32m✓[0m coderd/database/dbauthz (237ms) | |
2024-02-29T10:06:49.0570488Z [33m∅[0m coderd/database/dbtestutil | |
2024-02-29T10:06:49.0572251Z [33m∅[0m coderd/database/dbtestutil/randtz | |
2024-02-29T10:06:49.0575008Z [33m∅[0m coderd/database/dbtime | |
2024-02-29T10:06:49.0580077Z [33m∅[0m coderd/database/gen/dump | |
2024-02-29T10:06:49.1571644Z [32m✓[0m coderd/database/gentest (38ms) | |
2024-02-29T10:06:49.1989779Z [32m✓[0m coderd/database/dbpurge (141ms) | |
2024-02-29T10:06:49.8236007Z [33m∅[0m coderd/database/provisionerjobs | |
2024-02-29T10:06:49.8785131Z [32m✓[0m coderd/database/postgres (53ms) | |
2024-02-29T10:06:52.9279103Z [32m✓[0m coderd/devtunnel (1.116s) | |
2024-02-29T10:06:58.3752931Z [32m✓[0m coderd/database/migrations (8.55s) | |
2024-02-29T10:06:59.0732992Z [33m∅[0m coderd/healthcheck/health | |
2024-02-29T10:06:59.1384874Z [32m✓[0m coderd/healthcheck (60ms) | |
2024-02-29T10:06:59.1726238Z [32m✓[0m coderd/healthcheck/derphealth (99ms) | |
2024-02-29T10:06:59.1954058Z [32m✓[0m coderd/externalauth (106ms) | |
2024-02-29T10:07:00.2204229Z [32m✓[0m coderd/gitsshkey (1.147s) | |
2024-02-29T10:07:01.8138764Z [33m∅[0m coderd/httpapi/httpapiconstraints | |
2024-02-29T10:07:01.8750320Z [32m✓[0m coderd/httpapi (56ms) | |
2024-02-29T10:07:06.1411523Z [32m✓[0m coderd/httpmw/patternmatcher (3ms) | |
2024-02-29T10:07:06.1417025Z [33m∅[0m coderd/portsharing | |
2024-02-29T10:07:06.1544857Z [32m✓[0m coderd/parameter (14ms) | |
2024-02-29T10:07:06.3192016Z [32m✓[0m coderd/httpmw (177ms) | |
2024-02-29T10:07:06.3875401Z [32m✓[0m coderd/oauthpki (249ms) | |
2024-02-29T10:07:07.9665455Z [32m✓[0m coderd/database/pubsub (16.154s) | |
2024-02-29T10:07:09.1437571Z [32m✓[0m coderd/promoauth (104ms) | |
2024-02-29T10:07:10.8474351Z [32m✓[0m coderd/prometheusmetrics (2.299s) | |
2024-02-29T10:07:11.1668946Z [32m✓[0m coderd/metricscache (5.028s) | |
2024-02-29T10:07:11.4345547Z [32m✓[0m coderd/prometheusmetrics/insights (2.397s) | |
2024-02-29T10:07:14.3111715Z [32m✓[0m coderd/provisionerdserver (5.277s) | |
2024-02-29T10:07:14.8432910Z [32m✓[0m coderd/rbac/regosql (10ms) | |
2024-02-29T10:07:14.8525263Z [32m✓[0m coderd/schedule/cron (21ms) | |
2024-02-29T10:07:14.8623274Z [32m✓[0m coderd/rbac/regosql/sqltypes (31ms) | |
2024-02-29T10:07:16.8832116Z [32m✓[0m coderd/searchquery (84ms) | |
2024-02-29T10:07:17.1028255Z [32m✓[0m coderd/tracing (52ms) | |
2024-02-29T10:07:17.1755317Z [32m✓[0m coderd/telemetry (128ms) | |
2024-02-29T10:07:17.7997816Z [32m✓[0m coderd/schedule (2.967s) | |
2024-02-29T10:07:17.9583939Z [32m✓[0m coderd/rbac (3.126s) | |
2024-02-29T10:07:18.2225841Z [32m✓[0m coderd/unhanger (231ms) | |
2024-02-29T10:07:18.7371328Z [33m∅[0m coderd/util/syncmap | |
2024-02-29T10:07:18.7454272Z [32m✓[0m coderd/util/ptr (4ms) | |
2024-02-29T10:07:18.7454896Z [32m✓[0m coderd/util/slice (7ms) | |
2024-02-29T10:07:18.7455401Z [32m✓[0m coderd/util/strings (7ms) | |
2024-02-29T10:07:18.7877107Z [32m✓[0m coderd/updatecheck (52ms) | |
2024-02-29T10:07:18.7973135Z [32m✓[0m coderd/userpassword (62ms) | |
2024-02-29T10:07:19.0897093Z [32m✓[0m coderd/util/tz (4ms) | |
2024-02-29T10:07:19.0995312Z [32m✓[0m coderd/util/xio (13ms) | |
2024-02-29T10:07:21.8633558Z [33m∅[0m coderd/workspaceapps/apptest | |
2024-02-29T10:07:21.8675865Z [32m✓[0m coderd/workspaceapps/appurl (3ms) | |
2024-02-29T10:07:21.8913920Z [32m✓[0m coderd/wsbuilder (28ms) | |
2024-02-29T10:07:22.6632155Z [33m∅[0m codersdk/drpc | |
2024-02-29T10:07:22.6696622Z [32m✓[0m cryptorand (6ms) | |
2024-02-29T10:07:22.7973530Z [32m✓[0m codersdk (135ms) | |
2024-02-29T10:07:23.9998998Z [32m✓[0m codersdk/agentsdk (1.337s) | |
2024-02-29T10:07:24.0522167Z [33m∅[0m enterprise/audit/audittest | |
2024-02-29T10:07:24.3305664Z [32m✓[0m enterprise/audit/backends (21ms) | |
2024-02-29T10:07:26.2689845Z [32m✓[0m coderd/workspaceapps (4.406s) | |
2024-02-29T10:07:29.0576810Z [32m✓[0m enterprise/audit (5.006s) | |
2024-02-29T10:07:30.1440559Z [32m✓[0m coderd (52.618s) | |
2024-02-29T10:07:31.5146356Z [33m∅[0m enterprise/cmd/coder | |
2024-02-29T10:07:33.4256911Z [33m∅[0m enterprise/coderd/dbauthz | |
2024-02-29T10:07:33.4267238Z [33m∅[0m enterprise/coderd/identityprovider | |
2024-02-29T10:07:33.6936806Z [32m✓[0m enterprise/coderd/dormancy (268ms) | |
2024-02-29T10:07:33.9200687Z [32m✓[0m enterprise/coderd/coderdenttest (493ms) | |
2024-02-29T10:07:35.8803039Z [33m∅[0m enterprise/coderd/portsharing | |
2024-02-29T10:07:35.9314787Z [32m✓[0m enterprise/coderd/proxyhealth (49ms) | |
2024-02-29T10:07:36.0597249Z [32m✓[0m enterprise/coderd/license (178ms) | |
2024-02-29T10:07:36.1549458Z [32m✓[0m enterprise/coderd/schedule (267ms) | |
2024-02-29T10:07:36.8930361Z [32m✓[0m enterprise/dbcrypt (620ms) | |
2024-02-29T10:07:38.0085161Z [32m✓[0m enterprise/provisionerd (36ms) | |
2024-02-29T10:07:38.8189415Z [32m✓[0m enterprise/replicasync (469ms) | |
2024-02-29T10:07:38.8991096Z [32m✓[0m enterprise/derpmesh (925ms) | |
2024-02-29T10:07:39.4189051Z [32m✓[0m enterprise/cli (7.901s) | |
2024-02-29T10:07:40.0728992Z [32m✓[0m enterprise/trialer (144ms) | |
2024-02-29T10:07:41.1717329Z [32m✓[0m examples (24ms) | |
2024-02-29T10:07:41.1879938Z [32m✓[0m enterprise/wsproxy/wsproxysdk (41ms) | |
2024-02-29T10:07:41.5691923Z [32m✓[0m provisioner (28ms) | |
2024-02-29T10:07:41.5789244Z [32m✓[0m helm/provisioner/tests (426ms) | |
2024-02-29T10:07:41.6487027Z [32m✓[0m helm/coder/tests (500ms) | |
2024-02-29T10:07:41.9634086Z [32m✓[0m provisioner/echo (22ms) | |
2024-02-29T10:07:42.5603607Z [31m✖[0m cli (1m12.693s) | |
2024-02-29T10:07:43.4715514Z [33m∅[0m provisionerd/proto | |
2024-02-29T10:07:43.4715862Z [33m∅[0m provisionerd/runner | |
2024-02-29T10:07:43.4722491Z [33m∅[0m provisionersdk/proto | |
2024-02-29T10:07:43.5391872Z [32m✓[0m provisionersdk (67ms) | |
2024-02-29T10:07:43.8060046Z [32m✓[0m provisionerd (334ms) | |
2024-02-29T10:07:44.2139172Z [32m✓[0m pty/ptytest (16ms) | |
2024-02-29T10:07:47.9152676Z [32m✓[0m pty (4.127s) | |
2024-02-29T10:07:48.8080302Z [32m✓[0m scaletest/agentconn (1.698s) | |
2024-02-29T10:07:49.4830340Z [33m∅[0m scaletest/loadtestutil | |
2024-02-29T10:07:50.9600493Z [32m✓[0m scaletest/placebo (53ms) | |
2024-02-29T10:07:52.0526250Z [32m✓[0m enterprise/tailnet (12.592s) | |
2024-02-29T10:07:53.1354695Z [32m✓[0m scaletest/harness (3.653s) | |
2024-02-29T10:07:53.3495656Z [32m✓[0m enterprise/wsproxy (12.202s) | |
2024-02-29T10:07:53.6148728Z [32m✓[0m enterprise/coderd (20.183s) | |
2024-02-29T10:07:55.2895639Z [33m∅[0m scripts | |
2024-02-29T10:07:55.2899018Z [33m∅[0m scripts/apidocgen/postprocess | |
2024-02-29T10:07:55.4470447Z [32m✓[0m scaletest/createworkspaces (7.779s) | |
2024-02-29T10:07:55.6658481Z [33m∅[0m scripts/auditdocgen | |
2024-02-29T10:07:55.6659946Z [33m∅[0m scripts/audittypegen | |
2024-02-29T10:07:55.7423489Z [32m✓[0m scripts/apitypings (77ms) | |
2024-02-29T10:07:55.9965062Z [32m✓[0m scripts/ci-report (89ms) | |
2024-02-29T10:07:56.2431049Z [33m∅[0m scripts/clidocgen | |
2024-02-29T10:07:56.7877683Z [32m✓[0m scaletest/reconnectingpty (3.666s) | |
2024-02-29T10:07:56.8328771Z [33m∅[0m scripts/dbgen | |
2024-02-29T10:07:56.8330201Z [33m∅[0m scripts/echoserver | |
2024-02-29T10:07:57.3448602Z [33m∅[0m scripts/examplegen | |
2024-02-29T10:07:57.3449007Z [33m∅[0m scripts/gensite | |
2024-02-29T10:07:57.3450383Z [33m∅[0m scripts/metricsdocgen | |
2024-02-29T10:07:57.3453642Z [33m∅[0m scripts/migrate-ci | |
2024-02-29T10:07:57.3773385Z [33m∅[0m scripts/rbacgen | |
2024-02-29T10:07:57.3773683Z [33m∅[0m scripts/releasemigrations | |
2024-02-29T10:07:57.8692951Z [33m∅[0m scripts/testidp | |
2024-02-29T10:07:58.0509948Z [32m✓[0m scaletest/dashboard (10.273s) | |
2024-02-29T10:07:58.5710247Z [32m✓[0m scaletest/workspacetraffic (3.281s) | |
2024-02-29T10:07:58.6312126Z [32m✓[0m site (42ms) | |
2024-02-29T10:07:59.2726759Z [33m∅[0m tailnet/proto | |
2024-02-29T10:07:59.2727086Z [33m∅[0m tailnet/test | |
2024-02-29T10:07:59.2869784Z [32m✓[0m tailnet/tailnettest (14ms) | |
2024-02-29T10:07:59.3767668Z [32m✓[0m testutil (104ms) | |
2024-02-29T10:08:00.1278856Z [32m✓[0m provisioner/terraform (16.657s) | |
2024-02-29T10:08:06.6155247Z [32m✓[0m scaletest/workspacebuild (12.26s) | |
2024-02-29T10:08:14.7157898Z [32m✓[0m tailnet (15.443s) | |
2024-02-29T10:08:14.9726387Z | |
2024-02-29T10:08:14.9727519Z === [33mSkipped[0m | |
2024-02-29T10:08:14.9728090Z === [33mSKIP[0m: agent TestAgentMetadata_Timing (0.00s) | |
2024-02-29T10:08:14.9733742Z timing.go:18: skipping timing-sensitive test | |
2024-02-29T10:08:14.9734041Z | |
2024-02-29T10:08:14.9734289Z === [33mSKIP[0m: agent TestAgent_Speedtest (0.00s) | |
2024-02-29T10:08:14.9735201Z agent_test.go:1880: This test is relatively flakey because of Tailscale's speedtest code... | |
2024-02-29T10:08:14.9735649Z | |
2024-02-29T10:08:14.9736005Z === [33mSKIP[0m: agent TestAgent_ManageProcessPriority/DisabledForNonLinux (0.00s) | |
2024-02-29T10:08:14.9736654Z agent_test.go:2610: Skipping linux environment | |
2024-02-29T10:08:14.9736944Z | |
2024-02-29T10:08:14.9740231Z === [33mSKIP[0m: agent/reaper TestReap (0.00s) | |
2024-02-29T10:08:14.9743406Z reaper_test.go:31: Detected CI, skipping reaper tests | |
2024-02-29T10:08:14.9744554Z | |
2024-02-29T10:08:14.9745006Z === [33mSKIP[0m: agent/reaper TestReapInterrupt (0.00s) | |
2024-02-29T10:08:14.9745517Z reaper_test.go:74: Detected CI, skipping reaper tests | |
2024-02-29T10:08:14.9747122Z | |
2024-02-29T10:08:14.9747332Z === [33mSKIP[0m: cli TestServer_Shutdown (0.00s) | |
2024-02-29T10:08:14.9748713Z server_test.go:1618: This test issues an interrupt signal which will propagate to the test runner. | |
2024-02-29T10:08:14.9749569Z | |
2024-02-29T10:08:14.9749846Z === [33mSKIP[0m: cli TestSpeedtest (0.00s) | |
2024-02-29T10:08:14.9751231Z speedtest_test.go:22: Flaky test - see https://github.com/coder/coder/issues/6321 | |
2024-02-29T10:08:14.9751646Z | |
2024-02-29T10:08:14.9752173Z === [33mSKIP[0m: cli/cliui TestProvisionerJob/Cancel (0.00s) | |
2024-02-29T10:08:14.9753293Z provisionerjob_test.go:85: This test issues an interrupt signal which will propagate to the test runner. | |
2024-02-29T10:08:14.9754007Z | |
2024-02-29T10:08:14.9754266Z === [33mSKIP[0m: coderd TestWorkspaceFilter (0.00s) | |
2024-02-29T10:08:14.9755507Z workspaces_test.go:1123: This test is slow and flaky. See: https://github.com/coder/coder/issues/2854 | |
2024-02-29T10:08:14.9755971Z | |
2024-02-29T10:08:14.9756559Z === [33mSKIP[0m: coderd TestWorkspaceFilterAllStatus (0.00s) | |
2024-02-29T10:08:14.9757590Z workspaces_test.go:927: This test takes too long with an actual database. Takes 10s on local machine | |
2024-02-29T10:08:14.9758384Z | |
2024-02-29T10:08:14.9758962Z === [33mSKIP[0m: coderd TestSuspendedPagination (0.00s) | |
2024-02-29T10:08:14.9760587Z users_test.go:1696: This fails when two users are created at the exact same time. The reason is unknown... See: https://github.com/coder/coder/actions/runs/3057047622/jobs/4931863163 | |
2024-02-29T10:08:14.9761660Z | |
2024-02-29T10:08:14.9761898Z === [33mSKIP[0m: coderd TestTemplateMetrics (0.00s) | |
2024-02-29T10:08:14.9762756Z templates_test.go:1397: flaky test: https://github.com/coder/coder/issues/6481 | |
2024-02-29T10:08:14.9763448Z | |
2024-02-29T10:08:14.9764016Z === [33mSKIP[0m: coderd TestWorkspaceAgentListeningPorts/Darwin (0.00s) | |
2024-02-29T10:08:14.9764929Z workspaceagents_test.go:802: only runs on darwin | |
2024-02-29T10:08:14.9765196Z | |
2024-02-29T10:08:14.9812807Z === [33mSKIP[0m: coderd TestWorkspaceApps/ReconnectingPTY/SignedTokenQueryParameter (0.00s) | |
2024-02-29T10:08:14.9815082Z apptest.go:74: Tickets are not used for terminal requests on the primary. | |
2024-02-29T10:08:14.9815946Z | |
2024-02-29T10:08:14.9816800Z === [33mSKIP[0m: coderd TestWorkspaceApps/WorkspaceAppsProxyPath/LoginWithoutAuthOnProxy (0.00s) | |
2024-02-29T10:08:14.9818026Z apptest.go:158: This test only applies when testing apps on workspace proxies. | |
2024-02-29T10:08:14.9818440Z | |
2024-02-29T10:08:14.9818841Z === [33mSKIP[0m: coderd/healthcheck/derphealth TestDERP/Tailscale/Dallas/OK (0.00s) | |
2024-02-29T10:08:14.9820184Z derp_test.go:151: This test depends on reaching out over the network to Tailscale servers, which is inherently flaky. | |
2024-02-29T10:08:14.9820747Z | |
2024-02-29T10:08:14.9821230Z === [33mSKIP[0m: enterprise/coderd TestUserOIDC/RoleSync/NewUserAndRemoveRolesOnRefresh (0.00s) | |
2024-02-29T10:08:14.9822330Z userauth_test.go:90: Refreshing tokens does not update roles :( | |
2024-02-29T10:08:14.9822685Z | |
2024-02-29T10:08:14.9823420Z === [33mSKIP[0m: enterprise/coderd TestUserOIDC/Groups/AddThenRemoveOnRefresh (0.00s) | |
2024-02-29T10:08:14.9824527Z userauth_test.go:256: Refreshing tokens does not update groups :( | |
2024-02-29T10:08:14.9824882Z | |
2024-02-29T10:08:14.9826639Z === [33mSKIP[0m: enterprise/wsproxy TestWorkspaceProxyWorkspaceApps/WorkspaceAppsProxySubdomainPassthrough (0.00s) | |
2024-02-29T10:08:14.9827459Z apptest.go:696: app hostname does not serve API | |
2024-02-29T10:08:14.9827754Z | |
2024-02-29T10:08:14.9828383Z === [33mSKIP[0m: enterprise/wsproxy TestWorkspaceProxyWorkspaceApps/WorkspaceAppsProxyPath/LoginWithoutAuthOnPrimary (0.00s) | |
2024-02-29T10:08:14.9829522Z apptest.go:132: This test only applies when testing apps on the primary. | |
2024-02-29T10:08:14.9829917Z | |
2024-02-29T10:08:14.9830519Z === [33mSKIP[0m: helm/coder/tests TestUpdateGoldenFiles (0.00s) | |
2024-02-29T10:08:14.9831187Z chart_test.go:160: Run with -update to update golden files | |
2024-02-29T10:08:14.9831506Z | |
2024-02-29T10:08:14.9831818Z === [33mSKIP[0m: helm/provisioner/tests TestUpdateGoldenFiles (0.00s) | |
2024-02-29T10:08:14.9832492Z chart_test.go:127: Run with -update to update golden files | |
2024-02-29T10:08:14.9832811Z | |
2024-02-29T10:08:14.9833092Z === [33mSKIP[0m: scaletest/agentconn Test_Runner_Timing (0.00s) | |
2024-02-29T10:08:14.9833667Z timing.go:18: skipping timing-sensitive test | |
2024-02-29T10:08:14.9833957Z | |
2024-02-29T10:08:14.9834192Z === [33mSKIP[0m: scaletest/placebo Test_Runner (0.00s) | |
2024-02-29T10:08:14.9835093Z run_test.go:17: This test is flakey, see https://github.com/coder/coder/actions/runs/3463709674/jobs/5784335013#step:9:215 | |
2024-02-29T10:08:14.9835692Z | |
2024-02-29T10:08:14.9835829Z === [31mFailed[0m | |
2024-02-29T10:08:14.9836160Z === [31mFAIL[0m: cli (0.00s) | |
2024-02-29T10:08:14.9836477Z PASS | |
2024-02-29T10:08:14.9836865Z goleak: Errors on successful test run: found unexpected goroutines: | |
2024-02-29T10:08:14.9837886Z [Goroutine 159309 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:14.9838656Z goroutine 159309 [chan receive]: | |
2024-02-29T10:08:14.9839318Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0x0?) | |
2024-02-29T10:08:14.9840411Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:14.9841431Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9842461Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:14.9843037Z | |
2024-02-29T10:08:14.9843928Z Goroutine 159335 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:14.9844707Z goroutine 159335 [chan receive]: | |
2024-02-29T10:08:14.9845395Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc03d395380?) | |
2024-02-29T10:08:14.9846586Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:14.9847560Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9848731Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:14.9849301Z | |
2024-02-29T10:08:14.9849963Z Goroutine 159311 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:14.9850718Z goroutine 159311 [chan receive]: | |
2024-02-29T10:08:14.9851350Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x1) | |
2024-02-29T10:08:14.9852390Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:14.9853332Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9854335Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:14.9854891Z | |
2024-02-29T10:08:14.9855395Z Goroutine 159855 in state select, with golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop on top of the stack: | |
2024-02-29T10:08:14.9856061Z goroutine 159855 [select]: | |
2024-02-29T10:08:14.9856528Z golang.org/x/crypto/ssh.(*handshakeTransport).kexLoop(0xc081138b60) | |
2024-02-29T10:08:14.9857574Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:293 +0x53a | |
2024-02-29T10:08:14.9858398Z created by golang.org/x/crypto/ssh.newClientTransport in goroutine 157139 | |
2024-02-29T10:08:14.9859220Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:156 +0x25b | |
2024-02-29T10:08:14.9859628Z | |
2024-02-29T10:08:14.9860307Z Goroutine 159305 in state select, with github.com/tailscale/wireguard-go/ratelimiter.(*Ratelimiter).Init.func1 on top of the stack: | |
2024-02-29T10:08:14.9861047Z goroutine 159305 [select]: | |
2024-02-29T10:08:14.9861590Z github.com/tailscale/wireguard-go/ratelimiter.(*Ratelimiter).Init.func1() | |
2024-02-29T10:08:14.9862635Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/ratelimiter/ratelimiter.go:68 +0x95 | |
2024-02-29T10:08:14.9864156Z created by github.com/tailscale/wireguard-go/ratelimiter.(*Ratelimiter).Init in goroutine 157139 | |
2024-02-29T10:08:14.9865233Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/ratelimiter/ratelimiter.go:64 +0x147 | |
2024-02-29T10:08:14.9867206Z | |
2024-02-29T10:08:14.9867739Z Goroutine 159354 in state chan receive, with tailscale.com/wgengine/magicsock.(*connBind).receiveDERP on top of the stack: | |
2024-02-29T10:08:14.9868447Z goroutine 159354 [chan receive]: | |
2024-02-29T10:08:14.9869311Z tailscale.com/wgengine/magicsock.(*connBind).receiveDERP(0xc072179e60, {0xc08c45e400, 0x80, 0x11e0937?}, {0xc064dc3000, 0x80, 0xc072179e01?}, {0xc047a6d000, 0x80, 0x80}) | |
2024-02-29T10:08:14.9870949Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/derp.go:639 +0x109 | |
2024-02-29T10:08:14.9872079Z github.com/tailscale/wireguard-go/device.(*Device).RoutineReceiveIncoming(0xc043f7d400, 0x80, 0xc060e74f40) | |
2024-02-29T10:08:14.9873209Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:111 +0x3a8 | |
2024-02-29T10:08:14.9874228Z created by github.com/tailscale/wireguard-go/device.(*Device).BindUpdate in goroutine 157139 | |
2024-02-29T10:08:14.9875290Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:532 +0x4ad | |
2024-02-29T10:08:14.9875870Z | |
2024-02-29T10:08:14.9876530Z Goroutine 159347 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:14.9877288Z goroutine 159347 [chan receive]: | |
2024-02-29T10:08:14.9877968Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc001aae000?) | |
2024-02-29T10:08:14.9879121Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:14.9880079Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9881091Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:14.9881662Z | |
2024-02-29T10:08:14.9882045Z Goroutine 159363 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:14.9882626Z goroutine 159363 [select]: | |
2024-02-29T10:08:14.9882964Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:14.9883781Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:14.9884624Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f968, 0x1, 0x2f?) | |
2024-02-29T10:08:14.9885609Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:14.9886454Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xef8ebb?, 0x90?, 0x2f?) | |
2024-02-29T10:08:14.9887408Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:14.9888154Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:14.9888982Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:14.9889901Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f950, 0xc01ce2e1c0?) | |
2024-02-29T10:08:14.9891097Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:14.9892112Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:14.9893255Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:14.9893900Z | |
2024-02-29T10:08:14.9894261Z Goroutine 159307 in state semacquire, with sync.runtime_Semacquire on top of the stack: | |
2024-02-29T10:08:14.9894825Z goroutine 159307 [semacquire]: | |
2024-02-29T10:08:14.9895178Z sync.runtime_Semacquire(0xc00a211fd0?) | |
2024-02-29T10:08:14.9895680Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:62 +0x25 | |
2024-02-29T10:08:14.9896146Z sync.(*WaitGroup).Wait(0x0?) | |
2024-02-29T10:08:14.9896615Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/waitgroup.go:116 +0x48 | |
2024-02-29T10:08:14.9897293Z github.com/tailscale/wireguard-go/device.newOutboundQueue.func1() | |
2024-02-29T10:08:14.9898264Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:32 +0x25 | |
2024-02-29T10:08:14.9899261Z created by github.com/tailscale/wireguard-go/device.newOutboundQueue in goroutine 157139 | |
2024-02-29T10:08:14.9900299Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:31 +0xa8 | |
2024-02-29T10:08:14.9900882Z | |
2024-02-29T10:08:14.9901546Z Goroutine 159344 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:14.9902307Z goroutine 159344 [chan receive]: | |
2024-02-29T10:08:14.9902970Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc001aae140?) | |
2024-02-29T10:08:14.9904674Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:14.9907141Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9908158Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:14.9908728Z | |
2024-02-29T10:08:14.9909186Z Goroutine 161417 in state chan receive, with golang.org/x/crypto/ssh.(*mux).SendRequest on top of the stack: | |
2024-02-29T10:08:14.9909913Z goroutine 161417 [chan receive]: | |
2024-02-29T10:08:14.9910642Z golang.org/x/crypto/ssh.(*mux).SendRequest(0xc096e1ed20, {0x344015a?, 0xc046c36ed8?}, 0x1, {0xc04db7da00?, 0x2d3f960?, 0xc046c36e01?}) | |
2024-02-29T10:08:14.9911531Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/mux.go:158 +0x2c5 | |
2024-02-29T10:08:14.9912143Z golang.org/x/crypto/ssh.(*unixListener).Close(0xc0857b5b80) | |
2024-02-29T10:08:14.9912803Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/streamlocal.go:103 +0x117 | |
2024-02-29T10:08:14.9913596Z github.com/coder/coder/v2/cli.(*closerStack).close(0xc0229eda40, {0x43da180?, 0xc07707a6f0?}) | |
2024-02-29T10:08:14.9914376Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:904 +0x2af | |
2024-02-29T10:08:14.9914946Z github.com/coder/coder/v2/cli.(*RootCmd).ssh.func1.4.1() | |
2024-02-29T10:08:14.9915568Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:284 +0x7d | |
2024-02-29T10:08:14.9916117Z github.com/coder/coder/v2/cli.watchAndClose.func1() | |
2024-02-29T10:08:14.9916747Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:497 +0x46 | |
2024-02-29T10:08:14.9917710Z github.com/coder/coder/v2/cli.watchAndClose({_, _}, _, {{0xc059867980, 0x1, 0x1}, 0x0, {0xc059867990, 0x1, 0x1}, ...}, ...) | |
2024-02-29T10:08:14.9918879Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:523 +0x6bc | |
2024-02-29T10:08:14.9919440Z github.com/coder/coder/v2/cli.(*RootCmd).ssh.func1.4() | |
2024-02-29T10:08:14.9920041Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:281 +0x105 | |
2024-02-29T10:08:14.9920705Z created by github.com/coder/coder/v2/cli.(*RootCmd).ssh.func1 in goroutine 157139 | |
2024-02-29T10:08:14.9921576Z /home/runner/actions-runner/_work/coder/coder/cli/ssh.go:279 +0x1c30 | |
2024-02-29T10:08:14.9922259Z | |
2024-02-29T10:08:14.9922667Z Goroutine 159372 in state select, with github.com/coder/retry.(*Retrier).Wait on top of the stack: | |
2024-02-29T10:08:14.9923276Z goroutine 159372 [select]: | |
2024-02-29T10:08:14.9923775Z github.com/coder/retry.(*Retrier).Wait(0xc0067abea0, {0x4408040, 0xc0265b3e00}) | |
2024-02-29T10:08:14.9924489Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/retrier.go:68 +0x136 | |
2024-02-29T10:08:14.9925185Z github.com/coder/coder/v2/codersdk.(*tailnetAPIConnector).run(0xc0407027e0) | |
2024-02-29T10:08:14.9926018Z /home/runner/actions-runner/_work/coder/coder/codersdk/workspaceagents.go:437 +0xe5 | |
2024-02-29T10:08:14.9927200Z created by github.com/coder/coder/v2/codersdk.runTailnetAPIConnector in goroutine 157139 | |
2024-02-29T10:08:14.9928092Z /home/runner/actions-runner/_work/coder/coder/codersdk/workspaceagents.go:419 +0x2c5 | |
2024-02-29T10:08:14.9928535Z | |
2024-02-29T10:08:14.9929216Z Goroutine 159337 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:14.9929982Z goroutine 159337 [chan receive]: | |
2024-02-29T10:08:14.9930651Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0xc01ce2f180?) | |
2024-02-29T10:08:14.9931725Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:14.9932662Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9933667Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:14.9934230Z | |
2024-02-29T10:08:14.9934878Z Goroutine 159332 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:14.9935627Z goroutine 159332 [chan receive]: | |
2024-02-29T10:08:14.9936289Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0x334e0f1?) | |
2024-02-29T10:08:14.9937351Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:14.9938296Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9939367Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:14.9939927Z | |
2024-02-29T10:08:14.9940456Z Goroutine 159370 in state select, with gvisor.dev/gvisor/pkg/tcpip/link/channel.(*queue).ReadContext on top of the stack: | |
2024-02-29T10:08:14.9941161Z goroutine 159370 [select]: | |
2024-02-29T10:08:14.9941609Z gvisor.dev/gvisor/pkg/tcpip/link/channel.(*queue).ReadContext(...) | |
2024-02-29T10:08:14.9942583Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/link/channel/channel.go:71 | |
2024-02-29T10:08:14.9943914Z gvisor.dev/gvisor/pkg/tcpip/link/channel.(*Endpoint).ReadContext(0xc04373c840?, {0x4408040?, 0xc0265b3c20?}) | |
2024-02-29T10:08:14.9945051Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/link/channel/channel.go:177 +0x85 | |
2024-02-29T10:08:14.9947178Z tailscale.com/wgengine/netstack.(*Impl).inject(0xc043473980) | |
2024-02-29T10:08:14.9948158Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/netstack/netstack.go:475 +0x45 | |
2024-02-29T10:08:14.9949063Z created by tailscale.com/wgengine/netstack.(*Impl).Start in goroutine 157139 | |
2024-02-29T10:08:14.9950102Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/netstack/netstack.go:266 +0x356 | |
2024-02-29T10:08:14.9950721Z | |
2024-02-29T10:08:14.9951245Z Goroutine 161429 in state chan receive, with golang.org/x/crypto/ssh.(*handshakeTransport).readPacket on top of the stack: | |
2024-02-29T10:08:14.9951952Z goroutine 161429 [chan receive]: | |
2024-02-29T10:08:14.9952525Z golang.org/x/crypto/ssh.(*handshakeTransport).readPacket(0xc081138b60) | |
2024-02-29T10:08:14.9953232Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:209 +0x36 | |
2024-02-29T10:08:14.9953838Z golang.org/x/crypto/ssh.(*mux).onePacket(0xc096e1ed20) | |
2024-02-29T10:08:14.9954441Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/mux.go:215 +0x2a | |
2024-02-29T10:08:14.9954999Z golang.org/x/crypto/ssh.(*mux).loop(0xc096e1ed20) | |
2024-02-29T10:08:14.9955569Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/mux.go:190 +0x25 | |
2024-02-29T10:08:14.9956180Z created by golang.org/x/crypto/ssh.newMux in goroutine 157139 | |
2024-02-29T10:08:14.9956808Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/mux.go:128 +0x178 | |
2024-02-29T10:08:14.9957202Z | |
2024-02-29T10:08:14.9957557Z Goroutine 159306 in state semacquire, with sync.runtime_Semacquire on top of the stack: | |
2024-02-29T10:08:14.9958119Z goroutine 159306 [semacquire]: | |
2024-02-29T10:08:14.9958476Z sync.runtime_Semacquire(0xc034af8fd0?) | |
2024-02-29T10:08:14.9958977Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:62 +0x25 | |
2024-02-29T10:08:14.9959449Z sync.(*WaitGroup).Wait(0x4408040?) | |
2024-02-29T10:08:14.9959940Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/waitgroup.go:116 +0x48 | |
2024-02-29T10:08:14.9960616Z github.com/tailscale/wireguard-go/device.newHandshakeQueue.func1() | |
2024-02-29T10:08:14.9961937Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:68 +0x25 | |
2024-02-29T10:08:14.9963050Z created by github.com/tailscale/wireguard-go/device.newHandshakeQueue in goroutine 157139 | |
2024-02-29T10:08:14.9964104Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:67 +0xa8 | |
2024-02-29T10:08:14.9964683Z | |
2024-02-29T10:08:14.9965340Z Goroutine 159336 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:14.9966098Z goroutine 159336 [chan receive]: | |
2024-02-29T10:08:14.9966726Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x4) | |
2024-02-29T10:08:14.9967768Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:14.9968729Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9969827Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:14.9970378Z | |
2024-02-29T10:08:14.9971021Z Goroutine 159333 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:14.9971752Z goroutine 159333 [chan receive]: | |
2024-02-29T10:08:14.9972356Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x3) | |
2024-02-29T10:08:14.9973368Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:14.9974293Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:14.9975265Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:14.9975818Z | |
2024-02-29T10:08:14.9976229Z Goroutine 159367 in state sync.Cond.Wait, with sync.runtime_notifyListWait on top of the stack: | |
2024-02-29T10:08:14.9976835Z goroutine 159367 [sync.Cond.Wait]: | |
2024-02-29T10:08:14.9977232Z sync.runtime_notifyListWait(0xc04373cb10, 0x5) | |
2024-02-29T10:08:14.9977771Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:527 +0x159 | |
2024-02-29T10:08:14.9978248Z sync.(*Cond).Wait(0xc059867980?) | |
2024-02-29T10:08:14.9978702Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/cond.go:70 +0x85 | |
2024-02-29T10:08:14.9979322Z github.com/coder/coder/v2/tailnet.(*nodeUpdater).updateLoop(0xc04373cb00) | |
2024-02-29T10:08:14.9980062Z /home/runner/actions-runner/_work/coder/coder/tailnet/node.go:54 +0x434 | |
2024-02-29T10:08:14.9980829Z created by github.com/coder/coder/v2/tailnet.newNodeUpdater in goroutine 157139 | |
2024-02-29T10:08:14.9981629Z /home/runner/actions-runner/_work/coder/coder/tailnet/node.go:111 +0x1cf | |
2024-02-29T10:08:14.9982059Z | |
2024-02-29T10:08:14.9982441Z Goroutine 159360 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:14.9983032Z goroutine 159360 [select]: | |
2024-02-29T10:08:14.9983369Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:14.9984508Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:14.9985357Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f7b8, 0x1, 0x17?) | |
2024-02-29T10:08:14.9987782Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:14.9988632Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xc0033474d8?, 0x1?, 0x0?) | |
2024-02-29T10:08:14.9989584Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:14.9990318Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:14.9991208Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:14.9992135Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f7a0, 0xc001aae3c0?) | |
2024-02-29T10:08:14.9993269Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:14.9994292Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:14.9995439Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:14.9996093Z | |
2024-02-29T10:08:14.9996781Z Goroutine 159330 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:14.9997532Z goroutine 159330 [chan receive]: | |
2024-02-29T10:08:14.9998154Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x2) | |
2024-02-29T10:08:14.9999195Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:15.0000235Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0001237Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:15.0001802Z | |
2024-02-29T10:08:15.0002466Z Goroutine 159338 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:15.0003214Z goroutine 159338 [chan receive]: | |
2024-02-29T10:08:15.0003890Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc04646b860?) | |
2024-02-29T10:08:15.0005264Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:15.0006381Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0007383Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:15.0007959Z | |
2024-02-29T10:08:15.0008617Z Goroutine 159334 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0009360Z goroutine 159334 [chan receive]: | |
2024-02-29T10:08:15.0010025Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0xc03d395380?) | |
2024-02-29T10:08:15.0012168Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0013576Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0014574Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0015144Z | |
2024-02-29T10:08:15.0015496Z Goroutine 159308 in state semacquire, with sync.runtime_Semacquire on top of the stack: | |
2024-02-29T10:08:15.0016063Z goroutine 159308 [semacquire]: | |
2024-02-29T10:08:15.0016420Z sync.runtime_Semacquire(0xc008a877d0?) | |
2024-02-29T10:08:15.0016916Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:62 +0x25 | |
2024-02-29T10:08:15.0017392Z sync.(*WaitGroup).Wait(0x4408040?) | |
2024-02-29T10:08:15.0017884Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/waitgroup.go:116 +0x48 | |
2024-02-29T10:08:15.0018546Z github.com/tailscale/wireguard-go/device.newInboundQueue.func1() | |
2024-02-29T10:08:15.0019479Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:50 +0x25 | |
2024-02-29T10:08:15.0020462Z created by github.com/tailscale/wireguard-go/device.newInboundQueue in goroutine 157139 | |
2024-02-29T10:08:15.0021499Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/channels.go:49 +0xa8 | |
2024-02-29T10:08:15.0022067Z | |
2024-02-29T10:08:15.0022795Z Goroutine 159345 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:15.0023479Z goroutine 159345 [chan receive]: | |
2024-02-29T10:08:15.0024563Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x7) | |
2024-02-29T10:08:15.0027139Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:15.0028458Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0029459Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:15.0030018Z | |
2024-02-29T10:08:15.0030460Z Goroutine 159303 in state chan receive, with tailscale.com/net/tstun.(*fakeTUN).Read on top of the stack: | |
2024-02-29T10:08:15.0031086Z goroutine 159303 [chan receive]: | |
2024-02-29T10:08:15.0031824Z tailscale.com/net/tstun.(*fakeTUN).Read(0xc0346d37a8?, {0xc03937c840?, 0xc038db74a0?, 0xc03937c840?}, {0xc096ebcd20?, 0x0?, 0x0?}, 0x0?) | |
2024-02-29T10:08:15.0033171Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/fake.go:37 +0x19 | |
2024-02-29T10:08:15.0033950Z tailscale.com/net/tstun.(*Wrapper).pollVector(0xc04373c840) | |
2024-02-29T10:08:15.0034854Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/wrap.go:416 +0x2c8 | |
2024-02-29T10:08:15.0035622Z created by tailscale.com/net/tstun.wrap in goroutine 157139 | |
2024-02-29T10:08:15.0036504Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/wrap.go:251 +0x325 | |
2024-02-29T10:08:15.0037068Z | |
2024-02-29T10:08:15.0037586Z Goroutine 159583 in state select, with tailscale.com/wgengine/magicsock.(*Conn).runDerpWriter on top of the stack: | |
2024-02-29T10:08:15.0038215Z goroutine 159583 [select]: | |
2024-02-29T10:08:15.0039015Z tailscale.com/wgengine/magicsock.(*Conn).runDerpWriter(0xc03e00bc00, {0x4408040, 0xc05a81db30}, 0x0?, 0xc095d3be60, 0xc000012090?, 0xc0390f35c0) | |
2024-02-29T10:08:15.0040277Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/derp.go:620 +0x192 | |
2024-02-29T10:08:15.0041232Z created by tailscale.com/wgengine/magicsock.(*Conn).derpWriteChanOfAddr in goroutine 159404 | |
2024-02-29T10:08:15.0042353Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/derp.go:399 +0x112e | |
2024-02-29T10:08:15.0043019Z | |
2024-02-29T10:08:15.0043562Z Goroutine 161460 in state chan receive, with golang.org/x/crypto/ssh.(*unixListener).Accept on top of the stack: | |
2024-02-29T10:08:15.0044190Z goroutine 161460 [chan receive]: | |
2024-02-29T10:08:15.0044676Z golang.org/x/crypto/ssh.(*unixListener).Accept(0xc085b2eb80) | |
2024-02-29T10:08:15.0045699Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/streamlocal.go:73 +0x34 | |
2024-02-29T10:08:15.0046592Z github.com/coder/coder/v2/cli.sshRemoteForward.func1() | |
2024-02-29T10:08:15.0047306Z /home/runner/actions-runner/_work/coder/coder/cli/remoteforward.go:115 +0x82 | |
2024-02-29T10:08:15.0048026Z created by github.com/coder/coder/v2/cli.sshRemoteForward in goroutine 157139 | |
2024-02-29T10:08:15.0048819Z /home/runner/actions-runner/_work/coder/coder/cli/remoteforward.go:113 +0x23b | |
2024-02-29T10:08:15.0049227Z | |
2024-02-29T10:08:15.0049594Z Goroutine 159353 in state IO wait, with internal/poll.runtime_pollWait on top of the stack: | |
2024-02-29T10:08:15.0050166Z goroutine 159353 [IO wait]: | |
2024-02-29T10:08:15.0050558Z internal/poll.runtime_pollWait(0x7f51f4971518, 0x72) | |
2024-02-29T10:08:15.0051136Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/netpoll.go:343 +0x85 | |
2024-02-29T10:08:15.0051706Z internal/poll.(*pollDesc).wait(0xc03f3fb300?, 0x6f?, 0x0) | |
2024-02-29T10:08:15.0052355Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 | |
2024-02-29T10:08:15.0052912Z internal/poll.(*pollDesc).waitRead(...) | |
2024-02-29T10:08:15.0053482Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:89 | |
2024-02-29T10:08:15.0054053Z internal/poll.(*FD).RawRead(0xc03f3fb300, 0xc01d1d5d50) | |
2024-02-29T10:08:15.0054640Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_unix.go:708 +0x12a | |
2024-02-29T10:08:15.0055195Z net.(*rawConn).Read(0xc00b4a3d30, 0xc01df2d280?) | |
2024-02-29T10:08:15.0055712Z /opt/hostedtoolcache/go/1.21.5/x64/src/net/rawconn.go:44 +0x36 | |
2024-02-29T10:08:15.0056631Z golang.org/x/net/internal/socket.(*syscaller).recvmmsg(0xc03dab0af8, {0x4401e10?, 0xc00b4a3d30?}, {0xc01df2d280?, 0x3f00b20?, 0x0?}, 0xc032447a08?) | |
2024-02-29T10:08:15.0057674Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/mmsghdr_unix.go:120 +0x7d | |
2024-02-29T10:08:15.0058531Z golang.org/x/net/internal/socket.(*Conn).recvMsgs(0xc04ea41420, {0xc065215b50?, 0x2, 0x2}, 0x4127e5?) | |
2024-02-29T10:08:15.0059389Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/rawconn_mmsg.go:24 +0x170 | |
2024-02-29T10:08:15.0060039Z golang.org/x/net/internal/socket.(*Conn).RecvMsgs(...) | |
2024-02-29T10:08:15.0060762Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/socket.go:267 | |
2024-02-29T10:08:15.0061597Z golang.org/x/net/ipv6.(*payloadHandler).ReadBatch(0xc0265b3960, {0xc065215b50?, 0xc032447a98?, 0x412b65?}, 0x18?) | |
2024-02-29T10:08:15.0062411Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ipv6/batch.go:71 +0x57 | |
2024-02-29T10:08:15.0063226Z tailscale.com/wgengine/magicsock.(*batchingUDPConn).ReadBatch(0xc08a19fe60, {0xc065213000?, 0x80, 0x80}, 0x0?) | |
2024-02-29T10:08:15.0064862Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/magicsock.go:2532 +0x88 | |
2024-02-29T10:08:15.0067455Z tailscale.com/wgengine/magicsock.(*RebindingUDPConn).ReadBatch(0xc03e00bc88, {0xc065213000, 0x80, 0x80}, 0x412ae5?) | |
2024-02-29T10:08:15.0069005Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/rebinding_conn.go:113 +0x89 | |
2024-02-29T10:08:15.0070390Z tailscale.com/wgengine/magicsock.(*connBind).Open.(*Conn).receiveIPv6.(*Conn).mkReceiveFunc.func2({0xc08ad9d000?, 0x80, 0x80?}, {0xc05ef41400, 0x80, 0x30c3d00?}, {0xc03f42d000, 0x80, 0x450510?}) | |
2024-02-29T10:08:15.0071866Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/magicsock.go:1222 +0x225 | |
2024-02-29T10:08:15.0073013Z github.com/tailscale/wireguard-go/device.(*Device).RoutineReceiveIncoming(0xc043f7d400, 0x80, 0xc047eb49f0) | |
2024-02-29T10:08:15.0074134Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:111 +0x3a8 | |
2024-02-29T10:08:15.0075213Z created by github.com/tailscale/wireguard-go/device.(*Device).BindUpdate in goroutine 157139 | |
2024-02-29T10:08:15.0076255Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:532 +0x4ad | |
2024-02-29T10:08:15.0076822Z | |
2024-02-29T10:08:15.0077323Z Goroutine 159854 in state select, with gvisor.dev/gvisor/pkg/tcpip/adapters/gonet.commonRead on top of the stack: | |
2024-02-29T10:08:15.0078002Z goroutine 159854 [select]: | |
2024-02-29T10:08:15.0078874Z gvisor.dev/gvisor/pkg/tcpip/adapters/gonet.commonRead({0xc03e124000, 0x1000, 0x1000}, {0x4433258, 0xc03d468000}, 0xc04eb258f0, 0xc08604a660, 0x0, {0x43dd680, 0xc0967c08a0}) | |
2024-02-29T10:08:15.0080271Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/adapters/gonet/gonet.go:322 +0x69f | |
2024-02-29T10:08:15.0081307Z gvisor.dev/gvisor/pkg/tcpip/adapters/gonet.(*TCPConn).Read(0xc0967c08a0, {0xc03e124000, 0x1000, 0x1000}) | |
2024-02-29T10:08:15.0082865Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/adapters/gonet/gonet.go:351 +0x10c | |
2024-02-29T10:08:15.0083738Z bufio.(*Reader).Read(0xc09048f200, {0xc0836b9f50, 0x4, 0xc09541d800?}) | |
2024-02-29T10:08:15.0084356Z /opt/hostedtoolcache/go/1.21.5/x64/src/bufio/bufio.go:244 +0x197 | |
2024-02-29T10:08:15.0084969Z io.ReadAtLeast({0x43d9d00, 0xc09048f200}, {0xc0836b9f50, 0x4, 0x4}, 0x4) | |
2024-02-29T10:08:15.0085567Z /opt/hostedtoolcache/go/1.21.5/x64/src/io/io.go:335 +0x90 | |
2024-02-29T10:08:15.0086000Z io.ReadFull(...) | |
2024-02-29T10:08:15.0086358Z /opt/hostedtoolcache/go/1.21.5/x64/src/io/io.go:354 | |
2024-02-29T10:08:15.0087036Z golang.org/x/crypto/ssh.(*gcmCipher).readCipherPacket(0xc0836b9f40, 0x0?, {0x43d9d00, 0xc09048f200}) | |
2024-02-29T10:08:15.0087847Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/cipher.go:373 +0x56 | |
2024-02-29T10:08:15.0088570Z golang.org/x/crypto/ssh.(*connectionState).readPacket(0xc089deafc0, 0x2d89b00?, 0x1) | |
2024-02-29T10:08:15.0089320Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/transport.go:147 +0x42 | |
2024-02-29T10:08:15.0089967Z golang.org/x/crypto/ssh.(*transport).readPacket(0xc089deafc0) | |
2024-02-29T10:08:15.0090620Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/transport.go:130 +0x2b | |
2024-02-29T10:08:15.0091370Z golang.org/x/crypto/ssh.(*handshakeTransport).readOnePacket(0xc081138b60, 0x0) | |
2024-02-29T10:08:15.0092081Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:400 +0x37 | |
2024-02-29T10:08:15.0092834Z golang.org/x/crypto/ssh.(*handshakeTransport).readLoop(0xc081138b60) | |
2024-02-29T10:08:15.0093504Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:219 +0x2a | |
2024-02-29T10:08:15.0094206Z created by golang.org/x/crypto/ssh.newClientTransport in goroutine 157139 | |
2024-02-29T10:08:15.0094929Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/handshake.go:155 +0x21f | |
2024-02-29T10:08:15.0095342Z | |
2024-02-29T10:08:15.0095850Z Goroutine 161431 in state chan receive, with golang.org/x/crypto/ssh.(*Client).handleChannelOpens on top of the stack: | |
2024-02-29T10:08:15.0096545Z goroutine 161431 [chan receive]: | |
2024-02-29T10:08:15.0097072Z golang.org/x/crypto/ssh.(*Client).handleChannelOpens(0xc096f47db0, 0xc090de7630?) | |
2024-02-29T10:08:15.0097791Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:151 +0x45 | |
2024-02-29T10:08:15.0098427Z created by golang.org/x/crypto/ssh.NewClient in goroutine 157139 | |
2024-02-29T10:08:15.0099093Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:60 +0x125 | |
2024-02-29T10:08:15.0099490Z | |
2024-02-29T10:08:15.0099927Z Goroutine 159356 in state select, with tailscale.com/net/netmon.(*Monitor).debounce on top of the stack: | |
2024-02-29T10:08:15.0100548Z goroutine 159356 [select]: | |
2024-02-29T10:08:15.0100944Z tailscale.com/net/netmon.(*Monitor).debounce(0xc043473500) | |
2024-02-29T10:08:15.0101885Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/netmon/netmon.go:291 +0xc7 | |
2024-02-29T10:08:15.0102749Z created by tailscale.com/net/netmon.(*Monitor).Start in goroutine 157139 | |
2024-02-29T10:08:15.0104297Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/netmon/netmon.go:191 +0x1b6 | |
2024-02-29T10:08:15.0104821Z | |
2024-02-29T10:08:15.0105209Z Goroutine 159364 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0107580Z goroutine 159364 [select]: | |
2024-02-29T10:08:15.0108069Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0109005Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0109847Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f9f8, 0x1, 0xbf?) | |
2024-02-29T10:08:15.0110840Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0111724Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xef8ebb?, 0x90?, 0xbf?) | |
2024-02-29T10:08:15.0112691Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0113439Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0114281Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0115197Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f9e0, 0xc01965c000?) | |
2024-02-29T10:08:15.0116328Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0117341Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0118479Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0119121Z | |
2024-02-29T10:08:15.0119813Z Goroutine 159350 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineTUNEventReader on top of the stack: | |
2024-02-29T10:08:15.0120745Z goroutine 159350 [chan receive]: | |
2024-02-29T10:08:15.0121565Z github.com/tailscale/wireguard-go/device.(*Device).RoutineTUNEventReader(0xc043f7d400) | |
2024-02-29T10:08:15.0122595Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/tun.go:19 +0x79 | |
2024-02-29T10:08:15.0123661Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0124658Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:323 +0x4c8 | |
2024-02-29T10:08:15.0125229Z | |
2024-02-29T10:08:15.0125743Z Goroutine 161419 in state chan receive, with golang.org/x/crypto/ssh.(*forwardList).handleChannels on top of the stack: | |
2024-02-29T10:08:15.0126436Z goroutine 161419 [chan receive]: | |
2024-02-29T10:08:15.0126957Z golang.org/x/crypto/ssh.(*forwardList).handleChannels(0xee1147?, 0xc081a56730?) | |
2024-02-29T10:08:15.0127674Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/tcpip.go:196 +0x45 | |
2024-02-29T10:08:15.0128371Z created by golang.org/x/crypto/ssh.(*Client).handleForwards in goroutine 157139 | |
2024-02-29T10:08:15.0129096Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/tcpip.go:99 +0xee | |
2024-02-29T10:08:15.0129494Z | |
2024-02-29T10:08:15.0130156Z Goroutine 159342 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:15.0130912Z goroutine 159342 [chan receive]: | |
2024-02-29T10:08:15.0131531Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x6) | |
2024-02-29T10:08:15.0132571Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:15.0133542Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0134552Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:15.0135132Z | |
2024-02-29T10:08:15.0135876Z Goroutine 159340 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0136631Z goroutine 159340 [chan receive]: | |
2024-02-29T10:08:15.0137287Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0x3391858?) | |
2024-02-29T10:08:15.0138338Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0139282Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0140284Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0140848Z | |
2024-02-29T10:08:15.0141265Z Goroutine 242095 in state select, with github.com/mdlayher/socket.rwT[...].func2 on top of the stack: | |
2024-02-29T10:08:15.0141904Z goroutine 242095 [select]: | |
2024-02-29T10:08:15.0142259Z github.com/mdlayher/socket.rwT[...].func2() | |
2024-02-29T10:08:15.0142837Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:778 +0xb8 | |
2024-02-29T10:08:15.0143483Z created by github.com/mdlayher/socket.rwT[...] in goroutine 159355 | |
2024-02-29T10:08:15.0144541Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:775 +0x591 | |
2024-02-29T10:08:15.0144955Z | |
2024-02-29T10:08:15.0145348Z Goroutine 159366 in state sync.Cond.Wait, with sync.runtime_notifyListWait on top of the stack: | |
2024-02-29T10:08:15.0147864Z goroutine 159366 [sync.Cond.Wait]: | |
2024-02-29T10:08:15.0148377Z sync.runtime_notifyListWait(0xc01c86e110, 0x2) | |
2024-02-29T10:08:15.0148915Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:527 +0x159 | |
2024-02-29T10:08:15.0149396Z sync.(*Cond).Wait(0xc01c86e100?) | |
2024-02-29T10:08:15.0149848Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/cond.go:70 +0x85 | |
2024-02-29T10:08:15.0150460Z github.com/coder/coder/v2/tailnet.(*configMaps).configLoop(0xc01c86e100) | |
2024-02-29T10:08:15.0151253Z /home/runner/actions-runner/_work/coder/coder/tailnet/configmaps.go:137 +0x41d | |
2024-02-29T10:08:15.0151968Z created by github.com/coder/coder/v2/tailnet.newConfigMaps in goroutine 157139 | |
2024-02-29T10:08:15.0152744Z /home/runner/actions-runner/_work/coder/coder/tailnet/configmaps.go:121 +0x64e | |
2024-02-29T10:08:15.0153132Z | |
2024-02-29T10:08:15.0153513Z Goroutine 159355 in state IO wait, with internal/poll.runtime_pollWait on top of the stack: | |
2024-02-29T10:08:15.0154155Z goroutine 159355 [IO wait]: | |
2024-02-29T10:08:15.0154542Z internal/poll.runtime_pollWait(0x7f5208eaf850, 0x72) | |
2024-02-29T10:08:15.0155114Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/netpoll.go:343 +0x85 | |
2024-02-29T10:08:15.0155711Z internal/poll.(*pollDesc).wait(0xc08a19fc80?, 0xc019e53538?, 0x1) | |
2024-02-29T10:08:15.0156381Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 | |
2024-02-29T10:08:15.0156934Z internal/poll.(*pollDesc).waitRead(...) | |
2024-02-29T10:08:15.0157485Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:89 | |
2024-02-29T10:08:15.0158070Z internal/poll.(*FD).RawRead(0xc08a19fc80, 0xc0a9f789b0) | |
2024-02-29T10:08:15.0158662Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_unix.go:708 +0x12a | |
2024-02-29T10:08:15.0159197Z os.(*rawConn).Read(0xc00b4a3c60, 0xde9b01?) | |
2024-02-29T10:08:15.0159681Z /opt/hostedtoolcache/go/1.21.5/x64/src/os/rawconn.go:31 +0x4a | |
2024-02-29T10:08:15.0160430Z github.com/mdlayher/socket.rwT[...](0xc05477c480, {{0x4407d68, 0x5feea00}, 0x0, {0x336314b, 0x7}, 0xc05ef0e7c0}) | |
2024-02-29T10:08:15.0161257Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:795 +0x689 | |
2024-02-29T10:08:15.0162100Z github.com/mdlayher/socket.readT[...](0xc019e53868?, {0x4407d68?, 0x5feea00?}, {0x336314b?, 0x41293d?}, 0x7f525a4dd878?) | |
2024-02-29T10:08:15.0162939Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:666 +0xb2 | |
2024-02-29T10:08:15.0164235Z github.com/mdlayher/socket.(*Conn).Recvmsg(0xc05477c480, {0x4407d68, 0x5feea00}, {0xc05ef48000, 0x1000, 0x1000}, {0x0, 0x0, 0x0}, 0x2) | |
2024-02-29T10:08:15.0165246Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:572 +0x154 | |
2024-02-29T10:08:15.0165883Z github.com/mdlayher/netlink.(*conn).Receive(0xc00b4a3c68) | |
2024-02-29T10:08:15.0166571Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn_linux.go:130 +0xb6 | |
2024-02-29T10:08:15.0167233Z github.com/mdlayher/netlink.(*Conn).receive(0xc05477c4c0) | |
2024-02-29T10:08:15.0167870Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:279 +0x62 | |
2024-02-29T10:08:15.0168524Z github.com/mdlayher/netlink.(*Conn).lockedReceive(0xc05477c4c0) | |
2024-02-29T10:08:15.0169198Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:238 +0x27 | |
2024-02-29T10:08:15.0169802Z github.com/mdlayher/netlink.(*Conn).Receive(0x2e79ea0?) | |
2024-02-29T10:08:15.0170435Z /home/runner/go/pkg/mod/github.com/mdlayher/[email protected]/conn.go:231 +0x8d | |
2024-02-29T10:08:15.0171051Z tailscale.com/net/netmon.(*nlConn).Receive(0xc039275c50) | |
2024-02-29T10:08:15.0172046Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/netmon/netmon_linux.go:72 +0x38 | |
2024-02-29T10:08:15.0172872Z tailscale.com/net/netmon.(*Monitor).pump(0xc043473500) | |
2024-02-29T10:08:15.0173794Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/netmon/netmon.go:250 +0x82 | |
2024-02-29T10:08:15.0174685Z created by tailscale.com/net/netmon.(*Monitor).Start in goroutine 157139 | |
2024-02-29T10:08:15.0175699Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/netmon/netmon.go:190 +0x179 | |
2024-02-29T10:08:15.0176307Z | |
2024-02-29T10:08:15.0176995Z Goroutine 159313 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:15.0177780Z goroutine 159313 [chan receive]: | |
2024-02-29T10:08:15.0178430Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0x0?) | |
2024-02-29T10:08:15.0179518Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:15.0180509Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0181558Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:15.0182213Z | |
2024-02-29T10:08:15.0182661Z Goroutine 159349 in state chan receive, with tailscale.com/net/tstun.(*Wrapper).Read on top of the stack: | |
2024-02-29T10:08:15.0183300Z goroutine 159349 [chan receive]: | |
2024-02-29T10:08:15.0184370Z tailscale.com/net/tstun.(*Wrapper).Read(0xc04373c840, {0xc06774cc00, 0x80, 0x0?}, {0xc090238400, 0x80, 0xc008a34e08?}, 0x10) | |
2024-02-29T10:08:15.0187132Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/wrap.go:724 +0xaa | |
2024-02-29T10:08:15.0188506Z github.com/tailscale/wireguard-go/device.(*Device).RoutineReadFromTUN(0xc043f7d400) | |
2024-02-29T10:08:15.0189552Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:247 +0x2d7 | |
2024-02-29T10:08:15.0190531Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0191565Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:322 +0x48c | |
2024-02-29T10:08:15.0192152Z | |
2024-02-29T10:08:15.0192818Z Goroutine 159371 in state chan receive, with github.com/coder/coder/v2/codersdk.(*tailnetAPIConnector).manageGracefulTimeout on top of the stack: | |
2024-02-29T10:08:15.0193651Z goroutine 159371 [chan receive]: | |
2024-02-29T10:08:15.0194261Z github.com/coder/coder/v2/codersdk.(*tailnetAPIConnector).manageGracefulTimeout(0xc0407027e0) | |
2024-02-29T10:08:15.0195179Z /home/runner/actions-runner/_work/coder/coder/codersdk/workspaceagents.go:427 +0x4b | |
2024-02-29T10:08:15.0196007Z created by github.com/coder/coder/v2/codersdk.runTailnetAPIConnector in goroutine 157139 | |
2024-02-29T10:08:15.0196994Z /home/runner/actions-runner/_work/coder/coder/codersdk/workspaceagents.go:418 +0x285 | |
2024-02-29T10:08:15.0197448Z | |
2024-02-29T10:08:15.0198120Z Goroutine 159312 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0198896Z goroutine 159312 [chan receive]: | |
2024-02-29T10:08:15.0199572Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0xc080dec230?) | |
2024-02-29T10:08:15.0200657Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0201648Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0202676Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0203268Z | |
2024-02-29T10:08:15.0203666Z Goroutine 161432 in state sync.Cond.Wait, with sync.runtime_notifyListWait on top of the stack: | |
2024-02-29T10:08:15.0204296Z goroutine 161432 [sync.Cond.Wait]: | |
2024-02-29T10:08:15.0204705Z sync.runtime_notifyListWait(0xc081aa5410, 0x0) | |
2024-02-29T10:08:15.0205245Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/sema.go:527 +0x159 | |
2024-02-29T10:08:15.0205738Z sync.(*Cond).Wait(0xc04add1301?) | |
2024-02-29T10:08:15.0206207Z /opt/hostedtoolcache/go/1.21.5/x64/src/sync/cond.go:70 +0x85 | |
2024-02-29T10:08:15.0206712Z golang.org/x/crypto/ssh.(*mux).Wait(0xc096e1ed20) | |
2024-02-29T10:08:15.0207304Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/mux.go:110 +0x8e | |
2024-02-29T10:08:15.0207855Z golang.org/x/crypto/ssh.NewClient.func1() | |
2024-02-29T10:08:15.0208434Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:62 +0x28 | |
2024-02-29T10:08:15.0209081Z created by golang.org/x/crypto/ssh.NewClient in goroutine 157139 | |
2024-02-29T10:08:15.0209873Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:61 +0x165 | |
2024-02-29T10:08:15.0210486Z | |
2024-02-29T10:08:15.0210887Z Goroutine 159359 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0211479Z goroutine 159359 [select]: | |
2024-02-29T10:08:15.0211815Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0212659Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0213611Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f728, 0x1, 0xc7?) | |
2024-02-29T10:08:15.0214622Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0215481Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xef8ebb?, 0x90?, 0xc7?) | |
2024-02-29T10:08:15.0216465Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0217234Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0218094Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0219031Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f710, 0xc001aae3d0?) | |
2024-02-29T10:08:15.0220203Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0221288Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0222482Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0223150Z | |
2024-02-29T10:08:15.0224258Z Goroutine 159341 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:15.0225032Z goroutine 159341 [chan receive]: | |
2024-02-29T10:08:15.0227450Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc013e56e00?) | |
2024-02-29T10:08:15.0228995Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:15.0229974Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0231012Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:15.0231464Z | |
2024-02-29T10:08:15.0231685Z Goroutine 159352 in state IO wait, with internal/poll.runtime_pollWait on top of the stack: | |
2024-02-29T10:08:15.0232027Z goroutine 159352 [IO wait]: | |
2024-02-29T10:08:15.0232253Z internal/poll.runtime_pollWait(0x7f5208eaf660, 0x72) | |
2024-02-29T10:08:15.0232589Z /opt/hostedtoolcache/go/1.21.5/x64/src/runtime/netpoll.go:343 +0x85 | |
2024-02-29T10:08:15.0232931Z internal/poll.(*pollDesc).wait(0xc03f3fb400?, 0x0?, 0x0) | |
2024-02-29T10:08:15.0233308Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:84 +0x27 | |
2024-02-29T10:08:15.0233639Z internal/poll.(*pollDesc).waitRead(...) | |
2024-02-29T10:08:15.0233969Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_poll_runtime.go:89 | |
2024-02-29T10:08:15.0234317Z internal/poll.(*FD).RawRead(0xc03f3fb400, 0xc08f2ba880) | |
2024-02-29T10:08:15.0234673Z /opt/hostedtoolcache/go/1.21.5/x64/src/internal/poll/fd_unix.go:708 +0x12a | |
2024-02-29T10:08:15.0234998Z net.(*rawConn).Read(0xc00b4a3d80, 0xc07484a980?) | |
2024-02-29T10:08:15.0235304Z /opt/hostedtoolcache/go/1.21.5/x64/src/net/rawconn.go:44 +0x36 | |
2024-02-29T10:08:15.0235836Z golang.org/x/net/internal/socket.(*syscaller).recvmmsg(0xc08f291f38, {0x4401e10?, 0xc00b4a3d80?}, {0xc07484a980?, 0x3f00b20?, 0x0?}, 0xed8549?) | |
2024-02-29T10:08:15.0236448Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/mmsghdr_unix.go:120 +0x7d | |
2024-02-29T10:08:15.0236967Z golang.org/x/net/internal/socket.(*Conn).recvMsgs(0xc04ea41560, {0xc0395b4b50?, 0x2, 0x2}, 0xc043a9fa60?) | |
2024-02-29T10:08:15.0237502Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/rawconn_mmsg.go:24 +0x170 | |
2024-02-29T10:08:15.0237893Z golang.org/x/net/internal/socket.(*Conn).RecvMsgs(...) | |
2024-02-29T10:08:15.0238264Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/internal/socket/socket.go:267 | |
2024-02-29T10:08:15.0238754Z golang.org/x/net/ipv4.(*payloadHandler).ReadBatch(0xc0265b39b0, {0xc0395b4b50?, 0xc03e8aa000?, 0x0?}, 0x0?) | |
2024-02-29T10:08:15.0239275Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ipv4/batch.go:80 +0x57 | |
2024-02-29T10:08:15.0239771Z tailscale.com/wgengine/magicsock.(*batchingUDPConn).ReadBatch(0xc08a19ff20, {0xc0395b2000?, 0x80, 0x80}, 0x2ccaa00?) | |
2024-02-29T10:08:15.0240496Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/magicsock.go:2532 +0x88 | |
2024-02-29T10:08:15.0241136Z tailscale.com/wgengine/magicsock.(*RebindingUDPConn).ReadBatch(0xc03e00bc60, {0xc0395b2000, 0x80, 0x80}, 0x412ae5?) | |
2024-02-29T10:08:15.0241864Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/rebinding_conn.go:113 +0x89 | |
2024-02-29T10:08:15.0242693Z tailscale.com/wgengine/magicsock.(*connBind).Open.(*Conn).receiveIPv4.(*Conn).mkReceiveFunc.func1({0xc08ad9dc00?, 0x80, 0x80?}, {0xc05ef41c00, 0x80, 0x5f9c3c0?}, {0xc08a386000, 0x80, 0xc000094c00?}) | |
2024-02-29T10:08:15.0243813Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/magicsock.go:1222 +0x225 | |
2024-02-29T10:08:15.0244891Z github.com/tailscale/wireguard-go/device.(*Device).RoutineReceiveIncoming(0xc043f7d400, 0x80, 0xc047eb4990) | |
2024-02-29T10:08:15.0245718Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:111 +0x3a8 | |
2024-02-29T10:08:15.0246474Z created by github.com/tailscale/wireguard-go/device.(*Device).BindUpdate in goroutine 157139 | |
2024-02-29T10:08:15.0247258Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:532 +0x4ad | |
2024-02-29T10:08:15.0247607Z | |
2024-02-29T10:08:15.0247997Z Goroutine 161430 in state chan receive, with golang.org/x/crypto/ssh.(*Client).handleGlobalRequests on top of the stack: | |
2024-02-29T10:08:15.0248448Z goroutine 161430 [chan receive]: | |
2024-02-29T10:08:15.0248862Z golang.org/x/crypto/ssh.(*Client).handleGlobalRequests(0x4408008?, 0xc005a21860?) | |
2024-02-29T10:08:15.0249442Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:142 +0x4c | |
2024-02-29T10:08:15.0249829Z created by golang.org/x/crypto/ssh.NewClient in goroutine 157139 | |
2024-02-29T10:08:15.0250225Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/client.go:59 +0xd3 | |
2024-02-29T10:08:15.0250459Z | |
2024-02-29T10:08:15.0250764Z Goroutine 161418 in state chan receive, with golang.org/x/crypto/ssh.(*forwardList).handleChannels on top of the stack: | |
2024-02-29T10:08:15.0251175Z goroutine 161418 [chan receive]: | |
2024-02-29T10:08:15.0251630Z golang.org/x/crypto/ssh.(*forwardList).handleChannels(0xda3575c54c833596?, 0xc000f30370?) | |
2024-02-29T10:08:15.0252173Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/tcpip.go:196 +0x45 | |
2024-02-29T10:08:15.0252754Z created by golang.org/x/crypto/ssh.(*Client).handleForwards in goroutine 157139 | |
2024-02-29T10:08:15.0253282Z /home/runner/go/pkg/mod/golang.org/x/[email protected]/ssh/tcpip.go:98 +0x85 | |
2024-02-29T10:08:15.0253514Z | |
2024-02-29T10:08:15.0253743Z Goroutine 159365 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0254266Z goroutine 159365 [select]: | |
2024-02-29T10:08:15.0254544Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0255036Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0255534Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5fa88, 0x1, 0xc0?) | |
2024-02-29T10:08:15.0256335Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0256855Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xc003914750?, 0x1?, 0x47?) | |
2024-02-29T10:08:15.0257421Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0257865Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0258369Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0258967Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5fa70, 0xc0039147a0?) | |
2024-02-29T10:08:15.0259634Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0260234Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0260919Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0261310Z | |
2024-02-29T10:08:15.0261704Z Goroutine 159346 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0262158Z goroutine 159346 [chan receive]: | |
2024-02-29T10:08:15.0262555Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0xc08a85ee70?) | |
2024-02-29T10:08:15.0263186Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0264097Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0264666Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0265015Z | |
2024-02-29T10:08:15.0265307Z Goroutine 159351 in state chan receive, with tailscale.com/wgengine.NewUserspaceEngine.func6 on top of the stack: | |
2024-02-29T10:08:15.0267221Z goroutine 159351 [chan receive]: | |
2024-02-29T10:08:15.0267549Z tailscale.com/wgengine.NewUserspaceEngine.func6() | |
2024-02-29T10:08:15.0268226Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/userspace.go:394 +0x45 | |
2024-02-29T10:08:15.0268614Z created by tailscale.com/wgengine.NewUserspaceEngine in goroutine 157139 | |
2024-02-29T10:08:15.0269312Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/userspace.go:392 +0x12b1 | |
2024-02-29T10:08:15.0269675Z | |
2024-02-29T10:08:15.0270062Z Goroutine 159339 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:15.0270510Z goroutine 159339 [chan receive]: | |
2024-02-29T10:08:15.0270966Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x5) | |
2024-02-29T10:08:15.0271948Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:15.0272564Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0273181Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:15.0273519Z | |
2024-02-29T10:08:15.0273754Z Goroutine 159361 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0274110Z goroutine 159361 [select]: | |
2024-02-29T10:08:15.0274314Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0274794Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0275305Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f848, 0x1, 0x0?) | |
2024-02-29T10:08:15.0275918Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0276459Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xc03ac37250?, 0x1?, 0xa?) | |
2024-02-29T10:08:15.0277041Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0277494Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0278001Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0278552Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f830, 0xc03d209090?) | |
2024-02-29T10:08:15.0279346Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0279985Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0280704Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0281108Z | |
2024-02-29T10:08:15.0281340Z Goroutine 159358 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0281714Z goroutine 159358 [select]: | |
2024-02-29T10:08:15.0281922Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0282411Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0282922Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f698, 0x1, 0x80?) | |
2024-02-29T10:08:15.0283562Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0284158Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xc035a5f680?, 0x0?, 0x80?) | |
2024-02-29T10:08:15.0284756Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0285225Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0285755Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0286387Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f680, 0xc001aae3e0?) | |
2024-02-29T10:08:15.0287093Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0287730Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0288465Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0288857Z | |
2024-02-29T10:08:15.0289146Z Goroutine 159582 in state select, with tailscale.com/logtail/backoff.(*Backoff).BackOff on top of the stack: | |
2024-02-29T10:08:15.0289550Z goroutine 159582 [select]: | |
2024-02-29T10:08:15.0289967Z tailscale.com/logtail/backoff.(*Backoff).BackOff(0xc044af7ed0, {0x4408040, 0xc05a81db30}, {0x43d9b20?, 0xc000cdada0?}) | |
2024-02-29T10:08:15.0290691Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/logtail/backoff/backoff.go:76 +0x254 | |
2024-02-29T10:08:15.0291519Z tailscale.com/wgengine/magicsock.(*Conn).runDerpReader(0xc03e00bc00, {0x4408040, 0xc05a81db30}, {{{0x0?, 0xffff7f030328?}, 0xc000012090?}, 0x3e7?}, 0xc03a02cb40, 0xc083066630?, 0xc0390f35c0) | |
2024-02-29T10:08:15.0292425Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/derp.go:520 +0x11ef | |
2024-02-29T10:08:15.0293055Z created by tailscale.com/wgengine/magicsock.(*Conn).derpWriteChanOfAddr in goroutine 159404 | |
2024-02-29T10:08:15.0293749Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/wgengine/magicsock/derp.go:398 +0x1056 | |
2024-02-29T10:08:15.0294116Z | |
2024-02-29T10:08:15.0294520Z Goroutine 159331 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0294995Z goroutine 159331 [chan receive]: | |
2024-02-29T10:08:15.0295409Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0xc0337f2c00?) | |
2024-02-29T10:08:15.0296051Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0296610Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0297219Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0297612Z | |
2024-02-29T10:08:15.0297997Z Goroutine 159348 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake on top of the stack: | |
2024-02-29T10:08:15.0298448Z goroutine 159348 [chan receive]: | |
2024-02-29T10:08:15.0298822Z github.com/tailscale/wireguard-go/device.(*Device).RoutineHandshake(0xc043f7d400, 0x8) | |
2024-02-29T10:08:15.0299444Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:279 +0x185 | |
2024-02-29T10:08:15.0300016Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0300619Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:317 +0x32e | |
2024-02-29T10:08:15.0300973Z | |
2024-02-29T10:08:15.0301359Z Goroutine 159343 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption on top of the stack: | |
2024-02-29T10:08:15.0301815Z goroutine 159343 [chan receive]: | |
2024-02-29T10:08:15.0302182Z github.com/tailscale/wireguard-go/device.(*Device).RoutineEncryption(0xc043f7d400, 0x1?) | |
2024-02-29T10:08:15.0302793Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/send.go:451 +0x1a5 | |
2024-02-29T10:08:15.0303354Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0304295Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:315 +0x39b | |
2024-02-29T10:08:15.0304644Z | |
2024-02-29T10:08:15.0304913Z Goroutine 159362 in state select, with gvisor.dev/gvisor/pkg/sync.Gopark on top of the stack: | |
2024-02-29T10:08:15.0305261Z goroutine 159362 [select]: | |
2024-02-29T10:08:15.0305457Z gvisor.dev/gvisor/pkg/sync.Gopark(...) | |
2024-02-29T10:08:15.0307598Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sync/runtime_unsafe.go:41 | |
2024-02-29T10:08:15.0308290Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).nextWaker(0xc035a5f8d8, 0x1, 0x0?) | |
2024-02-29T10:08:15.0308869Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:209 +0x79 | |
2024-02-29T10:08:15.0309377Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).fetch(0xc03ac373f0?, 0x58?, 0xa7?) | |
2024-02-29T10:08:15.0309950Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:256 +0x2b | |
2024-02-29T10:08:15.0310398Z gvisor.dev/gvisor/pkg/sleep.(*Sleeper).Fetch(...) | |
2024-02-29T10:08:15.0310906Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/sleep/sleep_unsafe.go:279 | |
2024-02-29T10:08:15.0311425Z gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*processor).start(0xc035a5f8c0, 0x0?) | |
2024-02-29T10:08:15.0312337Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:287 +0xb5 | |
2024-02-29T10:08:15.0313034Z created by gvisor.dev/gvisor/pkg/tcpip/transport/tcp.(*dispatcher).init in goroutine 157139 | |
2024-02-29T10:08:15.0313717Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/pkg/tcpip/transport/tcp/dispatcher.go:391 +0x13b | |
2024-02-29T10:08:15.0314098Z | |
2024-02-29T10:08:15.0314364Z Goroutine 159304 in state select, with tailscale.com/net/tstun.(*Wrapper).pumpEvents on top of the stack: | |
2024-02-29T10:08:15.0314736Z goroutine 159304 [select]: | |
2024-02-29T10:08:15.0314986Z tailscale.com/net/tstun.(*Wrapper).pumpEvents(0xc04373c840) | |
2024-02-29T10:08:15.0315528Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/wrap.go:345 +0x10d | |
2024-02-29T10:08:15.0315993Z created by tailscale.com/net/tstun.wrap in goroutine 157139 | |
2024-02-29T10:08:15.0316525Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/net/tstun/wrap.go:253 +0x365 | |
2024-02-29T10:08:15.0316869Z | |
2024-02-29T10:08:15.0317331Z Goroutine 159310 in state chan receive, with github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption on top of the stack: | |
2024-02-29T10:08:15.0317784Z goroutine 159310 [chan receive]: | |
2024-02-29T10:08:15.0318185Z github.com/tailscale/wireguard-go/device.(*Device).RoutineDecryption(0xc043f7d400, 0xc03ebd9fb0?) | |
2024-02-29T10:08:15.0318825Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/receive.go:245 +0x18a | |
2024-02-29T10:08:15.0319397Z created by github.com/tailscale/wireguard-go/device.NewDevice in goroutine 157139 | |
2024-02-29T10:08:15.0319996Z /home/runner/go/pkg/mod/github.com/coder/[email protected]/device/device.go:316 +0x3e5 | |
2024-02-29T10:08:15.0320340Z | |
2024-02-29T10:08:15.0320396Z ] | |
2024-02-29T10:08:15.0320579Z FAIL github.com/coder/coder/v2/cli 72.693s | |
2024-02-29T10:08:15.0320747Z | |
2024-02-29T10:08:15.0320854Z DONE 6746 tests, 24 skipped, 1 failure in 144.516s | |
2024-02-29T10:08:15.0321192Z make: *** [Makefile:753: test-postgres] Error 1 | |
2024-02-29T10:08:15.0329832Z ##[error]Process completed with exit code 2. | |
2024-02-29T10:08:15.0373182Z Prepare all required actions | |
2024-02-29T10:08:15.0392666Z ##[group]Run ./.github/actions/upload-datadog | |
2024-02-29T10:08:15.0392890Z with: | |
2024-02-29T10:08:15.0393235Z api-key: *** | |
2024-02-29T10:08:15.0393390Z ##[endgroup] | |
2024-02-29T10:08:15.0435714Z ##[group]Run owner=coder | |
2024-02-29T10:08:15.0435980Z [36;1mowner=coder[0m | |
2024-02-29T10:08:15.0436205Z [36;1mecho "owner: $owner"[0m | |
2024-02-29T10:08:15.0436478Z [36;1mif [[ $owner != "coder" ]]; then[0m | |
2024-02-29T10:08:15.0436865Z [36;1m echo "Not a pull request from the main repo, skipping..."[0m | |
2024-02-29T10:08:15.0437233Z [36;1m exit 0[0m | |
2024-02-29T10:08:15.0437445Z [36;1mfi[0m | |
2024-02-29T10:08:15.0437778Z [36;1mif [[ -z "***" ]]; then[0m | |
2024-02-29T10:08:15.0438088Z [36;1m # This can happen for dependabot.[0m | |
2024-02-29T10:08:15.0438475Z [36;1m echo "No API key provided, skipping..."[0m | |
2024-02-29T10:08:15.0438827Z [36;1m exit 0[0m | |
2024-02-29T10:08:15.0439010Z [36;1mfi[0m | |
2024-02-29T10:08:15.0439230Z [36;1mnpm install -g @datadog/[email protected][0m | |
2024-02-29T10:08:15.0439542Z [36;1mdatadog-ci junit upload --service coder ./gotests.xml \[0m | |
2024-02-29T10:08:15.0439947Z [36;1m --tags os:Linux --tags runner_name:buildjet.com_535e1c79-ec10-4804-a0c5-6c7449681dc5[0m | |
2024-02-29T10:08:15.0475321Z shell: /usr/bin/bash --noprofile --norc -e -o pipefail {0} | |
2024-02-29T10:08:15.0475592Z env: | |
2024-02-29T10:08:15.0475793Z DATADOG_API_KEY: *** | |
2024-02-29T10:08:15.0475972Z ##[endgroup] | |
2024-02-29T10:08:15.0512133Z owner: coder | |
2024-02-29T10:08:26.0475631Z npm WARN deprecated @aws-sdk/[email protected]: This package has moved to @smithy/property-provider | |
2024-02-29T10:08:29.2553697Z | |
2024-02-29T10:08:29.2554276Z added 429 packages in 14s | |
2024-02-29T10:08:29.2554674Z | |
2024-02-29T10:08:29.2554888Z 32 packages are looking for funding | |
2024-02-29T10:08:29.2555293Z run `npm fund` for details | |
2024-02-29T10:08:29.8472307Z Starting upload with concurrency 20. | |
2024-02-29T10:08:29.8472850Z Will upload jUnit XML file gotests.xml | |
2024-02-29T10:08:29.8473247Z service: coder | |
2024-02-29T10:08:29.9740998Z Uploading jUnit XML test report file in gotests.xml | |
2024-02-29T10:08:30.8007226Z ✅ Uploaded 1 files in 0.827 seconds. | |
2024-02-29T10:08:30.8007912Z ================================================================================================= | |
2024-02-29T10:08:30.8008591Z * View detailed reports on Datadog (they can take a few minutes to become available) | |
2024-02-29T10:08:30.8009177Z * Commit report: | |
2024-02-29T10:08:30.8010301Z * https://app.datadoghq.com/ci/redirect/tests/https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder.git/-/coder/-/cj%2Fenterprise-server-test/-/1b4576f900075395e18017ebbe877432f32571f1 | |
2024-02-29T10:08:30.8011258Z * Test runs report: | |
2024-02-29T10:08:30.8012298Z * https://app.datadoghq.com/ci/test-runs?query=%20%40ci.job.url%3A%22https%3A%2F%2Fgithub.com%2Fcoder%2Fcoder%2Fcommit%2F1b4576f900075395e18017ebbe877432f32571f1%2Fchecks%22 | |
2024-02-29T10:08:30.8013718Z ================================================================================================= | |
2024-02-29T10:08:30.8215077Z Post job cleanup. | |
2024-02-29T10:08:30.8261135Z Post job cleanup. | |
2024-02-29T10:08:30.8887346Z [command]/usr/bin/git version | |
2024-02-29T10:08:30.8913305Z git version 2.41.0 | |
2024-02-29T10:08:30.8939139Z Temporarily overriding HOME='/home/runner/actions-runner/_work/_temp/d350edc8-3912-451e-9255-10e014aa6157' before making global git config changes | |
2024-02-29T10:08:30.8940329Z Adding repository directory to the temporary git global config as a safe directory | |
2024-02-29T10:08:30.8940989Z [command]/usr/bin/git config --global --add safe.directory /home/runner/actions-runner/_work/coder/coder | |
2024-02-29T10:08:30.8958635Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand | |
2024-02-29T10:08:30.8978652Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'core\.sshCommand' && git config --local --unset-all 'core.sshCommand' || :" | |
2024-02-29T10:08:30.9127298Z [command]/usr/bin/git config --local --name-only --get-regexp http\.https\:\/\/github\.com\/\.extraheader | |
2024-02-29T10:08:30.9139924Z http.https://github.com/.extraheader | |
2024-02-29T10:08:30.9146926Z [command]/usr/bin/git config --local --unset-all http.https://github.com/.extraheader | |
2024-02-29T10:08:30.9162500Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.https\:\/\/github\.com\/\.extraheader' && git config --local --unset-all 'http.https://github.com/.extraheader' || :" | |
2024-02-29T10:08:30.9511470Z Cleaning up orphan processes | |
2024-02-29T10:08:30.9944656Z Terminate orphan process: pid (16760) (main) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment