Skip to content

Instantly share code, notes, and snippets.

Created log file at "C:\msys64\tmp\Alacritty-37196.log"
[0.000003900s] [INFO ] [alacritty] Welcome to Alacritty
[0.000371600s] [INFO ] [alacritty] Version 0.13.2 (bb8ea18)
[0.002843800s] [INFO ] [alacritty] Configuration files loaded from:
"C:\\Users\\mosu\\AppData\\Roaming\\alacritty\\alacritty.toml"
[0.003379700s] [INFO ] [alacritty] winit event: NewEvents(Init)
[0.003507400s] [INFO ] [alacritty] winit event: Resumed
[0.052134900s] [INFO ] [alacritty] Window scale factor: 1
[0.167736800s] [INFO ] [alacritty] Using WGL
[0.220988500s] [INFO ] [alacritty] Running on AMD Radeon RX 7900 XTX
[0 mosu@sweet-chili ~/tmp] cd osslsigncode/
[0 mosu@sweet-chili (master) ~/tmp/osslsigncode] mkdir build
[0 mosu@sweet-chili (master) ~/tmp/osslsigncode] cd build
[0 mosu@sweet-chili (master) ~/tmp/osslsigncode/build] cmake -B . -S .. -DCMAKE_BUILD_TYPE=Release -DCMAKE_INSTALL_PREFIX=/usr
-- The C compiler identification is GNU 13.2.1
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Check for working C compiler: /usr/bin/cc - skipped
-- Detecting C compile features
-- Detecting C compile features - done
[WARN] Invalid log level: "1". Defaulting to level: TRACE. Valid levels are: [TRACE DEBUG INFO WARN ERROR OFF]2023-12-04T17:19:16.317+0100 [INFO] Terraform version: 1.5.7
2023-12-04T17:19:16.317+0100 [DEBUG] using github.com/hashicorp/go-tfe v1.26.0
2023-12-04T17:19:16.317+0100 [DEBUG] using github.com/hashicorp/hcl/v2 v2.16.2
2023-12-04T17:19:16.317+0100 [DEBUG] using github.com/hashicorp/terraform-svchost v0.1.0
2023-12-04T17:19:16.317+0100 [DEBUG] using github.com/zclconf/go-cty v1.12.2
2023-12-04T17:19:16.317+0100 [INFO] Go runtime version: go1.21.0
2023-12-04T17:19:16.317+0100 [INFO] CLI args: []string{"terraform", "apply"}
2023-12-04T17:19:16.317+0100 [TRACE] Stdout is a terminal of width 232
2023-12-04T17:19:16.317+0100 [TRACE] Stderr is not a terminal
2023-12-04T17:19:16.317+0100 [TRACE] Stdin is a terminal
[0 mosu@sweet-chili (upstream-master) /opt/mxe] git rev-parse HEAD
32d1381a426aac8dd07ae32c66e7d94d4cb97eb3
[0 mosu@sweet-chili (upstream-master) /opt/mxe] rm -rf usr
[0 mosu@sweet-chili (upstream-master) /opt/mxe] mkdir usr
[0 mosu@sweet-chili (upstream-master) /opt/mxe] cat settings.mk
MXE_USE_CCACHE =
MXE_PLUGIN_DIRS += plugins/gcc12
MXE_TARGETS=x86_64-w64-mingw32.static
JOBS=33
[0 mosu@sweet-chili (upstream-master) /opt/mxe] make gettext libiconv zlib boost flac ogg pthreads vorbis cmark libdvdread gmp qt6 qt6-qtmultimedia
#!/bin/bash
find . '(' -name Rakefile -o -name '*.rb' ')' -print0 \
| xargs -0 perl -pi -e 's{(Dir|File|FileTest)\.exists}{FileTest.exist}g'
#!/bin/bash
perl \
-pi -e 's{(Dir|File)\.exists}{FileTest.exists}g' \
Rakefile \
tests/test-0535chapter_generation_interval_audio_only.rb \
tests/test-0533chapter_generation_interval.rb \
tests/test-0532chapter_generation_when_appending.rb \
tests/test-0534chapter_generation_when_appending_audio_only.rb \
tests/test-0382split_chapters.rb \
#!/bin/bash
perl \
-pi -e 's{File\.exists}{FileTest.exists}g' \
Rakefile \
tests/test-0535chapter_generation_interval_audio_only.rb \
tests/test-0533chapter_generation_interval.rb \
tests/test-0532chapter_generation_when_appending.rb \
tests/test-0534chapter_generation_when_appending_audio_only.rb \
tests/test-0382split_chapters.rb \
battery.charge: 100
battery.charge.low: 10
battery.charge.warning: 20
battery.mfr.date: CPS
battery.runtime: 1700
battery.runtime.low: 300
battery.type: PbAcid
battery.voltage: 12.8
battery.voltage.nominal: 12
device.mfr: CPS
<?xml version="1.0"?>
<validation>
<pdf>
<report>
<buildInformation>
<releaseDetails id="core" version="1.12.1" buildDate="2018-05-08T18:57:00+02:00"/>
<releaseDetails id="validation-model" version="1.12.1" buildDate="2018-05-08T20:39:00+02:00"/>
</buildInformation>
<jobs>
<job>
[0 mosu@sweet-chili ~/tmp/const] g++ -o const_test_g++ file1.cpp file2.cpp
[0 mosu@sweet-chili ~/tmp/const] clang++ -o const_test_g++ file1.cpp file2.cpp
[0 mosu@sweet-chili ~/tmp/const] clang++ -o const_test_clang++ file1.cpp file2.cpp
[0 mosu@sweet-chili ~/tmp/const] ./const_test_g++
0x55c2f778b070
0x55c2f778b098
[0 mosu@sweet-chili ~/tmp/const] ./const_test_clang++
0x55594891a070
0x55594891a098
[0 mosu@sweet-chili ~/tmp/const]