Skip to content

Instantly share code, notes, and snippets.

@rodgert
Created January 17, 2017 16:00
Show Gist options
  • Save rodgert/03b90ac864570cb966ae93f01d8583f9 to your computer and use it in GitHub Desktop.
Save rodgert/03b90ac864570cb966ae93f01d8583f9 to your computer and use it in GitHub Desktop.
Compiler Explorer output
D language support disabled
Rust language support disabled
make -C c-preload
make[1]: Entering directory '/home/trodgers/src/oss/compiler-explorer/c-preload'
make[1]: Nothing to be done for 'all'.
make[1]: Leaving directory '/home/trodgers/src/oss/compiler-explorer/c-preload'
/usr/bin/nodejs ./node_modules/.bin/supervisor -w app.js,lib,etc/config -e 'js|node|properties' --exec /usr/bin/nodejs -- ./app.js --language C++
Running node-supervisor with
program './app.js --language C++'
--watch 'app.js,lib,etc/config'
--extensions 'js|node|properties'
--exec '/usr/bin/nodejs'
Starting child process with '/usr/bin/nodejs ./app.js --language C++'
Watching directory '/home/trodgers/src/oss/compiler-explorer/app.js' for changes.
Press rs for restarting the process.
Watching directory '/home/trodgers/src/oss/compiler-explorer/lib' for changes.
Press rs for restarting the process.
Watching directory '/home/trodgers/src/oss/compiler-explorer/etc/config' for changes.
Press rs for restarting the process.
info: properties hierarchy: defaults, dev, C++, dev.linux, linux, cno-d-trodgers01, local
info: Reading properties from ./etc/config with hierarchy defaults,dev,C++,dev.linux,linux,cno-d-trodgers01,local
info: Multiarch: x86_64-linux-gnu
info: Cleaning temp dirs every 600 secs
info: Found compiler id=/usr/bin/g++-4.8, exe=/usr/bin/g++-4.8, name=/usr/bin/g++-4.8, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=, needsMulti=true, supportsBinary=true, postProcess=[]
info: Found compiler id=/usr/bin/g++-5, exe=/usr/bin/g++-5, name=/usr/bin/g++-5, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=, needsMulti=true, supportsBinary=true, postProcess=[]
info: Found compiler id=/usr/bin/g++, exe=/usr/bin/g++, name=/usr/bin/g++, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=, needsMulti=true, supportsBinary=true, postProcess=[]
info: Loading compiler from ./compilers/default
info: Gathering version information on /usr/bin/g++-4.8
info: Gathering version information on /usr/bin/g++-5
info: Gathering version information on /usr/bin/g++
info: /usr/bin/g++-5 is version 'g++-5 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609'
info: /usr/bin/g++-4.8 is version 'g++-4.8 (Ubuntu 4.8.5-4ubuntu2) 4.8.5'
info: /usr/bin/g++ is version 'g++ (Ubuntu 4.8.5-4ubuntu2) 4.8.5'
info: Compilers: id=/usr/bin/g++, exe=/usr/bin/g++, name=/usr/bin/g++, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=-masm=intel, needsMulti=true, supportsBinary=true, postProcess=[], supportsIntel=true, version=g++ (Ubuntu 4.8.5-4ubuntu2) 4.8.5, id=/usr/bin/g++-4.8, exe=/usr/bin/g++-4.8, name=/usr/bin/g++-4.8, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=-masm=intel, needsMulti=true, supportsBinary=true, postProcess=[], supportsIntel=true, version=g++-4.8 (Ubuntu 4.8.5-4ubuntu2) 4.8.5, id=/usr/bin/g++-5, exe=/usr/bin/g++-5, name=/usr/bin/g++-5, alias=undefined, options=, versionFlag=undefined, versionRe=undefined, compilerType=, demangler=c++filt, intelAsm=-masm=intel, needsMulti=true, supportsBinary=true, postProcess=[], supportsIntel=true, version=g++-5 (Ubuntu 5.4.0-6ubuntu1~16.04.4) 5.4.0 20160609
info: =======================================
info: Listening on http://localhost:10240/
info: serving static files from 'static'
info: git release 76381e350249e182b8e1dd5fe8f854cbbb4cb520
info: =======================================
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment