This file contains hidden or 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
--START-- | |
+ Root Device | |
+ Corsair Link | |
+ Corsair H100i USB | |
+ Corsair H100i | |
- Fan 2 = 1083 RPM | |
Fan.CorsairLink.Default | |
- Fan 3 = 1086 RPM | |
Fan.CorsairLink.Default | |
- Pump 4 = 2217 RPM |
This file contains hidden or 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
CFLAGS=-ggdb3 | |
PATH=/opt/mono/bin/:$PATH | |
./autogen.sh #--enable-werror | |
make -w | |
(cd mcs && make -w test) # build tests separately, so we can catch compilation errors that would be ignored in the next step | |
make -k -w check CI=1 V=1 TEST_HARNESS_VERBOSE=1 || true | |
rm -r /tmp/jenkins-temp-aspnet* |
This file contains hidden or 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
yumdownloader `yum --showduplicates list \*mono\* | grep 3.12.1 | sed 's/\..* 3/-3/; s/-0.*//'` | |
yum localinstall *3.12.1*rpm |
This file contains hidden or 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
directhex@marceline:/tmp/mono.pkg/Library/Frameworks/Mono.framework/Versions/4.0.0/lib/mono/Microsoft F#$ tree | |
. | |
├── v4.0 | |
│ ├── Microsoft.FSharp.Targets -> /Library/Frameworks/Mono.framework/Versions/4.0.0/lib/mono/Microsoft F#/v4.5/Microsoft.FSharp.Targets | |
│ └── Microsoft.Portable.FSharp.Targets -> /Library/Frameworks/Mono.framework/Versions/4.0.0/lib/mono/Microsoft F#/v4.5/Microsoft.Portable.FSharp.Targets | |
└── v4.5 | |
├── Microsoft.FSharp.Targets | |
└── Microsoft.Portable.FSharp.Targets | |
2 directories, 4 files |
This file contains hidden or 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
(gdb) thread apply all bt full | |
Thread 53 (Thread 0xf467bb40 (LWP 20277)): | |
#0 0xf775cc10 in __kernel_vsyscall () | |
No symbol table info available. | |
#1 0xf70f8626 in pthread_cond_timedwait@@GLIBC_2.3.2 () from /lib/i386-linux-gnu/libpthread.so.0 | |
No symbol table info available. | |
#2 0xf70f8c29 in pthread_cond_timedwait@GLIBC_2.0 () from /lib/i386-linux-gnu/libpthread.so.0 | |
No symbol table info available. | |
#3 0xf7683734 in ?? () from /usr/lib32/nvidia-346/libGL.so.1 |
This file contains hidden or 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
directhex@bubblegum:~/Projects/CorsairLinkPlusPlus/CorsairLinkPlusPlus.CLI/bin/Debug$ mono CorsairLinkPlusPlus.CLI.exe | |
--START-- | |
+ Root Device | |
+ Corsair Link | |
+ Corsair H100i USB | |
+ Corsair H100i | |
- Fan 2 = 957 RPM | |
Fan.CorsairLink.Default | |
- Fan 3 = 981 RPM |
This file contains hidden or 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
[thread ffffffff][I][0]: Log system initialised | |
[thread ffffffff][I][0]: Default allowed number of simultaneously open files in the system is 2448. | |
[thread ffffffff][I][0]: Current memlock limit is 65536. | |
[thread ffffffff][I][0]: setrlimit(RLIMIT_MEMLOCK) failed, (1) Operation not permitted | |
[thread ffffffff][I][0]: setup_teb_register() - using LDT entry 13 | |
[thread 00000001][I][98]: OpenGL Core context version 4.1 detected | |
[thread 00000001][I][1378]: OpenGL information: | |
[thread 00000001][I][1378]: renderer: GeForce GTX 980/PCIe/SSE2 | |
[thread 00000001][I][1378]: vendor: NVIDIA Corporation | |
[thread 00000001][I][1378]: version: 4.1.0 NVIDIA 346.59 |
This file contains hidden or 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
0:57 <directhex> the problem is the ghprb relies on a magic github branch, which always contains master, plus at the tip, a single merge commit merging the pull request in question. refs/remotes/origin/pr/*/merge | |
10:58 <directhex> now, that branch is recreated whenever a commit lands on the PR, *or* in master | |
10:58 <directhex> so if i submit a PR, the tip of the merge branch might have commitid 1234567. then someone else pushes to master. now the tip of the merge branch has commit abcdefa - and 1234567 no longer exists, and has never existed. | |
10:59 <kyllikki> directhex: so pull requests rebase every time? eww | |
11:00 <directhex> when combining the pull request builder with a matrix job (to do tests on multiple arches), the matrix master determines the commitid, then the matrix slaves build that commitid when they finally run | |
11:00 <directhex> which might take a while, for arches with contention (e.g. i only have 2 armhf builders) | |
11:00 <directhex> by the time the job is scheduled/run, the commitid the slaves ar |
This file contains hidden or 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
name of display: :1 | |
display: :1 screen: 0 | |
direct rendering: Yes | |
server glx vendor string: SGI | |
server glx version string: 1.4 | |
server glx extensions: | |
GLX_ARB_create_context, GLX_ARB_create_context_profile, | |
GLX_ARB_multisample, GLX_EXT_create_context_es2_profile, | |
GLX_EXT_import_context, GLX_EXT_texture_from_pixmap, GLX_EXT_visual_info, | |
GLX_EXT_visual_rating, GLX_MESA_copy_sub_buffer, GLX_OML_swap_method, |
This file contains hidden or 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
[ 532.036875] nouveau E[steam[4569]] Unknown handle 0x00000021 | |
[ 532.036882] nouveau E[steam[4569]] validate_init | |
[ 532.036884] nouveau E[steam[4569]] validate: -2 | |
[ 532.064099] nouveau E[steam[4569]] push 0 buffer not in list | |
[ 532.068072] nouveau E[steam[4569]] push 0 buffer not in list | |
[ 532.073783] nouveau E[ PFIFO][0000:01:00.0] DMA_PUSHER - ch 7 [steam[4569]] get 0x0042401234 put 0x004240d0e4 ib_get 0x0000019a ib_put 0x0000019b state 0x80000024 (err: INVALID_CMD) push 0x00400040 | |
[ 532.073846] nouveau E[steam[4569]] push 0 buffer not in list | |
[ 544.053820] nouveau E[ PGRAPH][0000:01:00.0] TRAP_M2MF OUT | |
[ 544.053831] nouveau E[ PGRAPH][0000:01:00.0] TRAP_M2MF 00340141 43e21140 00000000 05000432 | |
[ 544.053834] nouveau E[ PGRAPH][0000:01:00.0] TRAP |