2021-03-22 19:49:21 UTC - Umakant Kulkarni: Any idea about this error? ```root@master-node:# wsk -i action create test --sequence /whisk.system/utils/test1,/whisk.system/utils/test2 error: Unable to create action 'test': Sequence component does not exist. (code lA2TJiqUsavKDjUHwaMFuHdHsf9erQAK) Run 'wsk --help' for usage.``` https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616442561042400 ---- 2021-03-22 19:50:13 UTC - Rodric Rabbah: test1 or test2 or both don’t exist https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616442613042700 ---- 2021-03-22 19:50:33 UTC - Rodric Rabbah: run `wsk -i action list whisk.system` did you create those actions? https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616442633043200 ---- 2021-03-22 19:51:56 UTC - Umakant Kulkarni: Ahh, got it. They were under `guest` namespace. Thanks! https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616442716043700 ---- 2021-03-22 22:02:07 UTC - Matt Rutkowski: Anyone have any idea to get Travis CI jobs “unstuck” I’ve seen it bad, but 4.5 hours this morning… canceled it then restarted not about 5 hours on the restarted on :disappointed: /sigh https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616450527045400 ---- 2021-03-22 22:04:16 UTC - Matt Rutkowski: ^ mainly venting … will see if it appears on Travis’ “16 hour review” list for examination https://openwhisk-team.slack.com/archives/C3TPCAQG1/p1616450656046200 ----