ID | Date | Commit ID | AEM release | Reused build artifacts | CM_DISABLE_BUILD_REUSE | Pipeline link | Dispatcher deployed? |
---|---|---|---|---|---|---|---|
0 | 2022-03-25 6:16 PM | ed3c93eb |
2022.3.6582 |
No | Not set | link | NO [^0] |
1 | 2022-03-28 3:31 PM | 2a9727f3 |
2022.3.6582 |
No | Not set | link | NO [^1] |
2 | 2022-03-28 4:28 PM | 2a9727f3 |
2022.3.6582 |
Yes | Not set | link | NO [^2] |
3 | 2022-03-31 12:33 PM | 3a553139 |
2022.3.6698 |
No | Not set | [link](https://expe |
This file contains 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
#!/usr/bin/env bash | |
(set -x; brew update;) | |
(set -x; brew upgrade;) | |
(set -x; brew cleanup;) | |
red=`tput setaf 1` | |
green=`tput setaf 2` | |
reset=`tput sgr0` |
This file contains 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
2016-06-08 18:36:39 =ERROR REPORT==== | |
** Generic server <0.1716.0> terminating | |
** Last message in was connect | |
** When Server state == {state,<0.1714.0>,{amqp_params,<<"actions">>,<<"dae42ef11f3a054990c2bed02e6266648d1cdc280d873a8282798e83c0e19a61d7be1835b98dd092b9154f56c66cb8f94983">>,<<"/analytics">>,{127,0,0,1},5672,0,0,0,none,[]},undefined,undefined,undefined,undefined,undefined,undefined,<0.1715.0>,false,undefined,{{0,nil},{dict,0,16,16,8,80,48,{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]},{{[],[],[],[],[],[],[],[],[],[],[],[],[],[],[],[]}}}},undefined,#Fun<amqp_connection_sup.0.94524864>} | |
** Reason for termination == | |
** {socket_closed_unexpectedly,[{amqp_network_connection,handshake_recv,0,[{file,"/var/cache/omnibus/src/oc_erchef/_build/default/lib/amqp_client/src/amqp_network_connection.erl"},{line,462}]},{amqp_network_connection,network_handshake,1,[{file,"/var/cache/omnibus/src/oc_erchef/_build/default/lib/amqp_client/src/amqp_network_connection.erl"},{line,379}]},{amqp_network_connection,handsh |
This file contains 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
[2016-05-28T12:34:08+02:00] DEBUG: Sleeping for 0 seconds | |
[2016-05-28T12:34:08+02:00] INFO: Started chef-zero at chefzero://localhost:8889 with repository at /tmp/vagrant-chef/1c314d9dbafcfb313f57c7c0ebb1daa0 | |
One version per cookbook | |
nodes at /tmp/vagrant-chef/9a29f1bf43fbc28c28a61610e72eea13/nodes | |
[2016-05-28T12:34:08+02:00] INFO: Forking chef instance to converge... | |
[2016-05-28T12:34:08+02:00] DEBUG: Fork successful. Waiting for new chef pid: 13211 | |
[2016-05-28T12:34:08+02:00] DEBUG: Forked instance now converging | |
Starting Chef Client, version 12.5.1[0m | |
[2016-05-28T12:34:08+02:00] INFO: *** Chef 12.5.1 *** |
This file contains 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
for vm in $(VBoxManage list vms | sed -r 's/.*\{(.*)\}/\1/'); do VBoxManage unregistervm $vm --delete; done |
This file contains 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
xe vm-list params=VCPUs-number --minimal | tr ',' '\n' | paste -sd+ | bc |