Skip to content

Instantly share code, notes, and snippets.

@essen
Created May 8, 2015 10:40
Show Gist options
  • Save essen/e82b6a6796a23f375414 to your computer and use it in GitHub Desktop.
Save essen/e82b6a6796a23f375414 to your computer and use it in GitHub Desktop.
% CI_OTP="OTP-17.4.1 OTP-17.5.3" make ci
/home/essen/ninenines/gun/kerl build git https://github.com/erlang/otp OTP-17.4.1 OTP-17.4.1
Checking Erlang/OTP git repository from https://github.com/erlang/otp...
Building Erlang/OTP OTP-17.4.1 from git, please wait...
Erlang/OTP OTP-17.4.1 from git has been successfully built
/home/essen/ninenines/gun/kerl install OTP-17.4.1 /home/essen/erlang/OTP-17.4.1
Installing Erlang/OTP git (OTP-17.4.1) in /home/essen/erlang/OTP-17.4.1...
You can activate this installation running the following command:
. /home/essen/erlang/OTP-17.4.1/activate
Later on, you can leave the installation typing:
kerl_deactivate
chmod +x /home/essen/erlang/OTP-17.4.1/activate
TESTING OTP-17.4.1
/home/essen/erlang/OTP-17.4.1/activate && CT_OPTS="-label el" make tests
make[1]: Entering directory '/home/essen/ninenines/gun'
make[2]: Entering directory '/home/essen/ninenines/gun/deps/cowlib'
APP cowlib.app.src
make[2]: Leaving directory '/home/essen/ninenines/gun/deps/cowlib'
make[2]: Entering directory '/home/essen/ninenines/gun/deps/ranch'
APP ranch.app.src
make[2]: Leaving directory '/home/essen/ninenines/gun/deps/ranch'
make[2]: Entering directory '/home/essen/ninenines/ct_helper'
APP ct_helper.app.src
make[2]: Leaving directory '/home/essen/ninenines/ct_helper'
APP gun.app.src
GEN test-dir
test/spdy_server.erl:126: Warning: variable 'DeltaWindowSize' is unused
test/spdy_server.erl:126: Warning: variable 'StreamID' is unused
test/spdy_SUITE.erl:431: Warning: variable 'Host' is unused
GEN ct
...
Testing ninenines.gun.twitter_SUITE: TEST COMPLETE, 1 ok, 0 failed of 1 test cases
Updating /home/essen/ninenines/gun/logs/index.html... done
Updating /home/essen/ninenines/gun/logs/all_runs.html... done
GEN eunit
There were no tests to run.
make[1]: Leaving directory '/home/essen/ninenines/gun'
TESTING OTP-17.5.3
/home/essen/erlang/OTP-17.5.3/activate && CT_OPTS="-label el" make tests
make[1]: Entering directory '/home/essen/ninenines/gun'
make[2]: Entering directory '/home/essen/ninenines/gun/deps/cowlib'
APP cowlib.app.src
make[2]: Leaving directory '/home/essen/ninenines/gun/deps/cowlib'
make[2]: Entering directory '/home/essen/ninenines/gun/deps/ranch'
APP ranch.app.src
make[2]: Leaving directory '/home/essen/ninenines/gun/deps/ranch'
make[2]: Entering directory '/home/essen/ninenines/ct_helper'
APP ct_helper.app.src
make[2]: Leaving directory '/home/essen/ninenines/ct_helper'
APP gun.app.src
GEN test-dir
test/spdy_server.erl:126: Warning: variable 'DeltaWindowSize' is unused
test/spdy_server.erl:126: Warning: variable 'StreamID' is unused
test/spdy_SUITE.erl:431: Warning: variable 'Host' is unused
GEN ct
...
Testing ninenines.gun.twitter_SUITE: TEST COMPLETE, 1 ok, 0 failed of 1 test cases
Updating /home/essen/ninenines/gun/logs/index.html... done
Updating /home/essen/ninenines/gun/logs/all_runs.html... done
GEN eunit
There were no tests to run.
make[1]: Leaving directory '/home/essen/ninenines/gun'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment