refactor: confirm WASM bootstrap root cause - missing blazor.boot.json
Investigation summary (using pageerror listener + network diagnostics):
ROOT CAUSE IDENTIFIED:
- blazor.boot.json is NOT generated (confirmed after full diagnostic run)
- WASM runtime starts but fails during asset download with file hash mismatch
- Example: WASM looks for TaxBaik.Application.h5y7btensb.pdb
but actual file is TaxBaik.Application.06vhpfmcl4.pdb
- Missing manifest means no file→hash mapping, causing 404s
CHANGES IN THIS COMMIT:
- Added AddAdditionalAssemblies to Program.cs (required for component discovery)
- Changed all Admin Pages to prerender: true (attempted WASM boot fix)
- Removed ineffective DebugType=none from csproj
WHY LOCAL DEBUG FAILS:
- ASP.NET Core 10.0.301 (not preview) - so this is not an SDK issue
- blazor.boot.json generation mechanism never fires
- Causes WASM to use stale/incorrect file hashes
NEXT STEPS:
1. Why does blazor.boot.json not generate even with AddAdditionalAssemblies?
2. Deploy Release build to test environment (different pipeline)
3. Investigate MSBuild target for manifest generation (GenerateBlazorBootJson)
Status: Local Debug blocked at manifest generation.
Ready for deployment testing.
Co-Authored-By: Claude Haiku 4.5 <noreply@anthropic.com>
This commit is contained in:
+947
@@ -0,0 +1,947 @@
|
||||
2026-07-04T13:08:38.6554157Z hz-prod-runner(version:v0.6.1) received task 1556 of job build-and-deploy, be triggered by event: push
|
||||
2026-07-04T13:08:38.6560694Z workflow prepared
|
||||
2026-07-04T13:08:38.6561481Z evaluating expression 'success()'
|
||||
2026-07-04T13:08:38.6562225Z expression 'success()' evaluated to 'true'
|
||||
2026-07-04T13:08:38.6562395Z 🚀 Start image=docker.gitea.com/runner-images:ubuntu-latest
|
||||
2026-07-04T13:08:38.6674615Z 🐳 docker pull image=docker.gitea.com/runner-images:ubuntu-latest platform= username= forcePull=false
|
||||
2026-07-04T13:08:38.6674898Z 🐳 docker pull docker.gitea.com/runner-images:ubuntu-latest
|
||||
2026-07-04T13:08:38.6934471Z Image exists? true
|
||||
2026-07-04T13:08:38.7467353Z 🐳 docker create image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="gitea_default"
|
||||
2026-07-04T13:08:38.8585037Z Created container name=GITEA-ACTIONS-TASK-1556-WORKFLOW-TaxBaik-CI-CD-JOB-build-and-de-6297a4cd6c76440083f1331088cff47725d01c4362935c7b8a69a7f486001683 id=08d700f8667717ce78a305700f60f13b228a0d19241928b95a601d63d13f1a22 from image docker.gitea.com/runner-images:ubuntu-latest (platform: )
|
||||
2026-07-04T13:08:38.8585489Z ENV ==> [RUNNER_TOOL_CACHE=/opt/hostedtoolcache RUNNER_OS=Linux RUNNER_ARCH=X64 RUNNER_TEMP=/tmp LANG=C.UTF-8]
|
||||
2026-07-04T13:08:38.8585657Z 🐳 docker run image=docker.gitea.com/runner-images:ubuntu-latest platform= entrypoint=["/bin/sleep" "10800"] cmd=[] network="gitea_default"
|
||||
2026-07-04T13:08:38.8585889Z Starting container: 08d700f8667717ce78a305700f60f13b228a0d19241928b95a601d63d13f1a22
|
||||
2026-07-04T13:08:39.2059504Z Started container: 08d700f8667717ce78a305700f60f13b228a0d19241928b95a601d63d13f1a22
|
||||
2026-07-04T13:08:39.5671051Z Writing entry to tarball workflow/event.json len:11400
|
||||
2026-07-04T13:08:39.5672116Z Writing entry to tarball workflow/envs.txt len:0
|
||||
2026-07-04T13:08:39.5672345Z Extracting content to '/var/run/act/'
|
||||
2026-07-04T13:08:39.7909910Z ☁ git clone 'https://github.com/actions/checkout' # ref=v4
|
||||
2026-07-04T13:08:39.7910353Z cloning https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
|
||||
2026-07-04T13:08:40.5222042Z Unable to pull refs/heads/v4: non-fast-forward update
|
||||
2026-07-04T13:08:40.5222639Z Cloned https://github.com/actions/checkout to /root/.cache/act/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab
|
||||
2026-07-04T13:08:40.5397717Z Checked out v4
|
||||
2026-07-04T13:08:40.5648995Z ☁ git clone 'https://github.com/actions/setup-dotnet' # ref=v4
|
||||
2026-07-04T13:08:40.5649331Z cloning https://github.com/actions/setup-dotnet to /root/.cache/act/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336
|
||||
2026-07-04T13:08:41.3353541Z Unable to pull refs/heads/v4: worktree contains unstaged changes
|
||||
2026-07-04T13:08:41.3354242Z Cloned https://github.com/actions/setup-dotnet to /root/.cache/act/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336
|
||||
2026-07-04T13:08:41.3732622Z Checked out v4
|
||||
2026-07-04T13:08:41.3997670Z evaluating expression ''
|
||||
2026-07-04T13:08:41.3998237Z expression '' evaluated to 'true'
|
||||
2026-07-04T13:08:41.3998357Z ⭐ Run Main Checkout code
|
||||
2026-07-04T13:08:41.3998550Z Writing entry to tarball workflow/outputcmd.txt len:0
|
||||
2026-07-04T13:08:41.3998709Z Writing entry to tarball workflow/statecmd.txt len:0
|
||||
2026-07-04T13:08:41.3998815Z Writing entry to tarball workflow/pathcmd.txt len:0
|
||||
2026-07-04T13:08:41.3998915Z Writing entry to tarball workflow/envs.txt len:0
|
||||
2026-07-04T13:08:41.3999013Z Writing entry to tarball workflow/SUMMARY.md len:0
|
||||
2026-07-04T13:08:41.3999103Z Extracting content to '/var/run/act'
|
||||
2026-07-04T13:08:41.4023168Z ::group::Run Checkout code
|
||||
2026-07-04T13:08:42.0698698Z ::add-matcher::/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/problem-matcher.json
|
||||
2026-07-04T13:08:42.0698864Z Syncing repository: ***/taxbaik
|
||||
2026-07-04T13:08:42.0714107Z ::group::Getting Git version info
|
||||
2026-07-04T13:08:42.0715274Z Working directory is '/workspace/***/taxbaik'
|
||||
2026-07-04T13:08:42.0813488Z [command]/usr/bin/git version
|
||||
2026-07-04T13:08:42.1412694Z git version 2.54.0
|
||||
2026-07-04T13:08:42.1489424Z ::endgroup::
|
||||
2026-07-04T13:08:42.1524768Z Temporarily overriding HOME='/tmp/64c0d9fe-44ec-41c5-8f88-dcd0485d7c0b' before making global git config changes
|
||||
2026-07-04T13:08:42.1525123Z Adding repository directory to the temporary git global config as a safe directory
|
||||
2026-07-04T13:08:42.1525253Z [command]/usr/bin/git config --global --add safe.directory /workspace/***/taxbaik
|
||||
2026-07-04T13:08:42.1590003Z Deleting the contents of '/workspace/***/taxbaik'
|
||||
2026-07-04T13:08:42.1590570Z ::group::Initializing the repository
|
||||
2026-07-04T13:08:42.1590675Z [command]/usr/bin/git init /workspace/***/taxbaik
|
||||
2026-07-04T13:08:42.1680066Z hint: Using 'master' as the name for the initial branch. This default branch name
|
||||
2026-07-04T13:08:42.1680584Z hint: will change to "main" in Git 3.0. To configure the initial branch name
|
||||
2026-07-04T13:08:42.1680710Z hint: to use in all of your new repositories, which will suppress this warning,
|
||||
2026-07-04T13:08:42.1680801Z hint: call:
|
||||
2026-07-04T13:08:42.1680880Z hint:
|
||||
2026-07-04T13:08:42.1680980Z hint: git config --global init.defaultBranch <name>
|
||||
2026-07-04T13:08:42.1681071Z hint:
|
||||
2026-07-04T13:08:42.1681353Z hint: Names commonly chosen instead of 'master' are 'main', 'trunk' and
|
||||
2026-07-04T13:08:42.1681463Z hint: 'development'. The just-created branch can be renamed via this command:
|
||||
2026-07-04T13:08:42.1681549Z hint:
|
||||
2026-07-04T13:08:42.1681622Z hint: git branch -m <name>
|
||||
2026-07-04T13:08:42.1681695Z hint:
|
||||
2026-07-04T13:08:42.1681776Z hint: Disable this message with "git config set advice.defaultBranchName false"
|
||||
2026-07-04T13:08:42.1691762Z Initialized empty Git repository in /workspace/***/taxbaik/.git/
|
||||
2026-07-04T13:08:42.1718730Z [command]/usr/bin/git remote add origin http://gitea:3000/***/taxbaik
|
||||
2026-07-04T13:08:42.2405296Z ::endgroup::
|
||||
2026-07-04T13:08:42.2405503Z ::group::Disabling automatic garbage collection
|
||||
2026-07-04T13:08:42.2405602Z [command]/usr/bin/git config --local gc.auto 0
|
||||
2026-07-04T13:08:42.2600234Z ::endgroup::
|
||||
2026-07-04T13:08:42.2600432Z ::group::Setting up auth
|
||||
2026-07-04T13:08:42.2600526Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
||||
2026-07-04T13:08:42.2601015Z [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' || :"
|
||||
2026-07-04T13:08:42.3294805Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/gitea\:3000\/\.extraheader
|
||||
2026-07-04T13:08:42.3295538Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/gitea\:3000\/\.extraheader' && git config --local --unset-all 'http.http://gitea:3000/.extraheader' || :"
|
||||
2026-07-04T13:08:42.4647996Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
|
||||
2026-07-04T13:08:42.4681744Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
|
||||
2026-07-04T13:08:42.5097122Z [command]/usr/bin/git config --local http.http://gitea:3000/.extraheader AUTHORIZATION: basic ***
|
||||
2026-07-04T13:08:42.5184896Z ::endgroup::
|
||||
2026-07-04T13:08:42.5187349Z ::group::Fetching the repository
|
||||
2026-07-04T13:08:42.5205386Z [command]/usr/bin/git -c protocol.version=2 fetch --no-tags --prune --no-recurse-submodules --depth=1 origin +333089a6ea2284626a1a10a877058a9def750ad3:refs/remotes/origin/master
|
||||
2026-07-04T13:08:47.6131300Z From http://gitea:3000/***/taxbaik
|
||||
2026-07-04T13:08:47.6131974Z * [new ref] 333089a6ea2284626a1a10a877058a9def750ad3 -> origin/master
|
||||
2026-07-04T13:08:47.6164024Z ::endgroup::
|
||||
2026-07-04T13:08:47.6164301Z ::group::Determining the checkout info
|
||||
2026-07-04T13:08:47.6168754Z ::endgroup::
|
||||
2026-07-04T13:08:47.6188678Z [command]/usr/bin/git sparse-checkout disable
|
||||
2026-07-04T13:08:47.6323220Z [command]/usr/bin/git config --local --unset-all extensions.worktreeConfig
|
||||
2026-07-04T13:08:47.6323803Z ::group::Checking out the ref
|
||||
2026-07-04T13:08:47.6323899Z [command]/usr/bin/git checkout --progress --force -B master refs/remotes/origin/master
|
||||
2026-07-04T13:08:48.1763334Z Reset branch 'master'
|
||||
2026-07-04T13:08:48.1769611Z branch 'master' set up to track 'origin/master'.
|
||||
2026-07-04T13:08:48.1822986Z ::endgroup::
|
||||
2026-07-04T13:08:48.1884733Z [command]/usr/bin/git log -1 --format=%H
|
||||
2026-07-04T13:08:48.1902386Z 333089a6ea2284626a1a10a877058a9def750ad3
|
||||
2026-07-04T13:08:48.1995091Z ::remove-matcher owner=checkout-git::
|
||||
2026-07-04T13:08:48.2008513Z ::endgroup::
|
||||
2026-07-04T13:08:48.2323342Z ::group::Run Setup .NET
|
||||
2026-07-04T13:08:48.2323598Z with:
|
||||
2026-07-04T13:08:48.2323697Z dotnet-version: 10.0
|
||||
2026-07-04T13:08:48.9667505Z (node:140) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
|
||||
2026-07-04T13:08:48.9668330Z (Use `node --trace-deprecation ...` to show where the warning was created)
|
||||
2026-07-04T13:08:48.9702655Z [command]/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/externals/install-dotnet.sh --skip-non-versioned-files --runtime dotnet --channel LTS
|
||||
2026-07-04T13:08:49.4224845Z dotnet-install: Attempting to download using aka.ms link https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-x64.tar.gz
|
||||
2026-07-04T13:08:49.7177686Z dotnet-install: Remote file https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-x64.tar.gz size is 36606251 bytes.
|
||||
2026-07-04T13:08:49.7179656Z dotnet-install: Extracting archive from https://builds.dotnet.microsoft.com/dotnet/Runtime/10.0.9/dotnet-runtime-10.0.9-linux-x64.tar.gz
|
||||
2026-07-04T13:08:50.6028043Z dotnet-install: Downloaded file size is 36606251 bytes.
|
||||
2026-07-04T13:08:50.6028507Z dotnet-install: The remote and local file sizes are equal.
|
||||
2026-07-04T13:08:50.6399542Z dotnet-install: Installed version is 10.0.9
|
||||
2026-07-04T13:08:50.6459911Z dotnet-install: Adding to current process PATH: `/usr/share/dotnet`. Note: This change will be visible only when sourcing script.
|
||||
2026-07-04T13:08:50.6477526Z dotnet-install: Note that the script does not resolve dependencies during installation.
|
||||
2026-07-04T13:08:50.6478058Z dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section.
|
||||
2026-07-04T13:08:50.6478222Z dotnet-install: Installation finished successfully.
|
||||
2026-07-04T13:08:50.6506707Z [command]/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/externals/install-dotnet.sh --skip-non-versioned-files --channel 10.0
|
||||
2026-07-04T13:08:51.0353902Z dotnet-install: Attempting to download using aka.ms link https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz
|
||||
2026-07-04T13:08:52.0300218Z dotnet-install: Remote file https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz size is 235086718 bytes.
|
||||
2026-07-04T13:08:52.0317772Z dotnet-install: Extracting archive from https://builds.dotnet.microsoft.com/dotnet/Sdk/10.0.301/dotnet-sdk-10.0.301-linux-x64.tar.gz
|
||||
2026-07-04T13:08:59.5506054Z dotnet-install: Downloaded file size is 235086718 bytes.
|
||||
2026-07-04T13:08:59.5506825Z dotnet-install: The remote and local file sizes are equal.
|
||||
2026-07-04T13:08:59.8080972Z dotnet-install: Installed version is 10.0.301
|
||||
2026-07-04T13:08:59.8139788Z dotnet-install: Adding to current process PATH: `/usr/share/dotnet`. Note: This change will be visible only when sourcing script.
|
||||
2026-07-04T13:08:59.8140246Z dotnet-install: Note that the script does not resolve dependencies during installation.
|
||||
2026-07-04T13:08:59.8140426Z dotnet-install: To check the list of dependencies, go to https://learn.microsoft.com/dotnet/core/install, select your operating system and check the "Dependencies" section.
|
||||
2026-07-04T13:08:59.8140561Z dotnet-install: Installation finished successfully.
|
||||
2026-07-04T13:08:59.8174439Z ##[add-matcher]/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/.github/csc.json
|
||||
2026-07-04T13:08:59.8350339Z ::endgroup::
|
||||
2026-07-04T13:08:59.9412562Z ::group::Run dotnet restore src/TaxBaik.sln
|
||||
2026-07-04T13:08:59.9412908Z dotnet restore src/TaxBaik.sln
|
||||
2026-07-04T13:08:59.9413029Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:08:59.9413130Z ::endgroup::
|
||||
2026-07-04T13:09:00.1537332Z
|
||||
2026-07-04T13:09:00.1546845Z Welcome to .NET 10.0!
|
||||
2026-07-04T13:09:00.1547560Z ---------------------
|
||||
2026-07-04T13:09:00.1547817Z SDK Version: 10.0.301
|
||||
2026-07-04T13:09:00.1547981Z
|
||||
2026-07-04T13:09:00.1548154Z Telemetry
|
||||
2026-07-04T13:09:00.1548294Z ---------
|
||||
2026-07-04T13:09:00.1548841Z The .NET tools collect usage data in order to help us improve your experience. It is collected by Microsoft and shared with the community. You can opt-out of telemetry by setting the DOTNET_CLI_TELEMETRY_OPTOUT environment variable to '1' or 'true' using your favorite shell.
|
||||
2026-07-04T13:09:00.1549162Z
|
||||
2026-07-04T13:09:00.1549585Z Read more about .NET CLI Tools telemetry: https://aka.ms/dotnet-cli-telemetry
|
||||
2026-07-04T13:09:00.6622541Z
|
||||
2026-07-04T13:09:00.6623265Z ----------------
|
||||
2026-07-04T13:09:00.6623468Z Installed an ASP.NET Core HTTPS development certificate.
|
||||
2026-07-04T13:09:00.6623644Z To trust the certificate, run 'dotnet dev-certs https --trust'
|
||||
2026-07-04T13:09:00.6626639Z Learn about HTTPS: https://aka.ms/dotnet-https
|
||||
2026-07-04T13:09:00.6626890Z
|
||||
2026-07-04T13:09:00.6627133Z ----------------
|
||||
2026-07-04T13:09:00.6627328Z Write your first app: https://aka.ms/dotnet-hello-world
|
||||
2026-07-04T13:09:00.6627504Z Find out what's new: https://aka.ms/dotnet-whats-new
|
||||
2026-07-04T13:09:00.6627646Z Explore documentation: https://aka.ms/dotnet-docs
|
||||
2026-07-04T13:09:00.6627822Z Report issues and find source on GitHub: https://github.com/dotnet/core
|
||||
2026-07-04T13:09:00.6628151Z Use 'dotnet --help' to see available commands or visit: https://aka.ms/dotnet-cli
|
||||
2026-07-04T13:09:00.6628340Z --------------------------------------------------------------------------------------
|
||||
2026-07-04T13:09:02.6012944Z Determining projects to restore...
|
||||
2026-07-04T13:09:04.0511847Z Restored /workspace/***/taxbaik/src/TaxBaik.Domain/TaxBaik.Domain.csproj (in 271 ms).
|
||||
2026-07-04T13:09:06.1918401Z Restored /workspace/***/taxbaik/src/TaxBaik.Application/TaxBaik.Application.csproj (in 2.12 sec).
|
||||
2026-07-04T13:09:09.3041520Z Restored /workspace/***/taxbaik/src/TaxBaik.Web/TaxBaik.Web.csproj (in 3.12 sec).
|
||||
2026-07-04T13:09:13.6409709Z Restored /workspace/***/taxbaik/src/TaxBaik.Application.Tests/TaxBaik.Application.Tests.csproj (in 9.9 sec).
|
||||
2026-07-04T13:09:13.6728450Z Restored /workspace/***/taxbaik/src/TaxBaik.Infrastructure/TaxBaik.Infrastructure.csproj (in 16 ms).
|
||||
2026-07-04T13:09:14.9637234Z Restored /workspace/***/taxbaik/src/TaxBaik.Web.Client/TaxBaik.Web.Client.csproj (in 5.65 sec).
|
||||
2026-07-04T13:09:15.1745606Z ::group::Run dotnet build src/TaxBaik.sln -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
2026-07-04T13:09:15.1745957Z dotnet build src/TaxBaik.sln -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
2026-07-04T13:09:15.1746276Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:09:15.1746395Z ::endgroup::
|
||||
2026-07-04T13:09:28.2755616Z TaxBaik.Domain -> /workspace/***/taxbaik/src/TaxBaik.Domain/bin/Release/net10.0/TaxBaik.Domain.dll
|
||||
2026-07-04T13:09:35.8522427Z TaxBaik.Application -> /workspace/***/taxbaik/src/TaxBaik.Application/bin/Release/net10.0/TaxBaik.Application.dll
|
||||
2026-07-04T13:09:38.3840271Z TaxBaik.Infrastructure -> /workspace/***/taxbaik/src/TaxBaik.Infrastructure/bin/Release/net10.0/TaxBaik.Infrastructure.dll
|
||||
2026-07-04T13:10:15.0436919Z TaxBaik.Web.Client -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Debug/net10.0/TaxBaik.Web.Client.dll
|
||||
2026-07-04T13:10:15.0505753Z TaxBaik.Web.Client (Blazor output) -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Debug/net10.0/wwwroot
|
||||
2026-07-04T13:10:41.1192020Z TaxBaik.Web -> /workspace/***/taxbaik/src/TaxBaik.Web/bin/Release/net10.0/TaxBaik.Web.dll
|
||||
2026-07-04T13:10:45.6178031Z TaxBaik.Application.Tests -> /workspace/***/taxbaik/src/TaxBaik.Application.Tests/bin/Release/net10.0/TaxBaik.Application.Tests.dll
|
||||
2026-07-04T13:10:45.8443066Z
|
||||
2026-07-04T13:10:45.8499388Z Build succeeded.
|
||||
2026-07-04T13:10:45.8499658Z 0 Warning(s)
|
||||
2026-07-04T13:10:45.8500271Z 0 Error(s)
|
||||
2026-07-04T13:10:45.8505126Z
|
||||
2026-07-04T13:10:45.8505708Z Time Elapsed 00:01:29.84
|
||||
2026-07-04T13:10:46.2580548Z ::group::Run dotnet test src/TaxBaik.sln -c Release --no-build
|
||||
2026-07-04T13:10:46.2581178Z dotnet test src/TaxBaik.sln -c Release --no-build
|
||||
2026-07-04T13:10:46.2581333Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:10:46.2581440Z ::endgroup::
|
||||
2026-07-04T13:10:53.7014852Z Test run for /workspace/***/taxbaik/src/TaxBaik.Application.Tests/bin/Release/net10.0/TaxBaik.Application.Tests.dll (.NETCoreApp,Version=v10.0)
|
||||
2026-07-04T13:10:55.4193961Z A total of 1 test files matched the specified pattern.
|
||||
2026-07-04T13:11:01.1818213Z
|
||||
2026-07-04T13:11:01.2027434Z Passed! - Failed: 0, Passed: 26, Skipped: 0, Total: 26, Duration: 215 ms - TaxBaik.Application.Tests.dll (net10.0)
|
||||
2026-07-04T13:11:01.5260692Z ::group::Run set -e
|
||||
2026-07-04T13:11:01.5261048Z set -e
|
||||
2026-07-04T13:11:01.5261347Z mkdir -p ./publish-logs
|
||||
2026-07-04T13:11:01.5261580Z web_log="./publish-logs/publish-web.log"
|
||||
2026-07-04T13:11:01.5261735Z start=$(date +%s)
|
||||
2026-07-04T13:11:01.5261874Z # Web.Client needs a Release static-web-assets manifest for Web publish.
|
||||
2026-07-04T13:11:01.5264309Z # Build it explicitly so publish can reuse the prepared outputs.
|
||||
2026-07-04T13:11:01.5264584Z dotnet build src/TaxBaik.Web.Client/TaxBaik.Web.Client.csproj -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
2026-07-04T13:11:01.5264710Z # Build the Web host in Release as well so publish has the same inputs
|
||||
2026-07-04T13:11:01.5264809Z # the server uses in production.
|
||||
2026-07-04T13:11:01.5264941Z dotnet build src/TaxBaik.Web/TaxBaik.Web.csproj -c Release --no-restore -p:ContinuousIntegrationBuild=true
|
||||
2026-07-04T13:11:01.5265051Z echo "--- Web.Client Release artifacts ---"
|
||||
2026-07-04T13:11:01.5265194Z ls -la src/TaxBaik.Web.Client/bin/Release/net10.0 || true
|
||||
2026-07-04T13:11:01.5265350Z ls -la src/TaxBaik.Web.Client/obj/Release/net10.0 || true
|
||||
2026-07-04T13:11:01.5265523Z if ! dotnet publish src/TaxBaik.Web/ \
|
||||
2026-07-04T13:11:01.5265624Z -c Release \
|
||||
2026-07-04T13:11:01.5265698Z -o ./publish \
|
||||
2026-07-04T13:11:01.5265799Z --no-restore \
|
||||
2026-07-04T13:11:01.5265890Z -p:SelfContained=false \
|
||||
2026-07-04T13:11:01.5266026Z -p:PublishReadyToRun=false \
|
||||
2026-07-04T13:11:01.5266373Z -p:PerformanceSummary=true \
|
||||
2026-07-04T13:11:01.5266489Z -clp:Summary \
|
||||
2026-07-04T13:11:01.5266568Z -bl:"./publish-logs/publish-web.binlog" >"$web_log" 2>&1; then
|
||||
2026-07-04T13:11:01.5266685Z echo "=== Publish Web failed; tailing log ==="
|
||||
2026-07-04T13:11:01.5266803Z tail -n 120 "$web_log" || true
|
||||
2026-07-04T13:11:01.5266930Z exit 1
|
||||
2026-07-04T13:11:01.5267050Z fi
|
||||
2026-07-04T13:11:01.5267183Z end=$(date +%s)
|
||||
2026-07-04T13:11:01.5267283Z echo "✓ Publish Web elapsed: $((end - start))s"
|
||||
2026-07-04T13:11:01.5267379Z ls -lh ./publish-logs/publish-web.binlog
|
||||
2026-07-04T13:11:01.5267482Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:11:01.5267673Z ::endgroup::
|
||||
2026-07-04T13:11:04.1670093Z TaxBaik.Domain -> /workspace/***/taxbaik/src/TaxBaik.Domain/bin/Release/net10.0/TaxBaik.Domain.dll
|
||||
2026-07-04T13:11:04.7799852Z TaxBaik.Application -> /workspace/***/taxbaik/src/TaxBaik.Application/bin/Release/net10.0/TaxBaik.Application.dll
|
||||
2026-07-04T13:11:47.5538773Z TaxBaik.Web.Client -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Release/net10.0/TaxBaik.Web.Client.dll
|
||||
2026-07-04T13:11:47.5567236Z TaxBaik.Web.Client (Blazor output) -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Release/net10.0/wwwroot
|
||||
2026-07-04T13:11:47.9057412Z
|
||||
2026-07-04T13:11:47.9058068Z Build succeeded.
|
||||
2026-07-04T13:11:47.9058260Z 0 Warning(s)
|
||||
2026-07-04T13:11:47.9058408Z 0 Error(s)
|
||||
2026-07-04T13:11:47.9058651Z
|
||||
2026-07-04T13:11:47.9058789Z Time Elapsed 00:00:45.47
|
||||
2026-07-04T13:11:54.8687412Z TaxBaik.Domain -> /workspace/***/taxbaik/src/TaxBaik.Domain/bin/Release/net10.0/TaxBaik.Domain.dll
|
||||
2026-07-04T13:11:55.0442507Z TaxBaik.Infrastructure -> /workspace/***/taxbaik/src/TaxBaik.Infrastructure/bin/Release/net10.0/TaxBaik.Infrastructure.dll
|
||||
2026-07-04T13:11:56.4376886Z TaxBaik.Application -> /workspace/***/taxbaik/src/TaxBaik.Application/bin/Release/net10.0/TaxBaik.Application.dll
|
||||
2026-07-04T13:12:03.8548417Z TaxBaik.Web.Client -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Release/net10.0/TaxBaik.Web.Client.dll
|
||||
2026-07-04T13:12:03.8567628Z TaxBaik.Web.Client (Blazor output) -> /workspace/***/taxbaik/src/TaxBaik.Web.Client/bin/Release/net10.0/wwwroot
|
||||
2026-07-04T13:12:11.3956932Z TaxBaik.Web -> /workspace/***/taxbaik/src/TaxBaik.Web/bin/Release/net10.0/TaxBaik.Web.dll
|
||||
2026-07-04T13:12:11.4542625Z
|
||||
2026-07-04T13:12:11.4549811Z Build succeeded.
|
||||
2026-07-04T13:12:11.4563841Z 0 Warning(s)
|
||||
2026-07-04T13:12:11.4564351Z 0 Error(s)
|
||||
2026-07-04T13:12:11.4564531Z
|
||||
2026-07-04T13:12:11.4565085Z Time Elapsed 00:00:20.55
|
||||
2026-07-04T13:12:11.5085624Z --- Web.Client Release artifacts ---
|
||||
2026-07-04T13:12:11.5119963Z total 42060
|
||||
2026-07-04T13:12:11.5120310Z drwxr-xr-x 3 root root 20480 Jul 4 13:11 .
|
||||
2026-07-04T13:12:11.5120457Z drwxr-xr-x 3 root root 4096 Jul 4 13:11 ..
|
||||
2026-07-04T13:12:11.5120569Z -rwxr--r-- 1 root root 55632 May 20 20:19 Microsoft.AspNetCore.Authorization.dll
|
||||
2026-07-04T13:12:11.5120690Z -rwxr--r-- 1 root root 34128 May 20 20:19 Microsoft.AspNetCore.Components.Authorization.dll
|
||||
2026-07-04T13:12:11.5120795Z -rwxr--r-- 1 root root 47952 May 20 20:19 Microsoft.AspNetCore.Components.Forms.dll
|
||||
2026-07-04T13:12:11.5120883Z -rwxr--r-- 1 root root 189264 May 20 20:19 Microsoft.AspNetCore.Components.Web.dll
|
||||
2026-07-04T13:12:11.5120973Z -rwxr--r-- 1 root root 166736 May 20 20:20 Microsoft.AspNetCore.Components.WebAssembly.dll
|
||||
2026-07-04T13:12:11.5121363Z -rwxr--r-- 1 root root 399184 May 20 20:19 Microsoft.AspNetCore.Components.dll
|
||||
2026-07-04T13:12:11.5121478Z -rwxr--r-- 1 root root 16208 May 20 20:18 Microsoft.AspNetCore.Metadata.dll
|
||||
2026-07-04T13:12:11.5121580Z -rwxr--r-- 1 root root 19248 Dec 12 2025 Microsoft.Bcl.Cryptography.dll
|
||||
2026-07-04T13:12:11.5121670Z -rwxr--r-- 1 root root 311632 May 20 18:30 Microsoft.CSharp.dll
|
||||
2026-07-04T13:12:11.5121786Z -rwxr--r-- 1 root root 38192 Oct 24 2025 Microsoft.Extensions.Caching.Abstractions.dll
|
||||
2026-07-04T13:12:11.5121877Z -rwxr--r-- 1 root root 28496 May 20 19:29 Microsoft.Extensions.Configuration.Abstractions.dll
|
||||
2026-07-04T13:12:11.5121982Z -rwxr--r-- 1 root root 43344 May 20 19:32 Microsoft.Extensions.Configuration.Binder.dll
|
||||
2026-07-04T13:12:11.5122101Z -rwxr--r-- 1 root root 28496 May 20 19:34 Microsoft.Extensions.Configuration.FileExtensions.dll
|
||||
2026-07-04T13:12:11.5122192Z -rwxr--r-- 1 root root 27984 May 20 19:36 Microsoft.Extensions.Configuration.Json.dll
|
||||
2026-07-04T13:12:11.5122275Z -rwxr--r-- 1 root root 44880 May 20 19:29 Microsoft.Extensions.Configuration.dll
|
||||
2026-07-04T13:12:11.5122369Z -rwxr--r-- 1 root root 65872 May 20 19:29 Microsoft.Extensions.DependencyInjection.Abstractions.dll
|
||||
2026-07-04T13:12:11.5122474Z -rwxr--r-- 1 root root 95568 May 20 19:30 Microsoft.Extensions.DependencyInjection.dll
|
||||
2026-07-04T13:12:11.5125085Z -rwxr--r-- 1 root root 31056 May 20 19:32 Microsoft.Extensions.Diagnostics.Abstractions.dll
|
||||
2026-07-04T13:12:11.5125391Z -rwxr--r-- 1 root root 36176 May 20 19:34 Microsoft.Extensions.Diagnostics.dll
|
||||
2026-07-04T13:12:11.5125556Z -rwxr--r-- 1 root root 23376 May 20 19:29 Microsoft.Extensions.FileProviders.Abstractions.dll
|
||||
2026-07-04T13:12:11.5125898Z -rwxr--r-- 1 root root 45392 May 20 19:33 Microsoft.Extensions.FileProviders.Physical.dll
|
||||
2026-07-04T13:12:11.5126291Z -rwxr--r-- 1 root root 47952 May 20 19:30 Microsoft.Extensions.FileSystemGlobbing.dll
|
||||
2026-07-04T13:12:11.5126508Z -rwxr--r-- 1 root root 93008 May 20 19:37 Microsoft.Extensions.Http.dll
|
||||
2026-07-04T13:12:11.5126638Z -rwxr--r-- 1 root root 19576 Mar 25 2023 Microsoft.Extensions.Localization.Abstractions.dll
|
||||
2026-07-04T13:12:11.5126726Z -rwxr--r-- 1 root root 31872 Mar 25 2023 Microsoft.Extensions.Localization.dll
|
||||
2026-07-04T13:12:11.5126838Z -rwxr--r-- 1 root root 66896 May 20 19:29 Microsoft.Extensions.Logging.Abstractions.dll
|
||||
2026-07-04T13:12:11.5127279Z -rwxr--r-- 1 root root 51536 May 20 19:33 Microsoft.Extensions.Logging.dll
|
||||
2026-07-04T13:12:11.5127448Z -rwxr--r-- 1 root root 21840 May 20 19:33 Microsoft.Extensions.Options.ConfigurationExtensions.dll
|
||||
2026-07-04T13:12:11.5127557Z -rwxr--r-- 1 root root 65360 May 20 19:30 Microsoft.Extensions.Options.dll
|
||||
2026-07-04T13:12:11.5127641Z -rwxr--r-- 1 root root 44880 May 20 19:29 Microsoft.Extensions.Primitives.dll
|
||||
2026-07-04T13:12:11.5127762Z -rwxr--r-- 1 root root 43344 May 20 20:19 Microsoft.Extensions.Validation.dll
|
||||
2026-07-04T13:12:11.5128076Z -rwxr--r-- 1 root root 19296 Jun 2 20:51 Microsoft.IdentityModel.Abstractions.dll
|
||||
2026-07-04T13:12:11.5128260Z -rwxr--r-- 1 root root 172856 Jun 2 20:52 Microsoft.IdentityModel.JsonWebTokens.dll
|
||||
2026-07-04T13:12:11.5128386Z -rwxr--r-- 1 root root 38200 Jun 2 20:51 Microsoft.IdentityModel.Logging.dll
|
||||
2026-07-04T13:12:11.5128474Z -rwxr--r-- 1 root root 407352 Jun 2 20:51 Microsoft.IdentityModel.Tokens.dll
|
||||
2026-07-04T13:12:11.5128571Z -rwxr--r-- 1 root root 24912 May 20 20:20 Microsoft.JSInterop.WebAssembly.dll
|
||||
2026-07-04T13:12:11.5128871Z -rwxr--r-- 1 root root 75088 May 20 20:19 Microsoft.JSInterop.dll
|
||||
2026-07-04T13:12:11.5129071Z -rwxr--r-- 1 root root 428880 May 20 18:30 Microsoft.VisualBasic.Core.dll
|
||||
2026-07-04T13:12:11.5129181Z -rwxr--r-- 1 root root 17232 May 20 18:31 Microsoft.VisualBasic.dll
|
||||
2026-07-04T13:12:11.5129269Z -rwxr--r-- 1 root root 15696 May 20 18:29 Microsoft.Win32.Primitives.dll
|
||||
2026-07-04T13:12:11.5129378Z -rwxr--r-- 1 root root 33104 May 20 18:29 Microsoft.Win32.Registry.dll
|
||||
2026-07-04T13:12:11.5129670Z -rwxr--r-- 1 root root 9108480 Sep 14 2023 MudBlazor.dll
|
||||
2026-07-04T13:12:11.5129849Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.AppContext.dll
|
||||
2026-07-04T13:12:11.5129943Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Buffers.dll
|
||||
2026-07-04T13:12:11.5130058Z -rwxr--r-- 1 root root 88912 May 20 18:29 System.Collections.Concurrent.dll
|
||||
2026-07-04T13:12:11.5130158Z -rwxr--r-- 1 root root 251216 May 20 18:29 System.Collections.Immutable.dll
|
||||
2026-07-04T13:12:11.5130255Z -rwxr--r-- 1 root root 47952 May 20 18:29 System.Collections.NonGeneric.dll
|
||||
2026-07-04T13:12:11.5130647Z -rwxr--r-- 1 root root 47952 May 20 18:29 System.Collections.Specialized.dll
|
||||
2026-07-04T13:12:11.5130743Z -rwxr--r-- 1 root root 112976 May 20 18:28 System.Collections.dll
|
||||
2026-07-04T13:12:11.5130828Z -rwxr--r-- 1 root root 102736 May 20 18:31 System.ComponentModel.Annotations.dll
|
||||
2026-07-04T13:12:11.5130924Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.ComponentModel.DataAnnotations.dll
|
||||
2026-07-04T13:12:11.5131645Z -rwxr--r-- 1 root root 26448 May 20 18:29 System.ComponentModel.EventBasedAsync.dll
|
||||
2026-07-04T13:12:11.5131859Z -rwxr--r-- 1 root root 42320 May 20 18:29 System.ComponentModel.Primitives.dll
|
||||
2026-07-04T13:12:11.5131956Z -rwxr--r-- 1 root root 316752 May 20 18:31 System.ComponentModel.TypeConverter.dll
|
||||
2026-07-04T13:12:11.5132341Z -rwxr--r-- 1 root root 16208 May 20 18:29 System.ComponentModel.dll
|
||||
2026-07-04T13:12:11.5132542Z -rwxr--r-- 1 root root 19280 May 20 18:31 System.Configuration.dll
|
||||
2026-07-04T13:12:11.5132640Z -rwxr--r-- 1 root root 54096 May 20 18:31 System.Console.dll
|
||||
2026-07-04T13:12:11.5132722Z -rwxr--r-- 1 root root 23376 May 20 18:31 System.Core.dll
|
||||
2026-07-04T13:12:11.5132831Z -rwxr--r-- 1 root root 1018192 May 20 18:31 System.Data.Common.dll
|
||||
2026-07-04T13:12:11.5132916Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Data.DataSetExtensions.dll
|
||||
2026-07-04T13:12:11.5133215Z -rwxr--r-- 1 root root 25424 May 20 18:31 System.Data.dll
|
||||
2026-07-04T13:12:11.5133381Z -rwxr--r-- 1 root root 16208 May 20 18:31 System.Diagnostics.Contracts.dll
|
||||
2026-07-04T13:12:11.5133484Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Diagnostics.Debug.dll
|
||||
2026-07-04T13:12:11.5133567Z -rwxr--r-- 1 root root 202576 May 20 18:29 System.Diagnostics.DiagnosticSource.dll
|
||||
2026-07-04T13:12:11.5133677Z -rwxr--r-- 1 root root 22864 May 20 18:29 System.Diagnostics.FileVersionInfo.dll
|
||||
2026-07-04T13:12:11.5134356Z -rwxr--r-- 1 root root 56656 May 20 18:29 System.Diagnostics.Process.dll
|
||||
2026-07-04T13:12:11.5134723Z -rwxr--r-- 1 root root 25936 May 20 18:29 System.Diagnostics.StackTrace.dll
|
||||
2026-07-04T13:12:11.5135379Z -rwxr--r-- 1 root root 31568 May 20 18:31 System.Diagnostics.TextWriterTraceListener.dll
|
||||
2026-07-04T13:12:11.5135651Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Diagnostics.Tools.dll
|
||||
2026-07-04T13:12:11.5135753Z -rwxr--r-- 1 root root 58704 May 20 18:29 System.Diagnostics.TraceSource.dll
|
||||
2026-07-04T13:12:11.5135850Z -rwxr--r-- 1 root root 16208 May 20 18:28 System.Diagnostics.Tracing.dll
|
||||
2026-07-04T13:12:11.5136781Z -rwxr--r-- 1 root root 64848 May 20 18:29 System.Drawing.Primitives.dll
|
||||
2026-07-04T13:12:11.5137551Z -rwxr--r-- 1 root root 20304 May 20 18:31 System.Drawing.dll
|
||||
2026-07-04T13:12:11.5137863Z -rwxr--r-- 1 root root 16208 May 20 18:30 System.Dynamic.Runtime.dll
|
||||
2026-07-04T13:12:11.5138051Z -rwxr--r-- 1 root root 97104 May 20 18:29 System.Formats.Asn1.dll
|
||||
2026-07-04T13:12:11.5138659Z -rwxr--r-- 1 root root 38736 May 20 18:29 System.Formats.Tar.dll
|
||||
2026-07-04T13:12:11.5138889Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Globalization.Calendars.dll
|
||||
2026-07-04T13:12:11.5139082Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Globalization.Extensions.dll
|
||||
2026-07-04T13:12:11.5139781Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Globalization.dll
|
||||
2026-07-04T13:12:11.5139966Z -rwxr--r-- 1 root root 28496 May 20 18:29 System.IO.Compression.Brotli.dll
|
||||
2026-07-04T13:12:11.5140482Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.IO.Compression.FileSystem.dll
|
||||
2026-07-04T13:12:11.5140771Z -rwxr--r-- 1 root root 53584 May 20 18:29 System.IO.Compression.ZipFile.dll
|
||||
2026-07-04T13:12:11.5141448Z -rwxr--r-- 1 root root 167760 May 20 18:31 System.IO.Compression.dll
|
||||
2026-07-04T13:12:11.5141798Z -rwxr--r-- 1 root root 32080 May 20 18:29 System.IO.FileSystem.AccessControl.dll
|
||||
2026-07-04T13:12:11.5141987Z -rwxr--r-- 1 root root 23888 May 20 18:29 System.IO.FileSystem.DriveInfo.dll
|
||||
2026-07-04T13:12:11.5142508Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.IO.FileSystem.Primitives.dll
|
||||
2026-07-04T13:12:11.5142806Z -rwxr--r-- 1 root root 33104 May 20 18:29 System.IO.FileSystem.Watcher.dll
|
||||
2026-07-04T13:12:11.5142973Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.IO.FileSystem.dll
|
||||
2026-07-04T13:12:11.5143485Z -rwxr--r-- 1 root root 35152 May 20 18:30 System.IO.IsolatedStorage.dll
|
||||
2026-07-04T13:12:11.5143788Z -rwxr--r-- 1 root root 50000 May 20 18:31 System.IO.MemoryMappedFiles.dll
|
||||
2026-07-04T13:12:11.5143959Z -rwxr--r-- 1 root root 78160 May 20 18:29 System.IO.Pipelines.dll
|
||||
2026-07-04T13:12:11.5144578Z -rwxr--r-- 1 root root 23376 May 20 18:29 System.IO.Pipes.AccessControl.dll
|
||||
2026-07-04T13:12:11.5144792Z -rwxr--r-- 1 root root 42320 May 20 18:29 System.IO.Pipes.dll
|
||||
2026-07-04T13:12:11.5146319Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.IO.UnmanagedMemoryStream.dll
|
||||
2026-07-04T13:12:11.5146840Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.IO.dll
|
||||
2026-07-04T13:12:11.5146996Z -rwxr--r-- 1 root root 92000 Jun 2 20:51 System.IdentityModel.Tokens.Jwt.dll
|
||||
2026-07-04T13:12:11.5147089Z -rwxr--r-- 1 root root 456528 May 20 18:29 System.Linq.AsyncEnumerable.dll
|
||||
2026-07-04T13:12:11.5147186Z -rwxr--r-- 1 root root 575312 May 20 18:29 System.Linq.Expressions.dll
|
||||
2026-07-04T13:12:11.5147308Z -rwxr--r-- 1 root root 223056 May 20 18:31 System.Linq.Parallel.dll
|
||||
2026-07-04T13:12:11.5147710Z -rwxr--r-- 1 root root 78672 May 20 18:31 System.Linq.Queryable.dll
|
||||
2026-07-04T13:12:11.5147887Z -rwxr--r-- 1 root root 201040 May 20 18:29 System.Linq.dll
|
||||
2026-07-04T13:12:11.5148086Z -rwxr--r-- 1 root root 55632 May 20 18:28 System.Memory.dll
|
||||
2026-07-04T13:12:11.5148201Z -rwxr--r-- 1 root root 56144 May 20 18:30 System.Net.Http.Json.dll
|
||||
2026-07-04T13:12:11.5148334Z -rwxr--r-- 1 root root 296272 May 20 18:31 System.Net.Http.dll
|
||||
2026-07-04T13:12:11.5148477Z -rwxr--r-- 1 root root 56144 May 20 18:30 System.Net.HttpListener.dll
|
||||
2026-07-04T13:12:11.5148679Z -rwxr--r-- 1 root root 105296 May 20 18:31 System.Net.Mail.dll
|
||||
2026-07-04T13:12:11.5148845Z -rwxr--r-- 1 root root 24400 May 20 18:31 System.Net.NameResolution.dll
|
||||
2026-07-04T13:12:11.5148996Z -rwxr--r-- 1 root root 42320 May 20 18:29 System.Net.NetworkInformation.dll
|
||||
2026-07-04T13:12:11.5149136Z -rwxr--r-- 1 root root 27984 May 20 18:29 System.Net.Ping.dll
|
||||
2026-07-04T13:12:11.5149310Z -rwxr--r-- 1 root root 107344 May 20 18:31 System.Net.Primitives.dll
|
||||
2026-07-04T13:12:11.5149483Z -rwxr--r-- 1 root root 39248 May 20 18:30 System.Net.Quic.dll
|
||||
2026-07-04T13:12:11.5149644Z -rwxr--r-- 1 root root 65872 May 20 18:30 System.Net.Requests.dll
|
||||
2026-07-04T13:12:11.5150001Z -rwxr--r-- 1 root root 114512 May 20 18:30 System.Net.Security.dll
|
||||
2026-07-04T13:12:11.5150166Z -rwxr--r-- 1 root root 40784 May 20 18:29 System.Net.ServerSentEvents.dll
|
||||
2026-07-04T13:12:11.5150253Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Net.ServicePoint.dll
|
||||
2026-07-04T13:12:11.5150402Z -rwxr--r-- 1 root root 74576 May 20 18:29 System.Net.Sockets.dll
|
||||
2026-07-04T13:12:11.5150564Z -rwxr--r-- 1 root root 56144 May 20 18:31 System.Net.WebClient.dll
|
||||
2026-07-04T13:12:11.5150716Z -rwxr--r-- 1 root root 33104 May 20 18:29 System.Net.WebHeaderCollection.dll
|
||||
2026-07-04T13:12:11.5150889Z -rwxr--r-- 1 root root 21840 May 20 18:31 System.Net.WebProxy.dll
|
||||
2026-07-04T13:12:11.5151238Z -rwxr--r-- 1 root root 52560 May 20 18:31 System.Net.WebSockets.Client.dll
|
||||
2026-07-04T13:12:11.5151418Z -rwxr--r-- 1 root root 108880 May 20 18:31 System.Net.WebSockets.dll
|
||||
2026-07-04T13:12:11.5151578Z -rwxr--r-- 1 root root 17232 May 20 18:31 System.Net.dll
|
||||
2026-07-04T13:12:11.5151715Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Numerics.Vectors.dll
|
||||
2026-07-04T13:12:11.5151802Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Numerics.dll
|
||||
2026-07-04T13:12:11.5151933Z -rwxr--r-- 1 root root 41296 May 20 18:29 System.ObjectModel.dll
|
||||
2026-07-04T13:12:11.5152093Z -rwxr--r-- 1 root root 4880208 May 20 18:19 System.Private.CoreLib.dll
|
||||
2026-07-04T13:12:11.5152307Z -rwxr--r-- 1 root root 859472 May 20 18:31 System.Private.DataContractSerialization.dll
|
||||
2026-07-04T13:12:11.5152488Z -rwxr--r-- 1 root root 105808 May 20 18:28 System.Private.Uri.dll
|
||||
2026-07-04T13:12:11.5152692Z -rwxr--r-- 1 root root 153936 May 20 18:30 System.Private.Xml.Linq.dll
|
||||
2026-07-04T13:12:11.5152975Z -rwxr--r-- 1 root root 3106128 May 20 18:30 System.Private.Xml.dll
|
||||
2026-07-04T13:12:11.5153163Z -rwxr--r-- 1 root root 38224 May 20 18:31 System.Reflection.DispatchProxy.dll
|
||||
2026-07-04T13:12:11.5153372Z -rwxr--r-- 1 root root 15696 May 20 18:29 System.Reflection.Emit.ILGeneration.dll
|
||||
2026-07-04T13:12:11.5153608Z -rwxr--r-- 1 root root 15696 May 20 18:29 System.Reflection.Emit.Lightweight.dll
|
||||
2026-07-04T13:12:11.5153879Z -rwxr--r-- 1 root root 133456 May 20 18:29 System.Reflection.Emit.dll
|
||||
2026-07-04T13:12:11.5153978Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Reflection.Extensions.dll
|
||||
2026-07-04T13:12:11.5154089Z -rwxr--r-- 1 root root 503632 May 20 18:29 System.Reflection.Metadata.dll
|
||||
2026-07-04T13:12:11.5154210Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Reflection.Primitives.dll
|
||||
2026-07-04T13:12:11.5154364Z -rwxr--r-- 1 root root 24400 May 20 18:31 System.Reflection.TypeExtensions.dll
|
||||
2026-07-04T13:12:11.5154528Z -rwxr--r-- 1 root root 16208 May 20 18:31 System.Reflection.dll
|
||||
2026-07-04T13:12:11.5154682Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Resources.Reader.dll
|
||||
2026-07-04T13:12:11.5154910Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Resources.ResourceManager.dll
|
||||
2026-07-04T13:12:11.5155087Z -rwxr--r-- 1 root root 26960 May 20 18:31 System.Resources.Writer.dll
|
||||
2026-07-04T13:12:11.5155192Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Runtime.CompilerServices.Unsafe.dll
|
||||
2026-07-04T13:12:11.5155391Z -rwxr--r-- 1 root root 17232 May 20 18:30 System.Runtime.CompilerServices.VisualC.dll
|
||||
2026-07-04T13:12:11.5155579Z -rwxr--r-- 1 root root 17744 May 20 18:30 System.Runtime.Extensions.dll
|
||||
2026-07-04T13:12:11.5155669Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Runtime.Handles.dll
|
||||
2026-07-04T13:12:11.5155753Z -rwxr--r-- 1 root root 89936 May 20 18:31 System.Runtime.InteropServices.JavaScript.dll
|
||||
2026-07-04T13:12:11.5155878Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Runtime.InteropServices.RuntimeInformation.dll
|
||||
2026-07-04T13:12:11.5156045Z -rwxr--r-- 1 root root 64848 May 20 18:29 System.Runtime.InteropServices.dll
|
||||
2026-07-04T13:12:11.5158325Z -rwxr--r-- 1 root root 17232 May 20 18:29 System.Runtime.Intrinsics.dll
|
||||
2026-07-04T13:12:11.5158590Z -rwxr--r-- 1 root root 15696 May 20 18:29 System.Runtime.Loader.dll
|
||||
2026-07-04T13:12:11.5158772Z -rwxr--r-- 1 root root 145232 May 20 18:29 System.Runtime.Numerics.dll
|
||||
2026-07-04T13:12:11.5158922Z -rwxr--r-- 1 root root 65872 May 20 18:29 System.Runtime.Serialization.Formatters.dll
|
||||
2026-07-04T13:12:11.5159089Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Runtime.Serialization.Json.dll
|
||||
2026-07-04T13:12:11.5159322Z -rwxr--r-- 1 root root 23376 May 20 18:30 System.Runtime.Serialization.Primitives.dll
|
||||
2026-07-04T13:12:11.5159494Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.Runtime.Serialization.Xml.dll
|
||||
2026-07-04T13:12:11.5159654Z -rwxr--r-- 1 root root 17232 May 20 18:31 System.Runtime.Serialization.dll
|
||||
2026-07-04T13:12:11.5159852Z -rwxr--r-- 1 root root 44880 May 20 18:28 System.Runtime.dll
|
||||
2026-07-04T13:12:11.5160010Z -rwxr--r-- 1 root root 58192 May 20 18:29 System.Security.AccessControl.dll
|
||||
2026-07-04T13:12:11.5160171Z -rwxr--r-- 1 root root 55120 May 20 18:29 System.Security.Claims.dll
|
||||
2026-07-04T13:12:11.5160331Z -rwxr--r-- 1 root root 17232 May 20 18:31 System.Security.Cryptography.Algorithms.dll
|
||||
2026-07-04T13:12:11.5249058Z -rwxr--r-- 1 root root 16208 May 20 18:31 System.Security.Cryptography.Cng.dll
|
||||
2026-07-04T13:12:11.5249347Z -rwxr--r-- 1 root root 16208 May 20 18:31 System.Security.Cryptography.Csp.dll
|
||||
2026-07-04T13:12:11.5249535Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Security.Cryptography.Encoding.dll
|
||||
2026-07-04T13:12:11.5249760Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Security.Cryptography.OpenSsl.dll
|
||||
2026-07-04T13:12:11.5250033Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Security.Cryptography.Primitives.dll
|
||||
2026-07-04T13:12:11.5250216Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.Security.Cryptography.X509Certificates.dll
|
||||
2026-07-04T13:12:11.5250674Z -rwxr--r-- 1 root root 654160 May 20 18:31 System.Security.Cryptography.dll
|
||||
2026-07-04T13:12:11.5250967Z -rwxr--r-- 1 root root 37712 May 20 18:29 System.Security.Principal.Windows.dll
|
||||
2026-07-04T13:12:11.5251315Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Security.Principal.dll
|
||||
2026-07-04T13:12:11.5251503Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Security.SecureString.dll
|
||||
2026-07-04T13:12:11.5251716Z -rwxr--r-- 1 root root 18256 May 20 18:31 System.Security.dll
|
||||
2026-07-04T13:12:11.5251870Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.ServiceModel.Web.dll
|
||||
2026-07-04T13:12:11.5251960Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.ServiceProcess.dll
|
||||
2026-07-04T13:12:11.5252050Z -rwxr--r-- 1 root root 742736 May 20 18:29 System.Text.Encoding.CodePages.dll
|
||||
2026-07-04T13:12:11.5252249Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Text.Encoding.Extensions.dll
|
||||
2026-07-04T13:12:11.5252419Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Text.Encoding.dll
|
||||
2026-07-04T13:12:11.5252574Z -rwxr--r-- 1 root root 65872 May 20 18:32 System.Text.Encodings.Web.dll
|
||||
2026-07-04T13:12:11.5252760Z -rwxr--r-- 1 root root 649040 May 20 18:30 System.Text.Json.dll
|
||||
2026-07-04T13:12:11.5252867Z -rwxr--r-- 1 root root 384848 May 20 18:30 System.Text.RegularExpressions.dll
|
||||
2026-07-04T13:12:11.5253087Z -rwxr--r-- 1 root root 33616 May 20 18:29 System.Threading.AccessControl.dll
|
||||
2026-07-04T13:12:11.5253251Z -rwxr--r-- 1 root root 66384 May 20 18:29 System.Threading.Channels.dll
|
||||
2026-07-04T13:12:11.5253433Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Threading.Overlapped.dll
|
||||
2026-07-04T13:12:11.5253553Z -rwxr--r-- 1 root root 185680 May 20 18:29 System.Threading.Tasks.Dataflow.dll
|
||||
2026-07-04T13:12:11.5253654Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Threading.Tasks.Extensions.dll
|
||||
2026-07-04T13:12:11.5253817Z -rwxr--r-- 1 root root 61264 May 20 18:31 System.Threading.Tasks.Parallel.dll
|
||||
2026-07-04T13:12:11.5253978Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.Threading.Tasks.dll
|
||||
2026-07-04T13:12:11.5254084Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Threading.Thread.dll
|
||||
2026-07-04T13:12:11.5254257Z -rwxr--r-- 1 root root 15696 May 20 18:28 System.Threading.ThreadPool.dll
|
||||
2026-07-04T13:12:11.5254445Z -rwxr--r-- 1 root root 15184 May 20 18:30 System.Threading.Timer.dll
|
||||
2026-07-04T13:12:11.5254568Z -rwxr--r-- 1 root root 44880 May 20 18:28 System.Threading.dll
|
||||
2026-07-04T13:12:11.5254651Z -rwxr--r-- 1 root root 175952 May 20 18:30 System.Transactions.Local.dll
|
||||
2026-07-04T13:12:11.5254735Z -rwxr--r-- 1 root root 16720 May 20 18:31 System.Transactions.dll
|
||||
2026-07-04T13:12:11.5254887Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.ValueTuple.dll
|
||||
2026-07-04T13:12:11.5255064Z -rwxr--r-- 1 root root 30032 May 20 18:31 System.Web.HttpUtility.dll
|
||||
2026-07-04T13:12:11.5255242Z -rwxr--r-- 1 root root 15184 May 20 18:31 System.Web.dll
|
||||
2026-07-04T13:12:11.5255373Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Windows.dll
|
||||
2026-07-04T13:12:11.5255459Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Xml.Linq.dll
|
||||
2026-07-04T13:12:11.5255542Z -rwxr--r-- 1 root root 21840 May 20 18:30 System.Xml.ReaderWriter.dll
|
||||
2026-07-04T13:12:11.5255636Z -rwxr--r-- 1 root root 16208 May 20 18:31 System.Xml.Serialization.dll
|
||||
2026-07-04T13:12:11.5255720Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Xml.XDocument.dll
|
||||
2026-07-04T13:12:11.5255803Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Xml.XPath.XDocument.dll
|
||||
2026-07-04T13:12:11.5255959Z -rwxr--r-- 1 root root 15696 May 20 18:30 System.Xml.XPath.dll
|
||||
2026-07-04T13:12:11.5256266Z -rwxr--r-- 1 root root 15696 May 20 18:31 System.Xml.XmlDocument.dll
|
||||
2026-07-04T13:12:11.5256385Z -rwxr--r-- 1 root root 17744 May 20 18:31 System.Xml.XmlSerializer.dll
|
||||
2026-07-04T13:12:11.5256471Z -rwxr--r-- 1 root root 23376 May 20 18:31 System.Xml.dll
|
||||
2026-07-04T13:12:11.5256551Z -rwxr--r-- 1 root root 50000 May 20 18:32 System.dll
|
||||
2026-07-04T13:12:11.5256633Z -rw-r--r-- 1 root root 156672 Jul 4 13:09 TaxBaik.Application.dll
|
||||
2026-07-04T13:12:11.5256719Z -rw-r--r-- 1 root root 38472 Jul 4 13:09 TaxBaik.Application.pdb
|
||||
2026-07-04T13:12:11.5256811Z -rw-r--r-- 1 root root 37888 Jul 4 13:09 TaxBaik.Domain.dll
|
||||
2026-07-04T13:12:11.5256910Z -rw-r--r-- 1 root root 24100 Jul 4 13:09 TaxBaik.Domain.pdb
|
||||
2026-07-04T13:12:11.5257068Z -rw-r--r-- 1 root root 713216 Jul 4 13:11 TaxBaik.Web.Client.dll
|
||||
2026-07-04T13:12:11.5257222Z -rw-r--r-- 1 root root 373100 Jul 4 13:11 TaxBaik.Web.Client.pdb
|
||||
2026-07-04T13:12:11.5257428Z -rw-r--r-- 1 root root 2546 Jul 4 13:11 TaxBaik.Web.Client.runtimeconfig.json
|
||||
2026-07-04T13:12:11.5257634Z -rw-r--r-- 1 root root 1007340 Jul 4 13:11 TaxBaik.Web.Client.staticwebassets.endpoints.json
|
||||
2026-07-04T13:12:11.5257811Z -rw-r--r-- 1 root root 78064 Jul 4 13:11 TaxBaik.Web.Client.staticwebassets.runtime.json
|
||||
2026-07-04T13:12:11.5257978Z -rwxr--r-- 1 root root 16208 May 20 18:31 WindowsBase.dll
|
||||
2026-07-04T13:12:11.5258134Z -rwxr--r-- 1 root root 37898 May 20 18:42 dotnet.js
|
||||
2026-07-04T13:12:11.5258235Z -rwxr--r-- 1 root root 51818 May 20 18:42 dotnet.js.map
|
||||
2026-07-04T13:12:11.5258317Z -rwxr--r-- 1 root root 145050 May 20 18:43 dotnet.native.js
|
||||
2026-07-04T13:12:11.5258513Z -rwxr--r-- 1 root root 3002101 May 20 18:43 dotnet.native.wasm
|
||||
2026-07-04T13:12:11.5258681Z -rwxr--r-- 1 root root 198479 May 20 18:42 dotnet.runtime.js
|
||||
2026-07-04T13:12:11.5258817Z -rwxr--r-- 1 root root 276757 May 20 18:42 dotnet.runtime.js.map
|
||||
2026-07-04T13:12:11.5258967Z -rwxr--r-- 1 root root 956416 Apr 2 19:04 icudt_CJK.dat
|
||||
2026-07-04T13:12:11.5259148Z -rwxr--r-- 1 root root 550832 Apr 2 19:04 icudt_EFIGS.dat
|
||||
2026-07-04T13:12:11.5259308Z -rwxr--r-- 1 root root 1107168 Apr 2 19:04 icudt_no_CJK.dat
|
||||
2026-07-04T13:12:11.5259459Z -rwxr--r-- 1 root root 59728 May 20 18:31 mscorlib.dll
|
||||
2026-07-04T13:12:11.5259612Z -rwxr--r-- 1 root root 100688 May 20 18:32 netstandard.dll
|
||||
2026-07-04T13:12:11.5259759Z drwxr-xr-x 3 root root 4096 Jul 4 13:11 wwwroot
|
||||
2026-07-04T13:12:11.5260131Z total 4352
|
||||
2026-07-04T13:12:11.5260302Z drwxr-xr-x 8 root root 4096 Jul 4 13:11 .
|
||||
2026-07-04T13:12:11.5260470Z drwxr-xr-x 3 root root 4096 Jul 4 13:11 ..
|
||||
2026-07-04T13:12:11.5260626Z -rw-r--r-- 1 root root 196 Jul 4 13:11 .NETCoreApp,Version=v10.0.AssemblyAttributes.cs
|
||||
2026-07-04T13:12:11.5260784Z -rw-r--r-- 1 root root 137 Jul 4 13:11 EmbeddedAttribute.cs
|
||||
2026-07-04T13:12:11.5260941Z -rw-r--r-- 1 root root 0 Jul 4 13:11 TaxBaik..C36EE7CA.Up2Date
|
||||
2026-07-04T13:12:11.5261222Z -rw-r--r-- 1 root root 1008 Jul 4 13:11 TaxBaik.Web.Client.AssemblyInfo.cs
|
||||
2026-07-04T13:12:11.5261405Z -rw-r--r-- 1 root root 65 Jul 4 13:11 TaxBaik.Web.Client.AssemblyInfoInputs.cache
|
||||
2026-07-04T13:12:11.5261503Z -rw-r--r-- 1 root root 16355 Jul 4 13:11 TaxBaik.Web.Client.GeneratedMSBuildEditorConfig.editorconfig
|
||||
2026-07-04T13:12:11.5261615Z -rw-r--r-- 1 root root 433 Jul 4 13:11 TaxBaik.Web.Client.GlobalUsings.g.cs
|
||||
2026-07-04T13:12:11.5261703Z -rw-r--r-- 1 root root 0 Jul 4 13:11 TaxBaik.Web.Client.MvcApplicationPartsAssemblyInfo.cache
|
||||
2026-07-04T13:12:11.5261801Z -rw-r--r-- 1 root root 27329 Jul 4 13:11 TaxBaik.Web.Client.assets.cache
|
||||
2026-07-04T13:12:11.5261889Z -rw-r--r-- 1 root root 20456 Jul 4 13:11 TaxBaik.Web.Client.csproj.AssemblyReference.cache
|
||||
2026-07-04T13:12:11.5262031Z -rw-r--r-- 1 root root 65 Jul 4 13:11 TaxBaik.Web.Client.csproj.CoreCompileInputs.cache
|
||||
2026-07-04T13:12:11.5262202Z -rw-r--r-- 1 root root 136894 Jul 4 13:11 TaxBaik.Web.Client.csproj.FileListAbsolute.txt
|
||||
2026-07-04T13:12:11.5262340Z -rw-r--r-- 1 root root 713216 Jul 4 13:11 TaxBaik.Web.Client.dll
|
||||
2026-07-04T13:12:11.5262508Z -rw-r--r-- 1 root root 65 Jul 4 13:11 TaxBaik.Web.Client.genruntimeconfig.cache
|
||||
2026-07-04T13:12:11.5262662Z -rw-r--r-- 1 root root 373100 Jul 4 13:11 TaxBaik.Web.Client.pdb
|
||||
2026-07-04T13:12:11.5262819Z -rw-r--r-- 1 root root 276 Jul 4 13:11 ValidatableTypeAttribute.cs
|
||||
2026-07-04T13:12:11.5263027Z -rw-r--r-- 1 root root 3 Jul 4 13:11 blazor.build.boot-extension.json
|
||||
2026-07-04T13:12:11.5263190Z drwxr-xr-x 2 root root 20480 Jul 4 13:11 compressed
|
||||
2026-07-04T13:12:11.5263357Z -rw-r--r-- 1 root root 93392 Jul 4 13:11 dotnet.js
|
||||
2026-07-04T13:12:11.5263509Z -rw-r--r-- 1 root root 276597 Jul 4 13:11 rbcswa.dswa.cache.json
|
||||
2026-07-04T13:12:11.5263673Z drwxr-xr-x 2 root root 4096 Jul 4 13:11 ref
|
||||
2026-07-04T13:12:11.5263819Z drwxr-xr-x 2 root root 4096 Jul 4 13:11 refint
|
||||
2026-07-04T13:12:11.5263960Z -rw-r--r-- 1 root root 322 Jul 4 13:11 rjimswa.dswa.cache.json
|
||||
2026-07-04T13:12:11.5264120Z -rw-r--r-- 1 root root 3444 Jul 4 13:11 rjsmcshtml.dswa.cache.json
|
||||
2026-07-04T13:12:11.5264302Z -rw-r--r-- 1 root root 3444 Jul 4 13:11 rjsmrazor.dswa.cache.json
|
||||
2026-07-04T13:12:11.5264451Z -rw-r--r-- 1 root root 4223 Jul 4 13:11 rpswa.dswa.cache.json
|
||||
2026-07-04T13:12:11.5264608Z drwxr-xr-x 2 root root 4096 Jul 4 13:11 staticwebassets
|
||||
2026-07-04T13:12:11.5264772Z -rw-r--r-- 1 root root 1007340 Jul 4 13:11 staticwebassets.build.endpoints.json
|
||||
2026-07-04T13:12:11.5265812Z -rw-r--r-- 1 root root 1564906 Jul 4 13:11 staticwebassets.build.json
|
||||
2026-07-04T13:12:11.5266004Z -rw-r--r-- 1 root root 44 Jul 4 13:11 staticwebassets.build.json.cache
|
||||
2026-07-04T13:12:11.5266531Z -rw-r--r-- 1 root root 78064 Jul 4 13:11 staticwebassets.development.json
|
||||
2026-07-04T13:12:11.5266758Z -rw-r--r-- 1 root root 0 Jul 4 13:11 swae.build.ex.cache
|
||||
2026-07-04T13:12:11.5266937Z drwxr-xr-x 2 root root 4096 Jul 4 13:11 tmp-webcil
|
||||
2026-07-04T13:12:11.5267094Z drwxr-xr-x 2 root root 20480 Jul 4 13:11 webcil
|
||||
2026-07-04T13:13:34.6836583Z ✓ Publish Web elapsed: 153s
|
||||
2026-07-04T13:13:34.6849747Z -rw-r--r-- 1 root root 2.2M Jul 4 13:13 ./publish-logs/publish-web.binlog
|
||||
2026-07-04T13:13:34.7923863Z ::group::Run set -e
|
||||
2026-07-04T13:13:34.7924256Z set -e
|
||||
2026-07-04T13:13:34.7924366Z mkdir -p ./publish-logs
|
||||
2026-07-04T13:13:34.7924451Z # Proxy is not part of the solution restore graph, so restore it once
|
||||
2026-07-04T13:13:34.7924551Z # here before publishing to avoid NETSDK1004 in CI.
|
||||
2026-07-04T13:13:34.7924841Z dotnet restore src/TaxBaik.Proxy/
|
||||
2026-07-04T13:13:34.7924955Z dotnet build src/TaxBaik.Proxy/TaxBaik.Proxy.csproj -c Release --no-restore
|
||||
2026-07-04T13:13:34.7925079Z start=$(date +%s)
|
||||
2026-07-04T13:13:34.7925160Z dotnet publish src/TaxBaik.Proxy/ \
|
||||
2026-07-04T13:13:34.7925249Z -c Release \
|
||||
2026-07-04T13:13:34.7925335Z -o ./publish/proxy \
|
||||
2026-07-04T13:13:34.7925418Z --no-restore \
|
||||
2026-07-04T13:13:34.7925492Z --no-build \
|
||||
2026-07-04T13:13:34.7925570Z -p:PublishReadyToRun=false \
|
||||
2026-07-04T13:13:34.7925644Z -p:PerformanceSummary=true \
|
||||
2026-07-04T13:13:34.7925719Z -clp:Summary \
|
||||
2026-07-04T13:13:34.7925787Z -bl:./publish-logs/publish-proxy.binlog
|
||||
2026-07-04T13:13:34.7925861Z end=$(date +%s)
|
||||
2026-07-04T13:13:34.7925930Z echo "✓ Publish Proxy elapsed: $((end - start))s"
|
||||
2026-07-04T13:13:34.7926017Z ls -lh ./publish-logs/publish-proxy.binlog
|
||||
2026-07-04T13:13:34.7926277Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:34.7926600Z ::endgroup::
|
||||
2026-07-04T13:13:35.6339899Z Determining projects to restore...
|
||||
2026-07-04T13:13:36.1800562Z Restored /workspace/***/taxbaik/src/TaxBaik.Proxy/TaxBaik.Proxy.csproj (in 118 ms).
|
||||
2026-07-04T13:13:37.4722382Z TaxBaik.Proxy -> /workspace/***/taxbaik/src/TaxBaik.Proxy/bin/Release/net10.0/TaxBaik.Proxy.dll
|
||||
2026-07-04T13:13:37.5109572Z
|
||||
2026-07-04T13:13:37.5197832Z Build succeeded.
|
||||
2026-07-04T13:13:37.5199998Z 0 Warning(s)
|
||||
2026-07-04T13:13:37.5200383Z 0 Error(s)
|
||||
2026-07-04T13:13:37.5201755Z
|
||||
2026-07-04T13:13:37.5208860Z Time Elapsed 00:00:00.99
|
||||
2026-07-04T13:13:38.5576411Z TaxBaik.Proxy -> /workspace/***/taxbaik/publish/proxy/
|
||||
2026-07-04T13:13:38.5714883Z
|
||||
2026-07-04T13:13:38.5723906Z Build succeeded.
|
||||
2026-07-04T13:13:38.5727824Z 0 Warning(s)
|
||||
2026-07-04T13:13:38.5729672Z 0 Error(s)
|
||||
2026-07-04T13:13:38.5732538Z
|
||||
2026-07-04T13:13:38.5734158Z Time Elapsed 00:00:00.66
|
||||
2026-07-04T13:13:38.6053620Z ✓ Publish Proxy elapsed: 1s
|
||||
2026-07-04T13:13:38.6067767Z -rw-r--r-- 1 root root 335K Jul 4 13:13 ./publish-logs/publish-proxy.binlog
|
||||
2026-07-04T13:13:38.7226853Z ::group::Run set -e
|
||||
2026-07-04T13:13:38.7227437Z set -e
|
||||
2026-07-04T13:13:38.7227615Z JWT_SECRET_KEY="***"
|
||||
2026-07-04T13:13:38.7227847Z TELEGRAM_BOT_TOKEN="***"
|
||||
2026-07-04T13:13:38.7228015Z TELEGRAM_CHAT_ID="***"
|
||||
2026-07-04T13:13:38.7228313Z TELEGRAM_INQUIRY_CHAT_ID=""
|
||||
2026-07-04T13:13:38.7228460Z TELEGRAM_SYSTEM_CHAT_ID=""
|
||||
2026-07-04T13:13:38.7228660Z [ -z "$JWT_SECRET_KEY" ] && { echo "Missing TAXBAIK_JWT_SECRET_KEY" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.7228859Z [ -z "$TELEGRAM_BOT_TOKEN" ] && { echo "Missing TAXBAIK_TELEGRAM_BOT_TOKEN" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.7229026Z [ -z "$TELEGRAM_CHAT_ID" ] && { echo "Missing TAXBAIK_TELEGRAM_CHAT_ID" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.7229366Z [ -z "$TELEGRAM_INQUIRY_CHAT_ID" ] && TELEGRAM_INQUIRY_CHAT_ID="$TELEGRAM_CHAT_ID"
|
||||
2026-07-04T13:13:38.7229534Z [ -z "$TELEGRAM_SYSTEM_CHAT_ID" ] && TELEGRAM_SYSTEM_CHAT_ID="-5585148480"
|
||||
2026-07-04T13:13:38.7229688Z JWT_SECRET_KEY="$JWT_SECRET_KEY" \
|
||||
2026-07-04T13:13:38.7229858Z TELEGRAM_BOT_TOKEN="$TELEGRAM_BOT_TOKEN" \
|
||||
2026-07-04T13:13:38.7230034Z TELEGRAM_CHAT_ID="$TELEGRAM_CHAT_ID" \
|
||||
2026-07-04T13:13:38.7230350Z TELEGRAM_INQUIRY_CHAT_ID="$TELEGRAM_INQUIRY_CHAT_ID" \
|
||||
2026-07-04T13:13:38.7230502Z TELEGRAM_SYSTEM_CHAT_ID="$TELEGRAM_SYSTEM_CHAT_ID" \
|
||||
2026-07-04T13:13:38.7230685Z python3 -c '
|
||||
2026-07-04T13:13:38.7230820Z import json, os, pathlib
|
||||
2026-07-04T13:13:38.7230963Z pathlib.Path("./publish/appsettings.Production.json").write_text(
|
||||
2026-07-04T13:13:38.7231485Z json.dumps({
|
||||
2026-07-04T13:13:38.7231673Z "Jwt": {"SecretKey": os.environ["JWT_SECRET_KEY"]},
|
||||
2026-07-04T13:13:38.7231827Z "Telegram": {
|
||||
2026-07-04T13:13:38.7231965Z "BotToken": os.environ["TELEGRAM_BOT_TOKEN"],
|
||||
2026-07-04T13:13:38.7232155Z "ChatId": os.environ["TELEGRAM_CHAT_ID"],
|
||||
2026-07-04T13:13:38.7232301Z "InquiryChatId": os.environ["TELEGRAM_INQUIRY_CHAT_ID"],
|
||||
2026-07-04T13:13:38.7232446Z "SystemChatId": os.environ["TELEGRAM_SYSTEM_CHAT_ID"]
|
||||
2026-07-04T13:13:38.7232591Z }
|
||||
2026-07-04T13:13:38.7232753Z }, ensure_ascii=False, indent=2),
|
||||
2026-07-04T13:13:38.7233027Z encoding="utf-8"
|
||||
2026-07-04T13:13:38.7233158Z )'
|
||||
2026-07-04T13:13:38.7233325Z test -s ./publish/appsettings.Production.json || { echo "appsettings.Production.json is empty" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.7233447Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:38.7233563Z ::endgroup::
|
||||
2026-07-04T13:13:38.9869961Z ::group::Run test -s ./publish/proxy/TaxBaik.Proxy.dll || { echo "TaxBaik.Proxy.dll missing" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.9870335Z test -s ./publish/proxy/TaxBaik.Proxy.dll || { echo "TaxBaik.Proxy.dll missing" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.9870463Z test -s ./publish/proxy/TaxBaik.Proxy.runtimeconfig.json || { echo "TaxBaik.Proxy.runtimeconfig.json missing" >&2; exit 1; }
|
||||
2026-07-04T13:13:38.9870578Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:38.9870689Z ::endgroup::
|
||||
2026-07-04T13:13:39.1581439Z ::group::Run mkdir -p ./publish/db && cp -r db/migrations ./publish/db/ || true
|
||||
2026-07-04T13:13:39.1581828Z mkdir -p ./publish/db && cp -r db/migrations ./publish/db/ || true
|
||||
2026-07-04T13:13:39.1581945Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:39.1582057Z ::endgroup::
|
||||
2026-07-04T13:13:39.3269319Z ::group::Run bash scripts/validate_migrations.sh db/migrations
|
||||
2026-07-04T13:13:39.3270166Z bash scripts/validate_migrations.sh db/migrations
|
||||
2026-07-04T13:13:39.3271314Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:39.3272003Z ::endgroup::
|
||||
2026-07-04T13:13:39.4174922Z Duplicate version check passed.
|
||||
2026-07-04T13:13:39.5287374Z ::group::Run bash scripts/validate_kst_timestamps.sh
|
||||
2026-07-04T13:13:39.5287938Z bash scripts/validate_kst_timestamps.sh
|
||||
2026-07-04T13:13:39.5288057Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:39.5288185Z ::endgroup::
|
||||
2026-07-04T13:13:39.5845000Z KST timestamp harness passed.
|
||||
2026-07-04T13:13:39.6981958Z ::group::Run COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||
2026-07-04T13:13:39.6982433Z COMMIT_HASH=$(git rev-parse --short HEAD)
|
||||
2026-07-04T13:13:39.6982554Z BUILD_TIME=$(TZ=Asia/Seoul date +'%Y-%m-%d %H:%M:%S KST')
|
||||
2026-07-04T13:13:39.6982657Z mkdir -p ./publish/wwwroot
|
||||
2026-07-04T13:13:39.6982775Z printf '{\n "version": "%s",\n "built": "%s"\n}\n' "$COMMIT_HASH" "$BUILD_TIME" > ./publish/wwwroot/version.json
|
||||
2026-07-04T13:13:39.6982913Z echo "✓ Build: $COMMIT_HASH @ $BUILD_TIME"
|
||||
2026-07-04T13:13:39.6983012Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:39.6983143Z ::endgroup::
|
||||
2026-07-04T13:13:39.7666694Z ✓ Build: 333089a @ 2026-07-04 22:13:39 KST
|
||||
2026-07-04T13:13:39.8839119Z ::group::Run mkdir -p ~/.ssh
|
||||
2026-07-04T13:13:39.8839443Z mkdir -p ~/.ssh
|
||||
2026-07-04T13:13:39.8839565Z SSH_KEY_B64="***"
|
||||
2026-07-04T13:13:39.8839697Z SSH_KEY_RAW="***"
|
||||
2026-07-04T13:13:39.8839828Z if [ -n "$SSH_KEY_B64" ]; then
|
||||
2026-07-04T13:13:39.8839904Z printf '%s' "$SSH_KEY_B64" | base64 -d > ~/.ssh/id_ed25519
|
||||
2026-07-04T13:13:39.8839987Z elif [ -n "$SSH_KEY_RAW" ]; then
|
||||
2026-07-04T13:13:39.8840064Z if printf '%s' "$SSH_KEY_RAW" | grep -q 'BEGIN .*PRIVATE KEY'; then
|
||||
2026-07-04T13:13:39.8840162Z printf '%b\n' "$SSH_KEY_RAW" > ~/.ssh/id_ed25519
|
||||
2026-07-04T13:13:39.8840244Z else
|
||||
2026-07-04T13:13:39.8840311Z printf '%s' "$SSH_KEY_RAW" | base64 -d > ~/.ssh/id_ed25519
|
||||
2026-07-04T13:13:39.8840401Z fi
|
||||
2026-07-04T13:13:39.8840468Z else
|
||||
2026-07-04T13:13:39.8840542Z echo "Missing DEPLOY_SSH_KEY_B64 or DEPLOY_SSH_KEY" >&2; exit 1
|
||||
2026-07-04T13:13:39.8840634Z fi
|
||||
2026-07-04T13:13:39.8840694Z sed -i 's/\r$//' ~/.ssh/id_ed25519
|
||||
2026-07-04T13:13:39.8840774Z chmod 600 ~/.ssh/id_ed25519
|
||||
2026-07-04T13:13:39.8840843Z ssh-keyscan -H "***" >> ~/.ssh/known_hosts 2>/dev/null || true
|
||||
2026-07-04T13:13:39.8840934Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:39.8841160Z ::endgroup::
|
||||
2026-07-04T13:13:40.2940162Z ::group::Run cp deploy_gb.sh ./publish/deploy_gb.sh
|
||||
2026-07-04T13:13:40.2940570Z cp deploy_gb.sh ./publish/deploy_gb.sh
|
||||
2026-07-04T13:13:40.2940686Z mkdir -p ./publish/scripts
|
||||
2026-07-04T13:13:40.2940784Z cp scripts/validate_migrations.sh ./publish/scripts/validate_migrations.sh
|
||||
2026-07-04T13:13:40.2941234Z chmod +x ./publish/scripts/validate_migrations.sh
|
||||
2026-07-04T13:13:40.2941324Z tar -czf taxbaik_deploy.tgz -C ./publish .
|
||||
2026-07-04T13:13:40.2941443Z echo "✓ Package: $(du -sh taxbaik_deploy.tgz | cut -f1)"
|
||||
2026-07-04T13:13:40.2941550Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:40.2941809Z ::endgroup::
|
||||
2026-07-04T13:13:42.8131179Z ✓ Package: 23M
|
||||
2026-07-04T13:13:42.9209145Z ::group::Run set -e
|
||||
2026-07-04T13:13:42.9209698Z set -e
|
||||
2026-07-04T13:13:42.9209813Z export TAXBAIK_DEPLOY_FROM_CI=1
|
||||
2026-07-04T13:13:42.9209918Z TIMESTAMP=$(TZ=Asia/Seoul date +%Y%m%d_%H%M%S)
|
||||
2026-07-04T13:13:42.9210001Z COMMIT=$(git rev-parse --short HEAD)
|
||||
2026-07-04T13:13:42.9210082Z DEPLOY_HOST="***"
|
||||
2026-07-04T13:13:42.9210164Z DEPLOY_USER="***"
|
||||
2026-07-04T13:13:42.9210250Z TELEGRAM_BOT_TOKEN="***"
|
||||
2026-07-04T13:13:42.9210333Z TELEGRAM_SYSTEM_CHAT_ID=""
|
||||
2026-07-04T13:13:42.9210638Z TELEGRAM_CHAT_ID="${TELEGRAM_SYSTEM_CHAT_ID:--5585148480}"
|
||||
2026-07-04T13:13:42.9210723Z
|
||||
2026-07-04T13:13:42.9210789Z send_telegram() {
|
||||
2026-07-04T13:13:42.9210862Z local text="$1"
|
||||
2026-07-04T13:13:42.9210940Z if [ -z "$TELEGRAM_BOT_TOKEN" ]; then
|
||||
2026-07-04T13:13:42.9211349Z echo "Skipping Telegram notification: missing TAXBAIK_TELEGRAM_BOT_TOKEN" >&2
|
||||
2026-07-04T13:13:42.9211471Z return 0
|
||||
2026-07-04T13:13:42.9211617Z fi
|
||||
2026-07-04T13:13:42.9211684Z
|
||||
2026-07-04T13:13:42.9211765Z curl -fsS -X POST "https://api.telegram.org/bot${TELEGRAM_BOT_TOKEN}/sendMessage" \
|
||||
2026-07-04T13:13:42.9211858Z -d "chat_id=${TELEGRAM_CHAT_ID}" \
|
||||
2026-07-04T13:13:42.9211937Z --data-urlencode "text=${text}" \
|
||||
2026-07-04T13:13:42.9212171Z -d "parse_mode=HTML" >/dev/null || true
|
||||
2026-07-04T13:13:42.9212250Z }
|
||||
2026-07-04T13:13:42.9212314Z
|
||||
2026-07-04T13:13:42.9212381Z notify_failure() {
|
||||
2026-07-04T13:13:42.9212515Z local exit_code=$?
|
||||
2026-07-04T13:13:42.9212586Z send_telegram "❌ <b>TaxBaik 배포 실패</b>
|
||||
2026-07-04T13:13:42.9212681Z
|
||||
2026-07-04T13:13:42.9212751Z 커밋: <code>${COMMIT}</code>
|
||||
2026-07-04T13:13:42.9212978Z 시간: <code>${TIMESTAMP}</code>
|
||||
2026-07-04T13:13:42.9213060Z 단계: CI/CD deploy"
|
||||
2026-07-04T13:13:42.9213158Z exit "$exit_code"
|
||||
2026-07-04T13:13:42.9213233Z }
|
||||
2026-07-04T13:13:42.9213297Z
|
||||
2026-07-04T13:13:42.9213422Z trap notify_failure ERR
|
||||
2026-07-04T13:13:42.9213514Z
|
||||
2026-07-04T13:13:42.9213577Z echo "=== Deploying TaxBaik $COMMIT ($TIMESTAMP) ==="
|
||||
2026-07-04T13:13:42.9213809Z
|
||||
2026-07-04T13:13:42.9213873Z # 1. 아티팩트 업로드
|
||||
2026-07-04T13:13:42.9213948Z scp -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes \
|
||||
2026-07-04T13:13:42.9214028Z taxbaik_deploy.tgz "$DEPLOY_USER@$DEPLOY_HOST:/tmp/taxbaik_${TIMESTAMP}.tgz"
|
||||
2026-07-04T13:13:42.9214119Z
|
||||
2026-07-04T13:13:42.9214188Z # 2. 서버에서 배포 + 헬스 체크 (SSH 1회 연결로 처리, Green-Blue 지원)
|
||||
2026-07-04T13:13:42.9214335Z ssh -i ~/.ssh/id_ed25519 -o StrictHostKeyChecking=yes \
|
||||
2026-07-04T13:13:42.9214557Z -o ServerAliveInterval=10 \
|
||||
2026-07-04T13:13:42.9214642Z "$DEPLOY_USER@$DEPLOY_HOST" TAXBAIK_DEPLOY_FROM_CI=1 bash << REMOTE
|
||||
2026-07-04T13:13:42.9214727Z set -e
|
||||
2026-07-04T13:13:42.9214797Z DEPLOY_HOME="/home/***"
|
||||
2026-07-04T13:13:42.9214873Z DEPLOY_DIR="\$DEPLOY_HOME/deployments/taxbaik_${TIMESTAMP}"
|
||||
2026-07-04T13:13:42.9214973Z TIMESTAMP="${TIMESTAMP}"
|
||||
2026-07-04T13:13:42.9215054Z COMMIT="${COMMIT}"
|
||||
2026-07-04T13:13:42.9215187Z
|
||||
2026-07-04T13:13:42.9215400Z echo "--- [1/5] 압축 해제 ---"
|
||||
2026-07-04T13:13:42.9215489Z mkdir -p "\$DEPLOY_DIR"
|
||||
2026-07-04T13:13:42.9215560Z tar -xzf "/tmp/taxbaik_\${TIMESTAMP}.tgz" -C "\$DEPLOY_DIR"
|
||||
2026-07-04T13:13:42.9215639Z rm -f "/tmp/taxbaik_\${TIMESTAMP}.tgz"
|
||||
2026-07-04T13:13:42.9215721Z
|
||||
2026-07-04T13:13:42.9215783Z echo "--- [2/5] 운영 설정 검증 ---"
|
||||
2026-07-04T13:13:42.9215859Z test -s "\$DEPLOY_DIR/appsettings.Production.json" \
|
||||
2026-07-04T13:13:42.9215934Z || { echo "FATAL: appsettings.Production.json 없음" >&2; exit 1; }
|
||||
2026-07-04T13:13:42.9216271Z test -s "\$DEPLOY_DIR/proxy/TaxBaik.Proxy.dll" \
|
||||
2026-07-04T13:13:42.9216359Z || { echo "FATAL: TaxBaik.Proxy.dll 없음" >&2; exit 1; }
|
||||
2026-07-04T13:13:42.9216437Z
|
||||
2026-07-04T13:13:42.9216510Z echo "--- [3/5] 마이그레이션 사전 검증 ---"
|
||||
2026-07-04T13:13:42.9216586Z test -x "\$DEPLOY_DIR/scripts/validate_migrations.sh" \
|
||||
2026-07-04T13:13:42.9216660Z || { echo "FATAL: validate_migrations.sh 없음" >&2; exit 1; }
|
||||
2026-07-04T13:13:42.9216745Z "\$DEPLOY_DIR/scripts/validate_migrations.sh" "\$DEPLOY_DIR/db/migrations" "postgresql://taxbaik:taxbaik123@localhost:5432/taxbaikdb"
|
||||
2026-07-04T13:13:42.9216847Z
|
||||
2026-07-04T13:13:42.9217059Z echo "--- [4/5] Green-Blue 배포 실행 ---"
|
||||
2026-07-04T13:13:42.9217221Z chmod +x "\$DEPLOY_DIR/deploy_gb.sh"
|
||||
2026-07-04T13:13:42.9217308Z "\$DEPLOY_DIR/deploy_gb.sh" "\$DEPLOY_DIR"
|
||||
2026-07-04T13:13:42.9217386Z
|
||||
2026-07-04T13:13:42.9217447Z echo "--- [4.5/5] Nginx 설정 검증 ---"
|
||||
2026-07-04T13:13:42.9217520Z # 실제 로드되는 파일은 sites-enabled/의 심볼릭 링크 대상만이다.
|
||||
2026-07-04T13:13:42.9217605Z # sites-available/에 다른 파일(예: default)이 있어도 sites-enabled에
|
||||
2026-07-04T13:13:42.9218091Z # 링크되어 있지 않으면 nginx는 그 내용을 절대 읽지 않는다.
|
||||
2026-07-04T13:13:42.9218382Z NGINX_CONF=""
|
||||
2026-07-04T13:13:42.9218490Z for f in /etc/nginx/sites-enabled/*; do
|
||||
2026-07-04T13:13:42.9218573Z if [ -e "\$f" ] && grep -q "location /taxbaik" "\$f" 2>/dev/null; then
|
||||
2026-07-04T13:13:42.9218869Z NGINX_CONF=\$(readlink -f "\$f")
|
||||
2026-07-04T13:13:42.9218950Z break
|
||||
2026-07-04T13:13:42.9219016Z fi
|
||||
2026-07-04T13:13:42.9219102Z done
|
||||
2026-07-04T13:13:42.9219233Z
|
||||
2026-07-04T13:13:42.9219312Z if [ -z "\$NGINX_CONF" ]; then
|
||||
2026-07-04T13:13:42.9219390Z echo "❌ FATAL: sites-enabled/ 안에서 'location /taxbaik'를 정의한 파일을 찾을 수 없음" >&2
|
||||
2026-07-04T13:13:42.9219652Z echo " sites-available/에 파일을 수정해도 sites-enabled에 심볼릭 링크되어 있지 않으면 반영되지 않는다." >&2
|
||||
2026-07-04T13:13:42.9219759Z exit 1
|
||||
2026-07-04T13:13:42.9219835Z fi
|
||||
2026-07-04T13:13:42.9219908Z echo "실제 로드되는 설정 파일: \$NGINX_CONF"
|
||||
2026-07-04T13:13:42.9219986Z
|
||||
2026-07-04T13:13:42.9220131Z # 불변식: '/'와 '/taxbaik' location 모두 반드시 127.0.0.1:5001 (TaxBaik.Proxy)을
|
||||
2026-07-04T13:13:42.9220223Z # 가리켜야 한다. 5003/5004를 직접 하드코딩하면 Green-Blue 포트 전환 시
|
||||
2026-07-04T13:13:42.9220456Z # 죽은 포트를 가리키게 되어 502/404가 발생한다 (실제 발생했던 장애).
|
||||
2026-07-04T13:13:42.9220549Z if grep -E "proxy_pass\s+http://127\.0\.0\.1:500[34]" "\$NGINX_CONF" > /dev/null 2>&1; then
|
||||
2026-07-04T13:13:42.9220651Z echo "❌ FATAL: \$NGINX_CONF 가 포트 5003/5004를 직접 참조함 (Green-Blue 전환 시 502 발생)" >&2
|
||||
2026-07-04T13:13:42.9220753Z echo " 수정: sudo sed -i 's|127.0.0.1:500[34]|127.0.0.1:5001|g' \$NGINX_CONF && sudo nginx -t && sudo systemctl reload nginx" >&2
|
||||
2026-07-04T13:13:42.9220848Z exit 1
|
||||
2026-07-04T13:13:42.9220987Z fi
|
||||
2026-07-04T13:13:42.9221466Z
|
||||
2026-07-04T13:13:42.9221529Z # proxy_pass에 URI(끝 슬래시)가 있으면 nginx가 요청 경로를 재작성하며,
|
||||
2026-07-04T13:13:42.9221630Z # location 접두사와 슬래시 개수가 안 맞으면 백엔드로 이중 슬래시(//)가
|
||||
2026-07-04T13:13:42.9221713Z # 전달되어 404가 발생한다 (실제 발생했던 장애). 접두사 location에서는
|
||||
2026-07-04T13:13:42.9221797Z # proxy_pass에 URI를 붙이지 않는다.
|
||||
2026-07-04T13:13:42.9221894Z if grep -E "location\s+/taxbaik\s*\{" -A 1 "\$NGINX_CONF" | grep -qE "proxy_pass\s+http://127\.0\.0\.1:5001/;"; then
|
||||
2026-07-04T13:13:42.9221999Z echo "❌ FATAL: location /taxbaik 의 proxy_pass 에 불필요한 trailing slash가 있음 (이중 슬래시로 인한 404 위험)" >&2
|
||||
2026-07-04T13:13:42.9222362Z exit 1
|
||||
2026-07-04T13:13:42.9222534Z fi
|
||||
2026-07-04T13:13:42.9222682Z
|
||||
2026-07-04T13:13:42.9222792Z echo "✓ Nginx 설정 검증 통과 (실제 로드 파일 확인 + 포트 5001 고정 + trailing slash 없음)"
|
||||
2026-07-04T13:13:42.9223150Z
|
||||
2026-07-04T13:13:42.9223222Z echo "--- [5/5] 헬스 체크 (최대 60초) ---"
|
||||
2026-07-04T13:13:42.9223338Z ATTEMPTS=20
|
||||
2026-07-04T13:13:42.9223421Z for i in \$(seq 1 \$ATTEMPTS); do
|
||||
2026-07-04T13:13:42.9223498Z STATUS=\$(curl -sf -o /dev/null -w '%{http_code}' http://127.0.0.1:5001/taxbaik/healthz 2>/dev/null || echo "000")
|
||||
2026-07-04T13:13:42.9223594Z if [ "\$STATUS" = "200" ]; then
|
||||
2026-07-04T13:13:42.9223668Z echo "✓ [1/6] 헬스 체크 완료"
|
||||
2026-07-04T13:13:42.9223743Z
|
||||
2026-07-04T13:13:42.9223966Z # 검증 1: 메인 페이지 로드. curl -L + -w 는 리다이렉트 체인의 상태코드를
|
||||
2026-07-04T13:13:42.9224061Z # 이어붙이므로, 첫 응답 코드만 받아 200/3xx를 허용한다.
|
||||
2026-07-04T13:13:42.9224147Z MAIN_STATUS=\$(curl -fsS -o /dev/null -w '%{http_code}' http://127.0.0.1:5001/taxbaik/ 2>/dev/null || echo "000")
|
||||
2026-07-04T13:13:42.9224234Z if ! printf '%s' "\$MAIN_STATUS" | grep -Eq '^(200|301|302|307|308)$'; then
|
||||
2026-07-04T13:13:42.9224320Z echo "❌ 메인 페이지 로드 실패 (상태: \$MAIN_STATUS)" >&2
|
||||
2026-07-04T13:13:42.9224399Z exit 1
|
||||
2026-07-04T13:13:42.9224479Z fi
|
||||
2026-07-04T13:13:42.9224543Z echo "✓ [2/6] 메인 페이지 로드 완료"
|
||||
2026-07-04T13:13:42.9224985Z
|
||||
2026-07-04T13:13:42.9225055Z # 검증 2: CSS 파일 로드
|
||||
2026-07-04T13:13:42.9225135Z CSS_STATUS=\$(curl -sf -o /dev/null -w '%{http_code}' http://127.0.0.1:5001/taxbaik/css/admin.css 2>/dev/null || echo "000")
|
||||
2026-07-04T13:13:42.9225232Z if [ "\$CSS_STATUS" != "200" ]; then
|
||||
2026-07-04T13:13:42.9225309Z echo "❌ CSS 파일 로드 실패 (상태: \$CSS_STATUS)" >&2
|
||||
2026-07-04T13:13:42.9225387Z exit 1
|
||||
2026-07-04T13:13:42.9225462Z fi
|
||||
2026-07-04T13:13:42.9225738Z echo "✓ [3/6] CSS 파일 로드 완료"
|
||||
2026-07-04T13:13:42.9225831Z
|
||||
2026-07-04T13:13:42.9225896Z # 검증 3: 버전 정보. 파일 존재만 보면 5001이 잘못된 구 프로세스를
|
||||
2026-07-04T13:13:42.9225979Z # 가리키는 장애를 놓치므로, HTTP 응답이 이번 커밋인지 확인한다.
|
||||
2026-07-04T13:13:42.9226283Z if [ ! -s "\$DEPLOY_DIR/wwwroot/version.json" ]; then
|
||||
2026-07-04T13:13:42.9226386Z echo "❌ version.json 누락" >&2
|
||||
2026-07-04T13:13:42.9226486Z exit 1
|
||||
2026-07-04T13:13:42.9226563Z fi
|
||||
2026-07-04T13:13:42.9226631Z VERSION_JSON=\$(curl -fsS http://127.0.0.1:5001/taxbaik/version.json 2>/dev/null || true)
|
||||
2026-07-04T13:13:42.9226716Z if ! printf '%s' "\$VERSION_JSON" | grep -q "\"version\": \"\$COMMIT\""; then
|
||||
2026-07-04T13:13:42.9226807Z echo "❌ 5001 프록시가 이번 배포 버전을 제공하지 않음" >&2
|
||||
2026-07-04T13:13:42.9226891Z echo " expected: \$COMMIT" >&2
|
||||
2026-07-04T13:13:42.9227320Z echo " actual: \$VERSION_JSON" >&2
|
||||
2026-07-04T13:13:42.9227405Z echo " 확인: 5001 포트가 TaxBaik.Proxy.dll인지, /home/***/taxbaik_port가 새 포트인지 점검" >&2
|
||||
2026-07-04T13:13:42.9227514Z exit 1
|
||||
2026-07-04T13:13:42.9227584Z fi
|
||||
2026-07-04T13:13:42.9227652Z echo "✓ [4/6] 버전 정보 확인 완료"
|
||||
2026-07-04T13:13:42.9228126Z
|
||||
2026-07-04T13:13:42.9228198Z # 검증 4: 5001 프록시 확인
|
||||
2026-07-04T13:13:42.9228275Z if ! ss -tlnp | grep -q ':5001 '; then
|
||||
2026-07-04T13:13:42.9228357Z echo "❌ 5001 프록시가 실행 중이 아님" >&2
|
||||
2026-07-04T13:13:42.9228453Z exit 1
|
||||
2026-07-04T13:13:42.9229006Z fi
|
||||
2026-07-04T13:13:42.9229214Z echo "✓ [5/6] 5001 프록시 확인 완료"
|
||||
2026-07-04T13:13:42.9229372Z
|
||||
2026-07-04T13:13:42.9230132Z # 검증 5: 관리자 로그인 페이지
|
||||
2026-07-04T13:13:42.9230248Z LOGIN_STATUS=\$(curl -fsSL -o /dev/null -w '%{http_code}' http://127.0.0.1:5001/taxbaik/admin/login 2>/dev/null || echo "000")
|
||||
2026-07-04T13:13:42.9230348Z if [ "\$LOGIN_STATUS" != "200" ]; then
|
||||
2026-07-04T13:13:42.9230444Z echo "❌ 관리자 로그인 페이지 로드 실패 (상태: \$LOGIN_STATUS)" >&2
|
||||
2026-07-04T13:13:42.9230527Z exit 1
|
||||
2026-07-04T13:13:42.9230609Z fi
|
||||
2026-07-04T13:13:42.9231221Z echo "✓ [6/6] 관리자 페이지 로드 완료"
|
||||
2026-07-04T13:13:42.9231399Z
|
||||
2026-07-04T13:13:42.9231522Z echo "✓ 서비스 정상 (시도 \$i/\$ATTEMPTS)"
|
||||
2026-07-04T13:13:42.9231640Z # 구 배포 디렉토리 정리 (최근 5개 보존)
|
||||
2026-07-04T13:13:42.9232008Z ls -1dt \$DEPLOY_HOME/deployments/taxbaik_* 2>/dev/null \
|
||||
2026-07-04T13:13:42.9232103Z | tail -n +6 | xargs rm -rf 2>/dev/null || true
|
||||
2026-07-04T13:13:42.9232179Z exit 0
|
||||
2026-07-04T13:13:42.9232248Z fi
|
||||
2026-07-04T13:13:42.9232315Z if [ "\$i" -eq "\$ATTEMPTS" ]; then
|
||||
2026-07-04T13:13:42.9232391Z echo "=== FATAL: 서비스가 \$ATTEMPTS회 시도 후에도 응답하지 않음 ===" >&2
|
||||
2026-07-04T13:13:42.9232495Z echo "--- 5001 listener ---" >&2
|
||||
2026-07-04T13:13:42.9232780Z ss -tlnp 2>/dev/null | grep ':5001 ' >&2 || true
|
||||
2026-07-04T13:13:42.9232863Z echo "--- active port file ---" >&2
|
||||
2026-07-04T13:13:42.9232938Z cat "\$DEPLOY_HOME/taxbaik_port" >&2 || true
|
||||
2026-07-04T13:13:42.9233014Z echo "--- 신규 앱 로그 ---" >&2
|
||||
2026-07-04T13:13:42.9233103Z ACTIVE_PORT=\$(cat "\$DEPLOY_HOME/taxbaik_port" 2>/dev/null | tr -d '[:space:]' || true)
|
||||
2026-07-04T13:13:42.9233190Z if [ -n "\$ACTIVE_PORT" ] && [ -s "\$DEPLOY_DIR/web_\${ACTIVE_PORT}.log" ]; then
|
||||
2026-07-04T13:13:42.9233273Z tail -n 80 "\$DEPLOY_DIR/web_\${ACTIVE_PORT}.log" >&2
|
||||
2026-07-04T13:13:42.9233657Z else
|
||||
2026-07-04T13:13:42.9233743Z ls -la "\$DEPLOY_DIR" >&2 || true
|
||||
2026-07-04T13:13:42.9233817Z fi
|
||||
2026-07-04T13:13:42.9233890Z echo "--- proxy 로그 ---" >&2
|
||||
2026-07-04T13:13:42.9233962Z tail -n 80 "\$DEPLOY_HOME/taxbaik_proxy.log" >&2 || true
|
||||
2026-07-04T13:13:42.9234041Z exit 1
|
||||
2026-07-04T13:13:42.9234471Z fi
|
||||
2026-07-04T13:13:42.9234554Z echo " 대기 중... (\$i/\$ATTEMPTS, HTTP \$STATUS)"
|
||||
2026-07-04T13:13:42.9234634Z sleep 3
|
||||
2026-07-04T13:13:42.9234703Z done
|
||||
2026-07-04T13:13:42.9234766Z REMOTE
|
||||
2026-07-04T13:13:42.9234830Z
|
||||
2026-07-04T13:13:42.9234892Z echo "✓ 배포 완료: taxbaik_${TIMESTAMP} @ $DEPLOY_HOST"
|
||||
2026-07-04T13:13:42.9235262Z
|
||||
2026-07-04T13:13:42.9235341Z echo "--- 실제 공개 도메인 종단 간 검증 (Nginx/Cloudflare 경유, 최대 3회 재시도) ---"
|
||||
2026-07-04T13:13:42.9235432Z ROOT_URL="https://www.taxbaik.com/" \
|
||||
2026-07-04T13:13:42.9235507Z ADMIN_URL="https://www.taxbaik.com/taxbaik/admin/login" \
|
||||
2026-07-04T13:13:42.9236287Z PUBLIC_MARKER="백원숙 세무회계" \
|
||||
2026-07-04T13:13:42.9236462Z PUBLIC_FORBIDDEN="관리자" \
|
||||
2026-07-04T13:13:42.9236552Z ADMIN_MARKER="관리자 로그인" \
|
||||
2026-07-04T13:13:42.9236627Z MAX_RETRIES=3 \
|
||||
2026-07-04T13:13:42.9236949Z RETRY_SLEEP_SECONDS=5 \
|
||||
2026-07-04T13:13:42.9237040Z bash ./scripts/taxbaik-smoke.sh
|
||||
2026-07-04T13:13:42.9237112Z echo "✓ 실제 공개 도메인 전체 정상"
|
||||
2026-07-04T13:13:42.9237191Z
|
||||
2026-07-04T13:13:42.9237252Z send_telegram "✅ <b>TaxBaik 배포 완료</b>
|
||||
2026-07-04T13:13:42.9237340Z
|
||||
2026-07-04T13:13:42.9237406Z 커밋: <code>${COMMIT}</code>
|
||||
2026-07-04T13:13:42.9237491Z 시간: <code>${TIMESTAMP}</code>
|
||||
2026-07-04T13:13:42.9237760Z 대상: <code>${DEPLOY_HOST}</code>
|
||||
2026-07-04T13:13:42.9237851Z 채널: <code>${TELEGRAM_CHAT_ID}</code>"
|
||||
2026-07-04T13:13:42.9237934Z shell: bash --noprofile --norc -e -o pipefail {0}
|
||||
2026-07-04T13:13:42.9238036Z ::endgroup::
|
||||
2026-07-04T13:13:42.9795782Z === Deploying TaxBaik 333089a (20260704_221342) ===
|
||||
2026-07-04T13:13:43.7626459Z --- [1/5] 압축 해제 ---
|
||||
2026-07-04T13:13:44.0253437Z --- [2/5] 운영 설정 검증 ---
|
||||
2026-07-04T13:13:44.0253925Z --- [3/5] 마이그레이션 사전 검증 ---
|
||||
2026-07-04T13:13:44.2657668Z Migration dry-run validation passed.
|
||||
2026-07-04T13:13:44.2662938Z --- [4/5] Green-Blue 배포 실행 ---
|
||||
2026-07-04T13:13:44.2760328Z ===== 🚀 TaxBaik Green/Blue Deployment Script =====
|
||||
2026-07-04T13:13:44.2794538Z Active Port: 5003
|
||||
2026-07-04T13:13:44.2795229Z Target Port: 5004
|
||||
2026-07-04T13:13:44.2795392Z Deploy Directory: /home/***/deployments/taxbaik_20260704_221342
|
||||
2026-07-04T13:13:44.3288519Z === Starting New App on Port 5004 ===
|
||||
2026-07-04T13:13:46.3487972Z === Health Checking Port 5004 ===
|
||||
2026-07-04T13:13:46.6511505Z ✓ Health check passed on port 5004 (Attempt 1/20)
|
||||
2026-07-04T13:13:46.6512033Z === Switching Traffic to Port 5004 ===
|
||||
2026-07-04T13:13:46.6515819Z ✓ Traffic routed to 5004 (via TaxBaik.Proxy on 5001)
|
||||
2026-07-04T13:13:46.6516256Z === Stopping Old App on Port 5003 ===
|
||||
2026-07-04T13:13:46.6678440Z Killing old process PID: 4173589
|
||||
2026-07-04T13:13:46.6679064Z ✓ Old process terminated
|
||||
2026-07-04T13:13:46.6679183Z === Cleaning Up Old Deployments ===
|
||||
2026-07-04T13:13:46.6852709Z ✓ Cleanup completed
|
||||
2026-07-04T13:13:46.6853598Z ===== ✅ Green/Blue Deployment Completed Successfully =====
|
||||
2026-07-04T13:13:46.6856960Z --- [4.5/5] Nginx 설정 검증 ---
|
||||
2026-07-04T13:13:46.6948415Z 실제 로드되는 설정 파일: /etc/nginx/sites-available/taxbaik-domains.conf
|
||||
2026-07-04T13:13:46.6964877Z ✓ Nginx 설정 검증 통과 (실제 로드 파일 확인 + 포트 5001 고정 + trailing slash 없음)
|
||||
2026-07-04T13:13:46.6967831Z --- [5/5] 헬스 체크 (최대 60초) ---
|
||||
2026-07-04T13:13:46.7499335Z ✓ [1/6] 헬스 체크 완료
|
||||
2026-07-04T13:13:47.0229067Z ✓ [2/6] 메인 페이지 로드 완료
|
||||
2026-07-04T13:13:47.0535305Z ✓ [3/6] CSS 파일 로드 완료
|
||||
2026-07-04T13:13:47.0710321Z ✓ [4/6] 버전 정보 확인 완료
|
||||
2026-07-04T13:13:47.0814650Z ✓ [5/6] 5001 프록시 확인 완료
|
||||
2026-07-04T13:13:47.2865630Z ✓ [6/6] 관리자 페이지 로드 완료
|
||||
2026-07-04T13:13:47.2869510Z ✓ 서비스 정상 (시도 1/20)
|
||||
2026-07-04T13:13:47.2972427Z ✓ 배포 완료: taxbaik_20260704_221342 @ ***
|
||||
2026-07-04T13:13:47.2972968Z --- 실제 공개 도메인 종단 간 검증 (Nginx/Cloudflare 경유, 최대 3회 재시도) ---
|
||||
2026-07-04T13:13:47.7455427Z ✓ https://www.taxbaik.com/ -> HTTP 200
|
||||
2026-07-04T13:13:48.0299000Z ✓ https://www.taxbaik.com/taxbaik/ -> HTTP 200
|
||||
2026-07-04T13:13:48.3635834Z ✓ https://www.taxbaik.com/taxbaik/admin/login -> HTTP 200
|
||||
2026-07-04T13:13:48.3636757Z ✓ public/admin smoke passed
|
||||
2026-07-04T13:13:48.3636921Z ✓ 실제 공개 도메인 전체 정상
|
||||
2026-07-04T13:13:48.9939879Z evaluating expression 'success()'
|
||||
2026-07-04T13:13:48.9940693Z expression 'success()' evaluated to 'true'
|
||||
2026-07-04T13:13:48.9940826Z ⭐ Run Post Setup .NET
|
||||
2026-07-04T13:13:48.9941279Z Writing entry to tarball workflow/outputcmd.txt len:0
|
||||
2026-07-04T13:13:48.9941448Z Writing entry to tarball workflow/statecmd.txt len:0
|
||||
2026-07-04T13:13:48.9941556Z Writing entry to tarball workflow/pathcmd.txt len:0
|
||||
2026-07-04T13:13:48.9941653Z Writing entry to tarball workflow/envs.txt len:0
|
||||
2026-07-04T13:13:48.9941730Z Writing entry to tarball workflow/SUMMARY.md len:0
|
||||
2026-07-04T13:13:48.9941978Z Extracting content to '/var/run/act'
|
||||
2026-07-04T13:13:49.0352151Z run post step for 'Setup .NET'
|
||||
2026-07-04T13:13:49.0353027Z executing remote job container: [node /var/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/dist/cache-save/index.js]
|
||||
2026-07-04T13:13:49.0709594Z 🐳 docker exec cmd=[node /var/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/dist/cache-save/index.js] user= workdir=
|
||||
2026-07-04T13:13:49.0710046Z Exec command '[node /var/run/act/actions/2d637816dd86ec9ff59dad9ec3547bf90b88133b3029538a91ec96ac7f316336/dist/cache-save/index.js]'
|
||||
2026-07-04T13:13:49.0710678Z Working directory '/workspace/***/taxbaik'
|
||||
2026-07-04T13:13:50.0657531Z (node:1547) [DEP0040] DeprecationWarning: The `punycode` module is deprecated. Please use a userland alternative instead.
|
||||
2026-07-04T13:13:50.0658705Z (Use `node --trace-deprecation ...` to show where the warning was created)
|
||||
2026-07-04T13:13:50.0821237Z ✅ Success - Post Setup .NET
|
||||
2026-07-04T13:13:50.1480311Z evaluating expression 'always()'
|
||||
2026-07-04T13:13:50.1481264Z expression 'always()' evaluated to 'true'
|
||||
2026-07-04T13:13:50.1481402Z ⭐ Run Post Checkout code
|
||||
2026-07-04T13:13:50.1481857Z Writing entry to tarball workflow/outputcmd.txt len:0
|
||||
2026-07-04T13:13:50.1482072Z Writing entry to tarball workflow/statecmd.txt len:0
|
||||
2026-07-04T13:13:50.1482171Z Writing entry to tarball workflow/pathcmd.txt len:0
|
||||
2026-07-04T13:13:50.1482287Z Writing entry to tarball workflow/envs.txt len:0
|
||||
2026-07-04T13:13:50.1482592Z Writing entry to tarball workflow/SUMMARY.md len:0
|
||||
2026-07-04T13:13:50.1482764Z Extracting content to '/var/run/act'
|
||||
2026-07-04T13:13:50.1505527Z run post step for 'Checkout code'
|
||||
2026-07-04T13:13:50.1506785Z executing remote job container: [node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]
|
||||
2026-07-04T13:13:50.1812860Z 🐳 docker exec cmd=[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js] user= workdir=
|
||||
2026-07-04T13:13:50.1813559Z Exec command '[node /var/run/act/actions/c3fe249fe73091a17d6638fe1341e7bd0bcc3466ce52323c0688e83e2463a4ab/dist/index.js]'
|
||||
2026-07-04T13:13:50.1814311Z Working directory '/workspace/***/taxbaik'
|
||||
2026-07-04T13:13:50.4028369Z [command]/usr/bin/git version
|
||||
2026-07-04T13:13:50.4086493Z git version 2.54.0
|
||||
2026-07-04T13:13:50.4124253Z ***
|
||||
2026-07-04T13:13:50.4143368Z Temporarily overriding HOME='/tmp/799355da-5b84-4d6e-aa99-c0ced6989bd6' before making global git config changes
|
||||
2026-07-04T13:13:50.4145671Z Adding repository directory to the temporary git global config as a safe directory
|
||||
2026-07-04T13:13:50.4156595Z [command]/usr/bin/git config --global --add safe.directory /workspace/***/taxbaik
|
||||
2026-07-04T13:13:50.4203190Z [command]/usr/bin/git config --local --name-only --get-regexp core\.sshCommand
|
||||
2026-07-04T13:13:50.4509074Z [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' || :"
|
||||
2026-07-04T13:13:50.4819706Z [command]/usr/bin/git config --local --name-only --get-regexp http\.http\:\/\/gitea\:3000\/\.extraheader
|
||||
2026-07-04T13:13:50.4856539Z http.http://gitea:3000/.extraheader
|
||||
2026-07-04T13:13:50.4896853Z [command]/usr/bin/git config --local --unset-all http.http://gitea:3000/.extraheader
|
||||
2026-07-04T13:13:50.4958619Z [command]/usr/bin/git submodule foreach --recursive sh -c "git config --local --name-only --get-regexp 'http\.http\:\/\/gitea\:3000\/\.extraheader' && git config --local --unset-all 'http.http://gitea:3000/.extraheader' || :"
|
||||
2026-07-04T13:13:50.5348711Z [command]/usr/bin/git config --local --name-only --get-regexp ^includeIf\.gitdir:
|
||||
2026-07-04T13:13:50.5381463Z [command]/usr/bin/git submodule foreach --recursive git config --local --show-origin --name-only --get-regexp remote.origin.url
|
||||
2026-07-04T13:13:50.5732977Z ✅ Success - Post Checkout code
|
||||
2026-07-04T13:13:50.5817281Z Cleaning up container for job build-and-deploy
|
||||
2026-07-04T13:13:51.3647302Z Removed container: 08d700f8667717ce78a305700f60f13b228a0d19241928b95a601d63d13f1a22
|
||||
2026-07-04T13:13:51.3662848Z 🐳 docker volume rm GITEA-ACTIONS-TASK-1556-WORKFLOW-TaxBaik-CI-CD-JOB-build-and-de-6297a4cd6c76440083f1331088cff47725d01c4362935c7b8a69a7f486001683
|
||||
2026-07-04T13:13:51.5102730Z 🐳 docker volume rm GITEA-ACTIONS-TASK-1556-WORKFLOW-TaxBaik-CI-CD-JOB-build-and-de-6297a4cd6c76440083f1331088cff47725d01c4362935c7b8a69a7f486001683-env
|
||||
2026-07-04T13:13:51.8129561Z 🏁 Job succeeded
|
||||
Reference in New Issue
Block a user