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
| 2018-08-06 13:03:51.954 [qtp573102881-43] {request=/fixtures/archived, method=POST, username=admin} DEBUG com.xebialabs.xlrelease.repository.sql.persistence.ReleasePersistence - Searching release Applications/ReleaseValueStreamFirst1533553431927 on database | |
| 2018-08-06 13:03:51.954 [qtp573102881-43] {request=/fixtures/archived, method=POST, username=admin} DEBUG com.xebialabs.xlrelease.repository.sql.persistence.ReleasePersistence - Inserting release Applications/ReleaseValueStreamFirst1533553431927 into database | |
| 2018-08-06 13:03:51.959 [qtp573102881-43] {request=/fixtures/archived, method=POST, username=admin} INFO com.xebialabs.xlrelease.domain.ReleaseActivity - Created Empty Release 'Release value stream first 1533553431927' | |
| 2018-08-06 13:03:51.960 [XlReleaseSystem-akka.actor.default-dispatcher-116] {} DEBUG com.xebialabs.xlrelease.repository.sql.SqlRepositoryAdapter - Loading release [Applications/ReleaseValueStreamFirst1533553431927] | |
| 2018-08-06 13:03:51.960 [XlReleaseSystem-akka.actor.default-dispatcher- |
This file has been truncated, but you can view the full file.
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
| me/icassina/.gradle/caches/modules-2/files-2.1/com.sun.istack/istack-commons-runtime/2.16/927eb6fbb003f40d536efd96e7cbcb7ea4c1c2d0/istack-commons-runtime-2.16.jar:/home/icassina/dev/xl/release/server-dev/conf:/home/icassina/.local/share/idea-IU-181.5281.24/lib/idea_rt.jar com.xebialabs.xlrelease.XLReleaseBootstrapper | |
| Connected to the target VM, address: '127.0.0.1:33417', transport: 'socket' | |
| 2018-08-06 12:37:04.308 [main] {} INFO com.xebialabs.xlplatform.config.ConfigLoader$ - Loading xl-release.conf | |
| 2018-08-06 12:37:04.510 [main] {} INFO com.xebialabs.xlrelease.XLReleaseBootstrapper - XL Release version 8.1.0-SNAPSHOT (built at 35-12-31 00:00:01) | |
| 2018-08-06 12:37:04.512 [main] {} INFO com.xebialabs.xlrelease.XLReleaseBootstrapper - (c) 2012-2018 XebiaLabs, Inc. | |
| 2018-08-06 12:37:04.514 [main] {} WARN com.xebialabs.xlrelease.XLReleaseBootstrapper - DEVELOPMENT MODE | |
| 2018-08-06 12:37:04.758 [main] {} INFO com.xebialabs.xlrelease.XLReleaseBootstrapper - Reading configuration file from: /home/icassina/dev/x |
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
| WARNING: Creating a new target for this game! | |
| Target "nwndev" | |
| Initialising shaders... | |
| shader default/default.vert loaded | |
| shader default/default.frag loaded | |
| shader default/color.frag loaded | |
| Initialising default surfaces... | |
| Initialising default materials... | |
| Initialising default mesh containers... | |
| Graphics subsystem initialized |
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
| ==12152== Memcheck, a memory error detector | |
| ==12152== Copyright (C) 2002-2013, and GNU GPL'd, by Julian Seward et al. | |
| ==12152== Using Valgrind-3.10.1 and LibVEX; rerun with -h for copyright info | |
| ==12152== Command: xoreos -pnwn-dev | |
| ==12152== Parent PID: 3752 | |
| ==12152== | |
| ==12152== Syscall param writev(vector[...]) points to uninitialised byte(s) | |
| ==12152== at 0x87A4B8D: ??? (in /lib64/libc-2.22.so) | |
| ==12152== by 0xD12CD9A: _xcb_conn_wait (in /usr/lib64/libxcb.so.1.1.0) | |
| ==12152== by 0xD12D190: _xcb_out_send (in /usr/lib64/libxcb.so.1.1.0) |
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
| #!/bin/bash | |
| # 2016 (c) Ilya Cassina | |
| # | |
| # simple wrapper functions for `cave resolve` and `cave resume` | |
| # using CAVE_RESUME_DIR="$HOME/.cave/resume" to store resume files. | |
| # | |
| # Installation: source this file from your ~/.bash_profile (or something like that) | |
| # | |
| # Usage: | |
| # |