@@ -774,19 +774,19 @@ forgetest!(flaky_can_clone, |prj, cmd| {
774774 . arg( prj. root( ) )
775775 . assert_success( )
776776 . stdout_eq( str ![ [ r#"
777- Downloading the source code of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
778777Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
779778 Installed forge-std[..]
780- Collecting the creation information of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
781779[COMPILING_FILES] with [SOLC_VERSION]
782780[SOLC_VERSION] [ELAPSED]
783781Compiler run successful!
784782
785783"# ] ] )
786784 . stderr_eq( str ![ [ r#"
785+ Downloading the source code of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
787786Initializing [..]...
788787...
789788 Initialized forge project
789+ Collecting the creation information of 0x044b75f554b886A065b9567891e45c79542d7357 from Etherscan...
790790
791791"# ] ] ) ;
792792
@@ -835,19 +835,19 @@ forgetest!(flaky_can_clone_sourcify, |prj, cmd| {
835835 . arg( prj. root( ) )
836836 . assert_success( )
837837 . stdout_eq( str ![ [ r#"
838- Downloading the source code of 0xDb53f47aC61FE54F456A4eb3E09832D08Dd7BEec from Sourcify...
839838Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
840839 Installed forge-std[..]
841- Collecting the creation information of 0xDb53f47aC61FE54F456A4eb3E09832D08Dd7BEec from Sourcify...
842840[COMPILING_FILES] with [SOLC_VERSION]
843841[SOLC_VERSION] [ELAPSED]
844842Compiler run successful!
845843
846844"# ] ] )
847845 . stderr_eq( str ![ [ r#"
846+ Downloading the source code of 0xDb53f47aC61FE54F456A4eb3E09832D08Dd7BEec from Sourcify...
848847Initializing [..]...
849848...
850849 Initialized forge project
850+ Collecting the creation information of 0xDb53f47aC61FE54F456A4eb3E09832D08Dd7BEec from Sourcify...
851851
852852"# ] ] ) ;
853853
@@ -872,19 +872,19 @@ forgetest!(flaky_can_clone_no_remappings_txt, |prj, cmd| {
872872 . arg( prj. root( ) )
873873 . assert_success( )
874874 . stdout_eq( str ![ [ r#"
875- Downloading the source code of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
876875Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
877876 Installed forge-std[..]
878- Collecting the creation information of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
879877[COMPILING_FILES] with [SOLC_VERSION]
880878[SOLC_VERSION] [ELAPSED]
881879Compiler run successful!
882880
883881"# ] ] )
884882 . stderr_eq( str ![ [ r#"
883+ Downloading the source code of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
885884Initializing [..]...
886885...
887886 Initialized forge project
887+ Collecting the creation information of 0x33e690aEa97E4Ef25F0d140F1bf044d663091DAf from Etherscan...
888888
889889"# ] ] ) ;
890890
@@ -1114,19 +1114,19 @@ forgetest!(flaky_can_clone_with_node_modules, |prj, cmd| {
11141114 . arg( prj. root( ) )
11151115 . assert_success( )
11161116 . stdout_eq( str ![ [ r#"
1117- Downloading the source code of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
11181117Installing forge-std in [..] (url: https://github.com/foundry-rs/forge-std, tag: None)
11191118 Installed forge-std[..]
1120- Collecting the creation information of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
11211119[COMPILING_FILES] with [SOLC_VERSION]
11221120[SOLC_VERSION] [ELAPSED]
11231121Compiler run successful!
11241122
11251123"# ] ] )
11261124 . stderr_eq( str ![ [ r#"
1125+ Downloading the source code of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
11271126Initializing [..]...
11281127...
11291128 Initialized forge project
1129+ Collecting the creation information of 0xA3E217869460bEf59A1CfD0637e2875F9331e823 from Etherscan...
11301130
11311131"# ] ] ) ;
11321132} ) ;
0 commit comments