Discover gists
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
Log uploaded on Thursday, February 6, 2025, 6:35:37 PM | |
Loaded mods: | |
Harmony(brrainz.harmony)[mv:2.3.1.0]: 0Harmony(2.3.3), HarmonyMod(2.3.1) | |
Core(Ludeon.RimWorld): (no assemblies) | |
Royalty(Ludeon.RimWorld.Royalty): (no assemblies) | |
Ideology(Ludeon.RimWorld.Ideology): (no assemblies) | |
Biotech(Ludeon.RimWorld.Biotech): (no assemblies) | |
No Version Warning(Mlie.NoVersionWarning)[mv:1.5.33]: NoVersionWarning(av:1.0.0,fv:1.5.0) | |
XML Extensions(imranfish.xmlextensions): XmlExtensions(av:1.3.0,fv:1.7.1) | |
Vanilla Expanded Framework(OskarPotocki.VanillaFactionsExpanded.Core): 0ModSettingsFramework(1.0.0), 0MultiplayerAPI(av:0.3.0,fv:0.3.0), 0PrepatcherAPI(1.1.1), ExplosiveTrailsEffect(1.0.7140.31563), GraphicCustomization(1.0.0), HeavyWeapons(1.0.0), KCSG(av:1.1.2,fv:24.11.29), MVCF(2.0.0.1), NoCamShakeExplosions(1.0.0), OPToxic(1.0.0), Outposts(av:3.0.0,fv:1.0.0), PipeSystem(av:1.0.1,fv:22.7.29), RecipeInheritance(1.0.1), RRO(1.0.0), SmokingGun(1.0.0), VanillaStorytellersExpanded(1.0.0), VanillaWeaponsExpandedLaser(0.0.0), |
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
import httpx | |
from dotenv import load_dotenv | |
import os | |
import sys | |
import threading | |
import time | |
load_dotenv() | |
PORTAINER_URL=os.getenv("PORTAINER_URL") |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 38a9f6aa-f037-499c-9026-6d5cf1d0bfda | |
-- Server started: February 06, 2025 11:49 PM UTC | Server uptime: 2619 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
4300176970001898 | |
2839719025044605 | |
6271158901580867 | |
2429121454582003 | |
3747774610695998 | |
1569027381137024 | |
4726069477360892 | |
7466828238290361 | |
1266882593620116 | |
2238452045383786 |
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
rank29.txt rank7.txt | |
------------------------------------------------------------------------------------------------------------------------ | |
all_reduce appeared 376 times in a row (starting line 3165) all_reduce appeared 376 times in a row (starting line 3059) | |
all_to_all appeared 1 times in a row (starting line 14578) all_to_all appeared 1 times in a row (starting line 14472) | |
all_reduce appeared 23 times in a row (starting line 14665) all_reduce appeared 23 times in a row (starting line 14558) | |
all_to_all appeared 1 times in a row (starting line 15689) all_to_all appeared 1 times in a row (starting line 15582) | |
all_reduce appeared 23 times in a row (starting line 15776) all_reduce appeared 23 times in a row (starting line 15668) | |
all_to_all appeared 1 times in a row (starting line 16801) all_to_all appeared 1 times in a row (starting line 16693) | |
all_reduce appeared 23 times in a row (starting l |
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
-- AH POST-SERVER LOGS -- | |
-- ServerID: 0dfc956b-8746-4998-b66a-c52d7ccdd0ce | |
-- Server started: February 06, 2025 11:53 PM UTC | Server uptime: 1650 seconds | |
------------------ LOADB LOGS ------------------ | |
{ | |
} |
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
services: | |
postgres: | |
image: postgres:15 | |
environment: | |
POSTGRES_DB: nayra | |
POSTGRES_USER: root | |
POSTGRES_PASSWORD: password | |
volumes: | |
- postgres_data:/var/lib/postgresql/data | |
networks: |
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
export default class { | |
onMount() { | |
this.state.hello = "Hello World" | |
} | |
} |
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
Pipeline still running ... | |
PipelineRun is still running: Tasks Completed: 39 (Failed: 0, Cancelled 0), Incomplete: 1, Skipped: 14 | |
[get-pr-number : parse-pr-url] unable to retrieve container logs for cri-o://1cb9036f650eee38d9707d5ff48733c5443b4da94703b91d2f5d4b58cf8c09ab | |
[acquire-lease : create-lease] unable to retrieve container logs for cri-o://87e5d01c10a23cd24ca7efcb43ec02a464737d1fc4c4aff642d42023d15a4a35 | |
[set-github-started-label : post-comment] unable to retrieve container logs for cri-o://e868c95d9760aa6c03008d35b39c22a17b493c6d6f9e30b1e89366367c6d2250 | |
[set-github-status-pending : set-github-status] unable to retrieve container logs for cri-o://91d9db25984e5755f54ed0f5bcdd892234d92675917a686ae4ab021ef8fed7f8 |
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
Begin cleanup.sh at Fri Feb 7 00:17:51 UTC 2025 | |
+ cleanup.sh[7]: . /work2/noaa/global/CI/HERCULES/3243/global-workflow/ush/load_fv3gfs_modules.sh | |
++ load_fv3gfs_modules.sh[4]: [[ NO == \N\O ]] | |
++ load_fv3gfs_modules.sh[5]: echo 'Loading modules quietly...' | |
Loading modules quietly... | |
++ load_fv3gfs_modules.sh[6]: set +x | |
Running "module reset". Resetting modules to system default. The following $MODULEPATH directories have been removed: None | |
Currently Loaded Modules: | |
1) contrib/0.1 41) grib-util/1.3.0 |